-
```
7:25PM ERR got an error while processing the deploy request error="there is not worker with such id" func=app.(*deploy).deployAssignedTorrents
7:25PM INF client disconnected client=unix func=run…
-
Enabling the antialiasing graphics option, on web, will panic. Filed wgpu issue about the panic: . However, If I understand correctly,
* the problem is using a multisampled texture as an input to …
-
Hello! First of all, thank you for this great crate, appreciate it a lot.
I have a question regarding testing. As far as I can see, the panics are caught and I don't see a way to figure out that a…
-
## Bug Report
Related Issue: https://github.com/tikv/client-go/issues/1357
Please answer these questions before submitting your issue. Thanks!
### 1. Minimal reproduce step (Required)
1、ru…
-
followed the documentation @ https://matrix-org.github.io/dendrite/installation/manual/database and it don't work
```
monolith-1 | time="2024-09-28T13:21:13.627063518Z" level=panic msg="failed to…
-
### Summary
`else` block in `let-else` can have different behaviour depending on build configuration. Clippy ignores it and suggests replacing `let-else` block with `?`, completely removing `#[cfg]`-…
-
https://github.com/celestiaorg/knuu-example/actions/runs/5290485987/jobs/9574697605#step:5:311
It should not panic but return an error if the timeout is reached
smuu updated
2 months ago
-
I'm integrating `utoipa-axum` into a project where individual handlers are separated into modules with uniform naming of DTO types, e.g.:
```rust
mod handler_a {
#[utoipa::path(
get,…
-
When compiling my extension without `--release` any command that takes a `CallContext` causes an CTD.
Having the console open before the CTD shows there was a panic at: [`src/call_context/manager.r…
-
https://github.com/ziglang/zig/blob/8573836892ba1b7cd34d377b46258930161256c3/lib/std/Thread/Pool.zig#L57
Here the spawn method dose not pass the allocator in, but wasi thread must need an allocator…