Nicolas Schneider
Nicolas Schneider
**Issue** It seems like the value of `pa_card_active_profile` is not updated when the PulseAudio configuration changes, as can be seen from the following snippet: ``` $ conky -c conky-pulse [...
Output of `restic version` -------------------------- restic 0.9.2 compiled with go1.11 on linux/amd64 How did you run restic exactly? ------------------------------- restic -r /repo init What backend/server/service did you use to store...
### What's your idea? Currently, ludusavi uses `rclone sync` to backup / restore savegames. This completely overwrites the state in the remote with the local changes. It would be great...
Is it possible to adjust the config.vm.graceful_halt_timeout option prior to reloading the machine? If I install a Windows Service Pack during provisioning, vagrant forces the shutdown of the machine because...
When using dokan-go, Dokan always returns error -7 (DOKAN_VERSION_ERROR). The bindings still use Dokan version 100, but the minimum required version is 110 since a few months. Are these bindings...
I'm trying to spawn an Android process and hook all calls to early executing methods like `System.loadLibrary` and `Activity.onResume`. However, either my hooks don't get applied at all, or they...
Most (all?) mod_opentelemetry logs use `NGX_LOG_ERR` severity (see e.g. https://github.com/open-telemetry/opentelemetry-cpp-contrib/blob/a02e0052e43934a9cffe23315750be03dc22dc3d/instrumentation/otel-webserver-module/src/nginx/ngx_http_opentelemetry_module.c#L671) This is not so nice, since those are expected messages and are not created because of errors, so it seems...
Request latencies are higher when spawning users faster, even for same number of users / requests/s
### Prerequisites - [X] I am using [the latest version of Locust](https://github.com/locustio/locust/releases/) - [X] I am reporting a bug, not asking a question ### Description I'm running locust in distributed...
Is there a way to modify the order of the endpoints? Currently it seems they are grouped by tags and then sorted alphabetically by their path, which results in non-intuitive...
It would be great if this extension would support [Quart](https://github.com/pallets/quart) (maybe it already does?), which is flask rebuilt with native async support.