Daniel Kats

Results 22 issues of Daniel Kats

Consider removing that project or updating the link

Your molotov colorscheme is amazing. I've been using it for a while now. It would be great if it were in a separate repo, so it was easier to clone...

I don't see a way to perform range queries on passwords as defined here: https://haveibeenpwned.com/API/v2#SearchingPwnedPasswordsByRange

Currently `get_parse` always outputs results to stderr. Is there a way to run this function silently? This is especially annoying when crawling or running in Jupyter notebook.

Improvement

When running ``` page = wptools.page(title) d = page.get_parse() pprint(d.data['infobox']) ``` many fields include the Wikipedia macros used to generate those values. This can be useful, but it also means...

Feature

Would it be possible to add the ORC file format to the benchmarks here?

Hi all, I'm having trouble exporting postman configs for even basic flask-restx apps. As an example, if we use the TodoDAO app given on the [documentation page for a full...

question

The board moves as computer generates new variations. Possibly due to slight panel resizing.

I'm seeing this error on Mac with python version 3.6.5 and pynacl version 1.2.1: ``` venv3/lib/python3.6/site-packages/nacl/pwhash/argon2id.py:109: in kdf ALG) venv3/lib/python3.6/site-packages/nacl/bindings/crypto_pwhash.py:375: in crypto_pwhash_alg raising=exc.TypeError) _ _ _ _ _ _ _...

The current README example is out of date as Twitter now used OAuth2. Would it be possible to update the README with an example for the OAuth2 Twitter API?