Shachar Zidon
Shachar Zidon
Right now, `` components, which are supposed to display helpful notifications/information, have no loading animation, which could be nice to have. I'm thinking of something like a quick `fly` transition.
When I'm trying to develop mods, I can't input the ID of my items into the `name` fields, because the schemas are only designed to work with vanilla items.
## The Problem Writing JSON is hard and annoying, especially when you have no way to verify if you've entered the right fields. IntelliJ has no built-in way to automatically...
IntelliJ 2021.2 introduced a new "dependencies" panel, which is used to manage the Gradle/Maven dependencies in a project, as well as update them when new versions become available. I suggest...
**Is your feature request related to a problem? Please describe.** When looking at the downloads of my mod, I always want to know if someone downloaded my mod multiple times,...
Currently, you cannot add tailwindcss and SCSS together, because tailwindcss requires postcss to function. However, it's possible to use [postcss/postcss-scss](github.com/postcss/postcss-scss) to support SCSS syntax in PostCSS. I suggest that if...
### Which package is the feature request for? rest ### Feature I started recently working on a web dashboard for one of my bots, and I was looking for a...
Since actions use user-defined functions, it'll be nice to have an intention that imports them (similar to components). 
The `{@const}` tag, which allows declaration of constants inside markup, is soon to be merged into the main Svelte repo: https://github.com/sveltejs/svelte/pull/6413 Some opportunities this can have: - TypeScript support -...