Thomas Eizinger
Thomas Eizinger
## Changes Downgrade the log about a meter being obtained from the `NoopMeterProvider` to TRACE. This can be very spammy on systems that request many meters but might have metric...
Given that this is a composite action, should we automatically set up a cache for it? It is effectively a no-op if users don't pass `--cache` but will benefits users...
It would be useful to detect the Windows edition as part of the context as those can differ a fair bit in some ways.
Certain environments like iOS are very resource-constrained. A network extension on iOS is allowed to at most consume 50MB of RAM. By default, a thread in Rust allocates 2MB of...
Keeping `windows` version aligned across a dependency tree is very cumbersome because they are releasing a lot of versions. As far as I could see, `generator-rs` uses only a very...
### Description Building a Rust program fails with: ``` linking with `link.exe` failed: exit code: 0xc0000409 ``` This consistently reproduces for me when our GUI application is being built on...
**Is your feature request related to a problem? Please describe.** Allow the Windows installer to automatically close a running Tauri app **that is running in the tray menu**. **Describe the...
This is not used at all. The version used here is outdated and I am trying to eliminate duplicate/outdated dependencies from my dependency tree that has `swift-rs` in it.
I've been using edgeshark extensively for debugging my application in docker compose and it is great! Over time, my compose file has grown however and I am looking for ways...
I am back with another inquiry! :) Currently, I am trialing usage of str0m's `IceAgent` in a project that just needs ICE but nothing else around WebRTC. In particular, we...