patrick oleary
patrick oleary
Using marshmallow 3.15.0 Finding that fields.Integer requires both data_key and attribute to handle different key names. Which is inconsistent with other fields and documentation From the quickstart docs Specifying Serialization/Deserialization...
cc: @willmcgugan @althonos @gpcimino @geoffjukes Howdy This is probably not the right form, and apologies for adding to your inboxes I wrote a little thing adding encryption to file through...
## Description Quick fix for task history logging and sqlalchemy 2.x ## Motivation and Context Using sqlalchemy 2.x breaks luigid if task history is enabled e.g. ```toml [task_history] db_connection =...
using JRubics/[email protected] Running into problems signing artifacts, finding that my dist directory is root owned And it looks like the docker file is root based ```sh -rw-r--r-- 1 runner docker...
Part of #89 In order to query with a filter, the ```python app.get(object_view, filters=filter) ``` requires explicitly passing refresh=True What would help is if this line https://github.com/cityofaustin/knackpy/blob/cf236649f9347218b2f29e7babd2f531cb39fc6e/knackpy/app.py#L227 and https://github.com/cityofaustin/knackpy/blob/cf236649f9347218b2f29e7babd2f531cb39fc6e/knackpy/app.py#L232 also...