Dan McKinley

Results 8 issues of Dan McKinley

The companies I've come in contact with don't allow 83(b)'s, and I think that's been the standard advice from the law firm every VC recommends to every company for a...

improvement

There are some reports to indicate it doesn't work.

We can probably give a pugsql-specific error when this happens. Currently you get something like: ```sqlalchemy.exc.ResourceClosedError: This result object does not return rows. It has been closed automatically.``` (Might be...

enhancement
good first issue

Working on a React / Flask project where everything reloads when files are touched except for pugsql. It'd be nice of modules had a debug mode that stat'd source files...

enhancement

It'd be nice to include the function names and filenames in the sql queries that wind up getting run, i.e. the database should see something like: ```sql -- pugsql function...

enhancement
good first issue

HugSQL supports `:doc`, e.g. ```sql -- :name foo -- :doc This string documents the resulting function select 1; ``` Ideally we'd support this and it'd be displayed when using `help()`...

enhancement

This should either work or break more gracefully. Explanation here: https://github.com/mcfunley/pugsql/pull/12

bug

Currently there are some manual steps: * Update the version in `pyproject.toml` * Update the version in `pugsql/__init__.py` * Push the code. * Run `bin/release` `bin/release` does the following: *...