Mevin
Mevin
Is this getting fixed ?
Also when removing remove the the corresponding roles created too.
Does this picker work with the updated hallo.js code ? Have you tried submitting your PR ?
@emeryberger I followed your advice and I'm able to get scalene to run. But how do I get it to output to a file? ```scalene --profile-all --outfile /application/profiler.html --html --reduced-profile...
An update; although it appears to run, it does not create an output and none of the requests are processed from the web server. Is there a way to run...
@bkcsfi Hey i'm getting the same error too. Did you figure out what was going on and any workaround for this ?
Any progress on this migration ?
I see that the WebP issue is resolved. Awesome but when explicitly setting to JPEG I face the same issue `http://localhost:9000/unsafe/filters:strip_icc():format(jpeg)/aJu2ijdgnZXpBPds-0UXUxiXcJUOqaUVh-JHUAwEiznuzXHxyy-b'QVJKMDQ5MDQtRWRpdC5qcGc='.jpg` Is it expected? We strip ICC on production to...
We have been stripping ICC profiles in production. You can see that this one works. `http://localhost:9000/unsafe/filters:filters:strip_icc():format(webp)/aJu2ijdgnZXpBPds-0UXUxiXcJUOqaUVh-JHUAwEiznuzXHxyy-b'QVJKMDQ5MDQtRWRpdC5qcGc='.jpg` Above, we are converting the same image to Webp, by stripping ICC But when...
I just tested it and strip_icc is not working for webp. I also found that our sharp setup was doing an explicit colorspace conversion and hence we didn't have this...