-
Hi,
I'm trying to move from v.1.0+5, but it seems that my use of asynchronous responses will always crash. I know that async is still "in development", but from trying to follow: https://github.co…
-
### Problem:
None of our `poll_*` functions actually take a `cx: &mut std::task::Context`, which is the standardized interface for futures in Rust. Instead, applications are expected to call `conn.…
-
I have a function that returns a buffer as a span to read the data from socket:
```cpp
boost::span getRecvBuffer();
```
When I call `tcp::socket::async_receive(asio::buffer(getRecvBuffer()))`,…
-
Seekable streams would enable a great deal of functionality for my [C2PA SDK](https://github.com/contentauth/c2pa-rs/tree/main/sdk) work and likely many other use cases. I don't have much of an unders…
-
this is a great minimal library, thanks!
it would be nice have std::thread as an ifdef option.
these are my changes, not tested yet.
line 29
```c++
#ifdef KSEQPP_THREADS
#include
#endif
`…
-
## Bug report
**Required Info:**
- Operating System:
Manjaro linux
- Installation type:
Source installation
- Version or commit hash:
Jazzy 2024.09.19
- DDS implementation:
Fast-R…
-
```sh-session
> deno install --allow-net --allow-read https://deno.land/std@0.92.0/http/file_server.ts
Download https://deno.land/std@0.92.0/http/file_server.ts
Download https://deno.land/std@0.92.…
-
### Description
When any level of optimizations different than `0` is enabled, paho.mqtt.cpp crashes in `shared_ptr` related code, for example, [here](https://github.com/eclipse/paho.mqtt.cpp/blob/v1…
-
### Summary
As part of [upgrading pantsbuild to Rust v1.58.0](https://github.com/pantsbuild/pants/pull/14174), we had to disable the `clippy::question_mark` lint on one segment of code because it s…
tdyas updated
1 month ago
-
Sorry to open another question so soon after the last one but I have had some confusion around the case of some words when running VHDL through VSG. the following code has been run through VSG with no…