mangelozzi
mangelozzi
**Is your feature request related to a problem? Please describe.** About 100 times a day, I open NeoGit status, then search for the current file I was on, so I...
**Is your feature request related to a problem? Please describe.** Using git to manage configuration dot files in ones home dir is tricky when trying to version control files directly...
**Describe the bug** The new KiCAD v6 `.kicad_sym` files types is not supported **To Reproduce** Steps to reproduce the behavior: 1. Try `kifield --extract foo.kicad_sym --insert bar.xlsx` **Expected behavior** To...
Does not seem to support [web component parts](https://developer.mozilla.org/en-US/docs/Web/CSS/::part), e.g.: ``` #myid::part(foo) { color: red; } ```
Seems to have logic that does not read the file extentions correctly. Opens `.json` files as `.jso` files.
Was looking at your maps and saw: ``` -- greatest remap ever vim.keymap.set("x", "p", [["_dP]]) ``` I think you would get a lot value out of: https://github.com/vim-scripts/ReplaceWithRegister Its the plugin...
Python 2 is deprecated, and there are some gotcha when developing regex's with it compared to Python 3. I don't think many people use Python 2 anymore. I recommend adding...
This example at ``` class BookListSerializer(serializers.ListSerializer): def update(self, instance, validated_data): # Maps for id->instance and id->data item. book_mapping = {book.id: book for book in instance} data_mapping = {item['id']: item for...
The native `slot` component is for slotting content, and this is probably the most common usage of it: ``` ``` It raises `empty pair found consider removing [H020]`, which I...
The cool welcome gif shows `-reformat` instead of `--reformat`. I still have heart eyes for the output though. 