Dan Fairs
Dan Fairs
It would be great if flywheel supported the creation of DynamoDB streams. Has any work been done (or planned) on streams support? It's something I need, and may have time...
Since we're using a shortened hash for the username, collisions can occur as traffic rises. Check for username uniqueness before creating.
The `ensure_partition` command invokes syncdb directly to create its tables. This can unexpectedly sync other tables from other apps to the database if they're not already there - including those...
Travis builds against Python 3.3 are currently failing.
# 1. Issue or feature description `nvidia-container-cli` on WSL2 is reporting CUDA 11.0 (and thus refusing to run containers with cuda>=11.1) even though CUDA toolkit 11.1 is installed in Linux....
Our codebase has an interface which looks, broadly, like this: ``` type Logger interface { LogMethod(level Level) func(string) LogMethodf(level Level) func(message string, a ...interface{}) } ``` mockery (2.9.4) generates an...
Definitely a wish-list rather than a bug - it'd be great if pyes supported the Index Templates API: http://www.elasticsearch.org/guide/reference/api/admin-indices-templates.html
It's not entirely clear how to run the tests. I took a stab in the dark - after a `pip install tox`, I just ran `tox`, and received the following...
`require.postgres.user` doesn't support setting the replication privilege (other than by setting superuser). Happy to provide a patch for this if I can get the tests running (see my previous issue!)
This PR allows the use of `go-watson-sdk` with the AlchemyAPI, which can be authenticated against using only an API Key. Previously, such a client configuration would be rejected because a...