[Cloud] Unable to unsubscribe

2025-05-19 Thread Aoyan Sarkar
Good afternoon, I have tried clicking the List information button and signing in to try and unsubscribe from the list. However, every time I sign in, it tells me that I was sent an “activation email” that I never receive, not in junk or in my inbox, and thus I am unable to unsubscribe. Can an a

[Cloud] Re: Building Node.js project (and deploy script)

2024-08-24 Thread Aoyan Sarkar
From personal experience, Webpack builds are very RAM intensive, can easily consume a gigabyte+ of RAM if you’re not careful. It would be best to build locally and upload the artifacts to Toolforge. —Aoyan Sarkar > On Aug 24, 2024, at 6:09 AM, Sportzpikachu via Cloud > wrote: > &g

[Cloud] Re: javascript tooling?

2024-08-18 Thread Aoyan Sarkar
in to access the resource. Attempting to use the wildcard with credentials results in an error <https://developer.mozilla.org/en-US/docs/Web/HTTP/CORS/Errors/CORSNotSupportingCredentials> . - Aoyan Sarkar On Sun, Aug 18, 2024 at 3:58 PM Travis Briggs wrote: > CORS is unrelated to authenticat

[Cloud] Re: javascript tooling?

2024-08-18 Thread Aoyan Sarkar
You can use window.location.origin to dynamically get the origin, and this will work for whatever origin you actually have. Meaning that if you deploy the same app to two different websites, it’ll provide the correct origin all the time. - Aoyan Sarkar On Sun, Aug 18, 2024 at 3:52 PM Roy Smith

[Cloud] Re: javascript tooling?

2024-08-08 Thread Aoyan Sarkar
Just wanted to know, is this like a separate standalone page or do you want to make it into a Gadget (like Twinkle)? If it’s standalone you can use Vue or React or any other front end framework, but if you want to make it as a Gadget you’re going to have to do a bit more work to make it work. Espec

[Cloud] How to run Docker images on Toolforge

2024-01-25 Thread Aoyan Sarkar
Good evening, I have a Docker image for my tool. Is there a way I can run this directly, or do I have to use the Buildpack system? ___ Cloud mailing list -- cloud@lists.wikimedia.org List information: https://lists.wikimedia.org/postorius/lists/cloud.l