Adam Hitchcock
Adam Hitchcock
I was kind of expecting a `string_contents` node in the middle of the `string.children`. What is the best practice for getting string contents? ```py ipdb> root = py_parser().parse(b'"hi"').root_node ipdb> root.text...
the version on hex is out of date.
Allow for an easy way to reset a fixture inside of a test case.
I'm not 100% here but `--single-quotes` stopped working and i started getting some type errors and i _think_ its related to some cmypy/cython optimizations they did. I'm still investigating so...
what happens: ``` $ z some-project /home/src/some-project $ z some-project zoxide: no match found ``` it would be nice to have some output for the second command like `already in...
I'd like to do `abbrev-alias "git st"="git status"`, is this something that could be added?
It appears that the setup.py file is removing some required files with the following lines: lines 35 and 36: ``` os.unlink(os.path.join(here, 'src', 'pybloomfilter.c')) os.unlink(os.path.join(here, 'pybloomfilter.so')) ``` ``` $ pip install...
bootstrap 4 is in beta and many sites are starting to adopt it, having a bootstrap4 examples would be superawesome.
what is needed to get the latest HEAD published to nixpkgs so macOS users don't need to special case cached-nix-shell anymore?
Just wanted to share PyXbar, the code snippet that installs a library (and any other dependencies you need) to make developing menubar easier! check it out here https://github.com/NorthIsUp/pyxbar