Damian Senn

Results 65 comments of Damian Senn

I think this has something to do with the SVG that is wrapping the `blurDataURL`. When I disable JavaScript and I switch the `background-url` out with my generated base64 low...

There is now a PR that should fix this 🥳 See: https://github.com/vercel/next.js/pull/44317

I arrived here as we are currently using a package that is only distributed for x86. It would be nice if we could get this merged :blush:

Thank you for the quick response time :bow:

Thank you for the update, I managed to rebuild it by manually checking pico-sdk and tinyusb, which looks better, haven't had the time yet to properly test and run it...

Also ran into this, we set multiple backgrounds like this: ```ts ``` which translates into: ```css .css-abc { background-image: url-gradient(...), url(...); } ``` Inline style works as a workaround, but...

My workflow is running into the same problem. [waka-readme-debug.txt](https://github.com/anmol098/waka-readme-stats/files/12999629/waka-readme-debug.txt)

I'm having the same problem on a mac and linux machine. Any way to debug this or workarounds?

I arrived here with a similar wish to use reading gpu metrics from a library and nvtop seems to support every gpu for my use-cases. GPLv3 wouldn't be an issue...

I'm not sure if you already have a solution in mind to this, but i needed to render the toolbar to a specific element in a customer project and used...