Wladston Filho
Wladston Filho
Can we merge this in already? :)
Also not a lawyer, but I believe that @lewisgoddard is wrong, and that the whole point of GPL is making anything that uses GPL code also open source. This question...
Hi Josh, I strongly believe the project has no maintainers and is orphaned at this point. I don't even know who owns the `imgix-wordpress` organization.
I was able to solve this by setting the `width` and `height` attributes in the svg. So in the `.svg` file source, I changed this: ```
Thanks for responding! I have this result even when I start from scratch: cloning the repo and issuing the install / run dev commands. I managed to run the examples...
This pattern is just a simplest crash sample, it's supposed to match anything. One interesting pattern that crashes on the same bug is this one ``` ^1(.)(.)(.)(.).?\4\3\2\1[1].*$ ``` It would...
Yes, but in order to do complex matchings (such as the palindrome), groups (the parenthesis) are required.
Also experiencing this in aiohttp==3.9.5. ``` File "/usr/local/lib/python3.12/site-packages/aiohttp/web_request.py", line 195, in __init__ assert transport is not None ^^^^^^^^^^^^^^^^^^^^^ AssertionError ```
I'm also interested about alternatives, or at least a way to build the minified js in a smaller form. For my use case I don't need to support all use...
Yes, that's the idea. 2KB is a lot of data in terms of mobile bandwidth in Brazil :) I'll try to come up with a lighter build addition to try...