Simon B. Gasse
Simon B. Gasse
Hi! I have run into a `TransportError 429` when trying to fetch around 110k documents by iterating through them with `Search.scan()`. My workaround is using a wait-time in the iteration....
Unfortunately, not all markdown link features work in rustdoc. This commit fixes some of the links so that they are rendered correctly on docs.rs
Recently, I ran into an unfamiliar visibility situation with a library that I used. I could not find any mentioning of this in the [reference](https://doc.rust-lang.org/reference/visibility-and-privacy.html) so I would like to...
This is a trivial change removing two unused variables. Then please check the following list of things we ask for in your pull request: - [X] Have you signed the...
I tried a long time setting the hop limit for IPv6 multicast traffic sent with [`sendmsg`][sendmsg] until I read in a [StackOverflow post][so_post] that for IPv6 multicast and [`sendmsg`][sendmsg], the...
We want to know which subscriptions failed when receiving a `Event::Incoming(Packet::SubAck)`. The `SUBACK` that answers on a `SUB` has the same packet identifier (`pkid`) [according to the MQTT standard](https://docs.oasis-open.org/mqtt/mqtt/v5.0/os/mqtt-v5.0-os.html#_Toc3901170). However...
Hi! We have a few [STM32H745XI discovery boards](https://www.st.com/en/evaluation-tools/stm32h745i-disco.html) used throughout smaller projects. After updating from an older version of `embassy` to the latest version, we ran into a curious issue...
Often enough, I run something like `git rebase --onto origin/main 7fla28h` or `git switch origin/my_colleagues_feature`. For this, it would be helpful that the custom-completions for git included not only local...
Add a self-contained example building a dummy library complete with a WORKSPACE, BUILD and source code file. GitHub issue #19