-
⚠ Have you searched for similar, already existing issues?
Yes
**Describe the issue**
ruler route causes assertion
**Steps to reproduce**
1. Select ruler in router settings
2. Select Start and …
-
**Version**
1.36.0
**Platform**
Darwin Kernel Version 23.2.0
macOS 14.2.1
**Description**
`TcpListener::accept()` doesn't fail when the socket is forcibly closed, whereas `std::net::TcpListe…
dlon updated
8 months ago
-
### Checks
- [X] I have checked that this issue has not already been reported.
- [X] I have confirmed this bug exists on the [latest version](https://crates.io/crates/polars) of Polars.
### Reproduc…
-
## Bug Report
### Version
```
[dependencies]
opentelemetry = { version = "0.14", features = ["trace"] }
tracing-opentelemetry = "0.13"
tracing-subscriber = "0.2"
tracing = "0.1"
async-trai…
-
Hello everyone,
I'm trying to do some test with mqtt but I'm encountering some issues with conan and cmake that are both pretty new to me.
I've added paho-mqtt-cpp/1.2.0 to my conanfile.txt (also …
-
`"error": "Could not connect to websocket endpoint ws://localhost:8000/ws. Please check if the endpoint url is correct."`
main.rs
```
use actix_web::{guard, web, App, HttpRequest, HttpResponse,…
-
```c++
client.Select("SELECT id, name FROM default.numbers", [] (const Block& block) -> std::generator
{
for (size_t i = 0; i < block.GetRowCount(); ++i) {
…
-
Processes may terminate in a number of ways, eg SIGTERM, SIGKILL, machine down. Currently, Madsim does not simulate processes termination very well.
Madsim provides `kill` function to terminate a h…
-
The code can be compiled, but uncommentting the non_async_function2 and calling it in async_function will fail the compiling.
```rust
pub fn fx(_: &mut &'a mut T) -> fn(&mut &'a mut U) {
fn f…
-
## Bug report
WASAPI output causes unhandled exception when device is lost in paused state and playback is resumed.
* Start playback on WASAPI output
* Pause playback
* Unplug/deactivate audio…