Alice Ryhl

Results 60 issues of Alice Ryhl

When cross compiling to windows, you can run into problems if you depend on a package with C code, since when programming on windows the case of header files makes...

As per discussion in #518.

I've been looking at the various Rodio sources for a while and I'm unable to find any sources that allow reusing a buffer of sound. The closest solution appears to...

On pages such as reddit with many links, it can take up two entire seconds between pressing `f`, and the hints being shown on the page. I suggest an option...

low

I know that I can use SCIP as a branch-and-price framework, but is unclear whether this wrapper supports those parts of SCIP.

The purpose of this issue is to collect technical notes on how io_uring can be implemented in Tokio in the future. Parent issue: #2692 ## Tech Notes **Adding items to...

A-tokio
M-net
C-musing

This issue has been opened to resolve the question posed in https://github.com/tokio-rs/tokio/pull/3187#issuecomment-738258504, from the PR replacing `lazy_static` with `once_cell`. > This PR is fine as a first step. > >...

C-maintenance
A-tokio

The stdin function currently says: > For interactive uses, it is recommended to spawn a thread dedicated to user input and use blocking IO directly in that thread. However, this...

T-docs
A-tokio
M-io

I often see the panic_in_block_on test fail on cross-compiled builds. Here's an example failure: ``` SIGSEGV [ 2.671s] tokio::rt_common alt_threaded_scheduler_4_threads::panic_in_block_on --- STDOUT: tokio::rt_common alt_threaded_scheduler_4_threads::panic_in_block_on --- running 1 test test alt_threaded_scheduler_4_threads::panic_in_block_on...

C-bug
E-help-wanted
A-tokio
M-runtime
A-ci

This method was originally added in #6144, but we decided to temporarily revert it until we have completed the switch to mio v1 because it raises concerns regarding the MSRV...

A-tokio
M-net