Scott Bradley

Results 11 issues of Scott Bradley

I'm not quite sure how this part of the code works, so I don't know what I might be doing wrong: https://github.com/simonw/asgi-csrf/blob/f1a7e2889b5e7df7d67dbb7d6f483c22dbffae83/asgi_csrf.py#L210 I am using asgi-csrf with a Starlette app,...

bug

The following search is an example of an abstract that is being incorrectly split into multiple fields such that there are more resulting CSV fields than headers. ``` $ ./scholar.py...

Since choices takes an enum rather than a callable, it is not clear how one would provide choices dynamically. It would be ideal if we could provide dynamic choices so...

## For consideration: abstract and more semantically meaningful object-centric exceptions This may be a matter of opinion, but I feel that one of the key features of an ORM is...

From what I can tell, it seems like this has not been implemented yet, unless I am doing something wrong. It would be nice to have choices dropdown support for...

enhancement

I am running a remote agent on Ubuntu with an Adafruit Feather M0 attached. I am trying to run tests remotely from a Mac. It seems to connect and to...

Postgres requires a data directory which is owned by the postgres user and writeable only by that user (700 permissions). The README implies that one can set these permissions as...

get_historical_interest sometimes throws a 500 error, other times returns data entries of 0 where data is known to exist and can be retrieved via other requests with overlapping dates. At...

I am observing a situation where a BigInt primary key that is not defined to auto-increment results in a different value than what I am passing in to be saved....

**Describe the bug** Incorrect prediction values are returned for models trained in tensorflow 2.4.1 and specified with the 2.4.1 framework version. **To reproduce** Train a model with tensorflow 2.4.1, deploy...