Hielke Walinga
Hielke Walinga
I have a few examples with a list with a lot of arguments, where I think especially the second one requires your attention. ---- ``` alphabet = [ "Ala", "Arg",...
Usually you only need one file from a package. You can expose that single file using NPM_FILE_PATTERNS, but the nesting of folders can still be annoying. For example, if I...
**Is your feature request related to a problem? Please describe.** In html the whole tag is colored: this makes reading the attributes harder. **Describe the solution you'd like** I would...
Django-admin-numeric-filter (https://github.com/lukasvinclav/django-admin-numeric-filter) adds support for adding range filters on your lists with some nice sliders. However when using this with django-jazzmin you are greeted with: ``` ....azzmin/templatetags/jazzmin.py", line 234, in...
Hello, When using bioawk with the -c fastx option the OFS parameter is set to a tab (\t) with no way to change it. Reproduced by building from source. Test:...
If you open help and rerun the script to make the TOC, the help will be Incorporated in the TOC. That shouldn't happen: I. Keyboard shortcuts II. Command Mode (press...
I have multiple python virtual environments installed on my pc, but I don't want to install pynvim in all of them. Would it be possible to specify a certain path...
In case of ambiguous matches, this will re-attempt the algo by swapping the case of the last letter of the unit, and see if this creates a better match. It...
**Describe the bug** When a unit is incorrectly capitilized, the SI-prefix will be read wrong. **To Reproduce** ```py from quantulum3 import parser parser.parse('1mw') # returns: Megawatt parser.parse('1pw') # returns: Petawatt...