Maksymilian Jodłowski

Results 5 comments of Maksymilian Jodłowski

Had the same issue. Added ```features = ["x11"]``` to **bevy** dependency. Compiled with no issues after. You might want to add wayland if you are on wayland. Entire Cargo.toml: ```toml...

You should add floating action button. And you should make checkboxes better quality. And you should add progressbar. For more resources go and check polymer project.

And I am waiting for NumericUpDown. And last please add password key char to your one line text field.

Had the same issue with `styler`. I fixed it by copying `_build/test/lib/styler/` to `.elixir_ls/build/test/lib/`.

Had a similar issue. Took a look at devtools and it was requesting something like this: ```bash curl 'http://navidrome.lan/rest/getCoverArt.view?id=ID&u=USER&s=SECRET&v=1.13.0&c=feishin&size=300' \ -H 'Accept: image/avif,image/webp,image/apng,image/svg+xml,image/*,*/*;q=0.8' \ -H 'Accept-Language: en-US' \ -H 'Connection:...