-
# Bug report
When cloud-init is instructed to rename an interface it should check if the name is already being used or not before trying to attempt to rename a network device.
We also have to deci…
-
When using iOS 7, there is a new process for persisting purchased non-consumable IAPs. See [here](https://developer.apple.com/library/ios/documentation/NetworkingInternet/Conceptual/StoreKitGuide/Chap…
-
The `ProjectDetailView` uses the `concurrent` Python module to parallelise Github API requests through `github.get_repo_is_private()`. This is unnecessary and over-complicated and makes reasoning abou…
-
Complete stack trace:
ArgumentError: wrong number of arguments (1 for 0)
from /Users/mdchaney/.rvm/gems/ruby-2.2.4/gems/net-http-persistent-3.0.0/lib/net/http/persistent.rb:505:in `initialize'
…
-
The persistent config is saved automatically by `poed`. If I delete it, it is automatically reconstituted based on the current `poed` settings. Since the file is saved as part of background processing…
-
This requires some amount of redesign:
- The immediate problem is that IsolateController.attachClient.handleCommand kills the isolate unconditionally when receiving a signal. It needs to know that som…
-
### Steps to reproduce
1. Create a gateway
2. Run one or several services behind the gateway
3. Reboot the instance the gateway is running on, e.g. via its cloud console
### Actual behaviour
Prev…
-
**Is your feature request related to a problem? Please describe.**
Pandera currently doesn't support validating data in a persistent datastore (e.g. MySQL, Postgres, etc). It would benefit users to…
-
The `persistent-postgresql` CI is currently failing with an error message emitted by `libpq`, probably the underlying C library.
Cf https://github.com/yesodweb/persistent/pull/1197
The error mes…
-
open (CreateHandle) and close (DestroyHandle) do the following expensive things (taking DestroyHandle as an example):
* https://github.com/ydb-platform/nbs/blob/bc2f8e0966f19b88d9c3eb8fbc940d3a4d9b08…