Vitaliy

Results 23 comments of Vitaliy

I mean like here: ![cat](https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcT2bKP-i9hbUxq_sY5EQ93-KIrbm53fxodRAn_kPSW7EL6IZkvb)

I do still think that exposing as a crate would be useful. I myself did not need that functionality for long time but I might in the near future. If...

According to `Cargo.lock`, I'm on `winit` 0.15.1, still have the issue. I'll take a look at the linked issue, maybe it should be reopened.

Running [multithread_window](https://github.com/azriel91/multithread_window) with winit 0.15.1 is ok, can't reproduce the issue with that. Running glutin's `--example window` reproduces this reliably though. Also, it runs fine on my Arch Linux laptop,...

Some more details: my VM was set to use only 1 CPU, when I changed it to more than that, it runs successfully like 70% of times.

Well, im not exactly sure how `select_biased` works for streams, the docs only show a stream with `s.next()` call which is a future. In case it does work for actual...

Created a pr #454 that should resolve this issue when using rodio with symphonia, which is the default

no longer relevant since we now use web audio api?

@nrc What if, in your example, change `./Cargo.toml` to simply ```toml [workspace] members = ["foo", "bar"] ``` So, that one of the workspace members is a workspace itself. This is...

I believe you always want your project to be nestable, the attribute is only needed since this would be a breaking change Although I am not sure if this breaking...