Alexander Flink
Alexander Flink
**Describe the bug** NeoVintageous is [supposed](https://github.com/NeoVintageous/NeoVintageous#plugins) to implement the [vim-targets](https://github.com/wellle/targets.vim) plugin, but the [argument](https://github.com/wellle/targets.vim#argument-text-objects) text object doesn't seem to work. **To Reproduce** Steps to reproduce the behavior: 1. Given this...
I noticed that Übersicht listens for commands sent to 127.0.0.1:41416/run and runs whatever shell commands are sent there. I am not very knowledgeable about computer security, but this seems like...
Add MSW
We should incorporate @adamsoderstrom 's work and get MSW into create-ignite-app. Both in Storybook and in the Next app. This should make it much easier to get up and running...
This is a nice-to-have, but we should look into refactoring all configs in create-ignite-app to ESM, since it's now supported by Node and Next. It gives us some nice things...
Did a quick test and this should be quite easy. The Next SWC plugin now has support for emotion (along with importMap). We just need to write a rust SWC...
It would be nice to have an example folder containing common patterns. When running `@noaignite/create-app`, it should remove the /examples folder. Examples to write: - [ ] getBlockProps
Whole project should be indexed based on .gitignore. Currently only edited files will be indexed by Tabnine.
According to TabNine [documentation](https://github.com/codota/TabNine/blob/master/HowToWriteAClient.md), it is recommended to truncate long files. Currently this is not being done.