mangelozzi

Results 52 issues of 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...

enhancement
good first issue

**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...

bug

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...

enhancement
UX

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...

stale

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. ![image](https://github.com/djlint/djLint/raw/aa9097660d4a2e840450de5456f656c42bc7dd34/docs/src/static/img/demo-min.gif)