Tim Penhey
Tim Penhey
I have my remotes generally set up so origin is my repos, and upstream reflects the project's upstream repository. godeps always used to return me an error godeps had previously...
As per https://github.com/sqlalchemy/sqlalchemy/blame/958f902b1fc528fed0be550bc573545de47ed854/lib/sqlalchemy/orm/session.py#L1131 the `Session` object has had `__enter__` and `__exit__` for about 17 months.
The resource manager says it `has_arn` but doesn't implement `get_arns`. I'm fairly sure that this is because it doesn't inherit from the QueryResourceManager. Not sure where or how to test,...
Platform: linux x86_64 (ubuntu 20.04) Python: 3.9.12 Reproduction script: https://gist.github.com/howbazaar/b4e46806d0c5350623bf8d9ff49c6b4c works with pygit2 v1.7.1 fails with v1.7.2, 1.9.1 The script is a bit weird because it builds and runs the...
Currently the millRun goroutines leaks. This is very noticable if a Logger is constructed periodically, used and then closed. This change ensures that the millCh channel is closed if it...
Hi Nate, I grabbed some of the testing infrastructure that you had here for the juju/mutex implementation. Great help. I'm trying to exorcise all references to fslock in juju. Can...
In particular relating to k8s charms, we have "app-operator", when deploying "app". Since the app name defaults to the charm name, we don't really want to allow a charm to...
One thing that I want to do right now is to respond to the user selecting a notification. In particular I want to have payload information stored with the notification,...
I have a record that I'd like to conditionally update. The use case is this: * I have a record I'd like to insert as long as it doesn't exist,...
The underlying query builder supports it for build_query, and it should be trivial to add for build_scan. This would be very useful to be able to set on the higher...