Lukas Neumann
Lukas Neumann
I encountered this as well. Seems to be an issue with Ansible: https://github.com/ansible/ansible/issues/49207
This is basically the same issue I am seeing on the "original" ribbonizer project: https://github.com/maskarade/gradle-android-ribbonizer-plugin/issues/31 Some change in the Circle CI base image triggered this. I'll remove ribbons alltogether for...
I believe he is using a custom docker image based on alpine. So the line he posted is added to his Dockerfile. You can then refer to your custom image...
@gcavanunez If you create a fresh Blitz app now (it uses 18.2.0) can you confirm the `styled-jsx` is still gone for you? Because I still see the hydration issues.
I am getting this error too with filenames containing brackets `( )`. The work around does not work on Mac Safari, as Safari will not decode the filename correctly. Is...
Just tried it. It still can't match the signature. Test filename: `f().png` Header added to `presignedGetObject` ``` { "response-content-disposition": `attachment; filename=${filename}`, } ``` It also does not work with `filename*=UTF-8''${filename}`
I believe there might be a difference on how JS and Go (?) encode URLs. I.e. JS does not encode `()` when using `encodeURIComponent`, but Go does. Anyway, even if...
Hey there. Anything we can do to get this regression fix through? Happy to help :)
I am not sure why you folks keep spamming the +1. Obviously it is not fixed. Maybe we can start spending some time debugging the issue and providing a fix?...
Also I just saw, that "modern" pdf-js does not support Safari at all. Will try the "legacy" version, else I will downgrade for now :)