JannesD
JannesD
As pointed out in different issues, the example code does not include the theme import. I added a theme import which solved it, ex: ``` import 'prismjs/themes/prism-funky.css'; ``` We really...
Here's some more: https://www.redbubble.com/i/iphone-case/Cute-Anime-Girl-Haskell-Programming-Book-by-mythical-design/99313308.E69SZ https://www.redbubble.com/i/iphone-case/Cute-Anime-Girl-Modern-Vim-Book-by-mythical-design/99309939.E69SZ https://www.redbubble.com/i/iphone-case/Cute-Anime-Girl-Programming-in-D-Book-by-mythical-design/99024654.E69SZ https://www.redbubble.com/i/iphone-case/Cute-Anime-Girl-Go-Programming-Book-by-mythical-design/99312316.E69SZ https://www.redbubble.com/i/iphone-case/Cute-Anime-Girl-Learn-Java-12-Programming-Book-by-mythical-design/99021539.E69SZ https://www.redbubble.com/i/iphone-case/Cute-Anime-Girl-Javascript-Good-Parts-Book-by-mythical-design/99315390.E69SZ https://www.redbubble.com/i/iphone-case/Cute-Anime-Girl-Rust-Programming-Book-by-mythical-design/101711988.E69SZ https://www.redbubble.com/i/iphone-case/Cute-Anime-Girl-Deno-Nodejs-Book-by-mythical-design/99321806.E69SZ @cat-milk you could submit a takedown request: https://help.redbubble.com/hc/en-us/requests/new?ticket_form_id=360000954531 Or add a license file that allows commercial use I suppose?
I think you misunderstood the issue, but I understand where you’re coming from. I never claimed I drew the original, simply that I made the photoshopped version, which is how...
Woah. If I'd have known this issue would blow up like this, I'd have never made it. **Regardless of the copyright involved of the original images** (there could be a...
@Shtille If the list isn't scrollable, then no auto scrolling will be done. To fix in your example: ```diff - style="overflow: hidden; height: 300px;" + style="overflow: auto; height: 300px;" ```
We're another year later and AI still can't use mortars or pretty much any crew served weapon since they cannot reload them. In Zeus we have a little script that...
(Continuation from a conversation thread in Symfony Slack) We were also looking for this functionality in the CMS sections of our platform. Use-case: custom twig loader that stores templates in...