Paul Jimenez
Paul Jimenez
That would mean that jrnl has to do the choice checking to make sure that --format is valid with --import. Additionally. there would be no way to specify a separate...
Maybe have the default output be human readable but allow a `--json` flag that would dump the full set of errors in a json structure to make it more easily...
Looks like that took care of it!
I've also wanted this info; perhaps alongside `.query` there could be `.execute` which instead of returning a `RecordCollection`, returns the underlying `ResultProxy` from sqlalchemy?
The correct answer might be to go 'around' `records` a bit: ``` mydb = records.Database(...) result = mydb.db.execute("delete from mytable where mycondition = 1") ``` Personally, I did a bit...
Exposing the generic `execute` is also what #103 does, but he calls it `in_bulk`, which is a bit inaccurate. I agree with the implementation, but think it should be named...
what site-name would I put those in?
FYI http://stackful-dev.com/static-site-jinja-pelican-shared-templates.html is a dead site - is there another/better/different HOWTO ?
It was installed with pip. You should be able to reproduce the error by doing: ``` python3.7 -m venv /tmp/p /tmp/p/bin/pip install pytype /tmp/p/bin/pip install passlib echo "from passlib.hash import...
Related: http://www.fsij.org/category/gnuk.html - runs on a STM32F103, but doesn't do FIDO or etc, only OpenPGP card protocol version 2 which has a spec [here](https://www.gnupg.org/ftp/specs/openpgp-card-2.0.0.pdf) - (which was way too difficult...