Results 51 issues of Douman

I would like suggest to make constants part of exports aside from Chess instance It makes a little sense to make constants part of Chess instance. For backward compatibility i...

We need to wait for inclusion and stabilization of [Stream](https://github.com/rust-lang/rust/pull/79023) in std. Ideally we do not want depend on `futures` crate at all Tracking issue: https://github.com/rust-lang/rust/issues/79024

upstream

This PR makes following changes: 1. Extract allocation/reallocation into separate non-generic code 2. Make allocation panic safe 3. Introduce try_reserve/try_reserve_exact Fixes #32

### Checklist - [X] I've looked through the [issues and pull requests](https://github.com/cross-rs/cross/issues?q=) for similar reports ### Describe your issue When building with `CROSS_CONTAINER_IN_CONTAINER=true` pre-building uses weird path e.g.: ``` docker...

bug

For example `https://deps.rs/crate/yukikaze` would get me latest crate version While `https://deps.rs/crate/yukikaze/status.svg` would get me nowhere so user would need to always point to particular version which may not be convenient

enhancement

Subj, I think it would be good to answer it and update documentation

question

For Juman++ to be widely usable, we want to have a documented and stable C API and an option to have a dynamically linked library. That library probably should use...

While porting I noticed quite high amount of compile warnings. What is your stance on it? Should it be eventually fixed?

Version: 0.9.1 Weirdly enough it happens on my Linux VPS. Bot joins voice channel and it supposed to play youtube video, but for some reason it does nothing once joined....

bug
voice

It is a bit not clear whether encoder has own internal buffer like C library. This panic happens when I feed empty `next_out_array` slice, and want to use `BrotliEncoderTakeOutput` result...