-
https://sourceforge.net/projects/plantuml uses `GRAPHVIZ_DOT` , which means there is the possibility to use a Rust work-alike binary. https://github.com/nadavrot/layout/pull/31 and a bit more work mi…
-
Self-referential generators violate LLVM's expectations for `noalias` due to the overlapping bounds of the interior references and the `&mut self` argument to the `Generator::resume` function.
Orig…
-
Currently we only support `i32` type as lower common denominator for number.
However it would be much better to support the whole `i8/i16/i32/i64/u8/u16/u32/u64` family.
Or, at least, unsigned int…
-
## Bug Report
### What version of TiKV are you using?
Commit a9676d148e61f741ce9ee699f992b9ce06f91706
### What operating system and CPU are you using?
Ubuntu 20.04
```
processor …
-
I saw #543 that touches on needed apparatus, but I'd like to propose a feature request that goes a step farther...
A set of localization functions used [Fluent](https://projectfluent.org/) should b…
-
(old issue: https://github.com/rust-lang/rust/issues/52924)
This issue tracks ideas for reducing the memory footprint of coroutines.
* [ ] https://github.com/rust-lang/rust/issues/59087 – Genera…
-
Smithy-Dafny .NET and Java support "orphaned shapes".
"Orphaned shapes" are shapes that exist in a Smithy model, but aren't discovered by Smithy-Core's shape discovery mechanism.
Smithy-Core wil…
-
Some generators support certain syntax's that others don't, to provide the best support possible and closely model VRChat's API, relying on the most minimum support available across all generators lea…
-
我需要在回调函数中yield,但是无法传递Scope对象到回调函数,会有生命周期的问题,只能通过自由函数 get_yield与yield_with获取和返回数据,如下代码可以正常运行:
```rust
use generator::*;
fn main() {
let mut g: Generator = Gn::new_opt(4096, || {
le…
-
This is a feature I requested and used in rust-embed: https://github.com/pyrossh/rust-embed/issues/140
Would be nice to have it here too.
- [ ] Update the generator to save LastModified
- [ ]…