Andreas Molzer

Results 68 issues of Andreas Molzer

Block on Rust 1.52 for stabilization of min_const_generics

https://internals.rust-lang.org/t/why-bring-your-own-allocator-apis-are-not-more-popular-in-rust/14494/3?u=heroickatora It seemed interesting to me because this has the distinct advantage of not necessitating a type parameter, which was also a 'revelation' when dealing with forward compatible ways to...

All complete with a variant that implements it for `LocalAlloc`.

In a special case, when the original constructor was `zeroed`, then the function does not need to perform its own zeroing of memory. This is helped by the fact that...

enhancement
good first issue

Not managing the allocation within `FixedVec` makes some rather outlandish interfaces necessary but also possible. Each should get forked into a separate issue when it gets a better draft or...

enhancement
help wanted

See: https://github.com/rust-lang/rust/issues/27675#issuecomment-696956785 I can provde an implementation if you want.

Any comments on the questions below are welcome. In light of #1318 and previously #1291 , #1232 , #1231 , #1072 , #792 (possibly more), I conclude that opening files...

discussion
easy
kind: documentation
good first issue

These codes are inserted into the table, but can't be used or referenced in the code text. They are just 'waste'. I've thrown together a patch for to put in...

In `gif` it might happen that some part of a frame is outside the region of interest. In these cases it would be interesting to investigate if decoding can be...

enhancement