Alex Danilevsky

Results 4 comments of Alex Danilevsky

i just resolved this with [nest_asyncio](https://pypi.org/project/nest-asyncio/) like so: ```python import nest_asyncio import pyshark nest_asyncio.apply() cap = pyshark.FileCapture('/path/to/my.pcap') print(cap[0]) ``` seems this has to do with the way `asyncio` works in...

i was also getting the `git revision null` message when i ran `npx pretty-quick --staged` Needed to add the `--branch main` flag since it compares against `master` by default (as...

@oblitum, i'm using antibody too and adding `spaceship_vi_mode_enable` in my `.zshrc` seemed to do the trick for getting the prompt to show the correct status.

So you want to allow leading whitespace? IMO, that's an invalid commit message and is being linted correctly - albeit with a misleading error message. The purpose of commitlint is...