Mathieu Rene

Results 7 issues of Mathieu Rene

But [hyper_tungstenite](https://docs.rs/hyper-tungstenite/0.3.0/hyper_tungstenite/) works perfectly out of the box, since it works directly with a `hyper::Request`, the main example even uses the same function signature as routerify handlers. Would it be...

Opening this as a draft to get early feedback while it's being cleaned up. Remaining TODOs: - [x] Split ESP-IDF specific code into openthread_esp.cpp (ideally the main file would only...

new-integration
integration: network
has-tests
core
integration: mdns
integration: openthread
integration: openthread_info

This PR expands on the existing `--help` text by including short and long option names when available, and by adding options that were missing. The current `--help` text is now:...

If the HTTP SSE stream gets disconnected, future calls will fail due to a missing transport for response messages. This adds a `Connected() bool` method to verify the connection status,...

type: bug
status: needs submitter response
area: sdk

In #55, an option was added to set an sse read timeout. This timeout, however, applies to the entire `readSSE` function which is responsible for receiving messages from the server...

We have some rust cdylibs that get linked into another application. On aarch64-darwin, these would crash at runtime due to a code signing verification failure. Since the dylibs id (`LC_ID_DYLIB`)...

bug

Since nixos-25.11, I have an issue running python3 in our devenv environment on darwin. ``` ❯ python3 dyld[29918]: Symbol not found: _libiconv Referenced from: /nix/store/0xympds8qr7n3zaich3gdvwmccbc8p74-libidn2-2.3.8/lib/libidn2.0.dylib Expected in: /nix/store/9kffgbvhza212ishsam4p8wklh92ih9v-libiconv-109.100.2/lib/libiconv.2.dylib fish: Job...