-
### Reproducing the behavior
Example:
When running tests on the examples folder, if one doesn't compile, I get a "PoisonError", and following unrelated tests will also fail:
thread 'examples' pan…
-
Has a reference implementation for erasure correction or error correction in codex32 strings been written?
-
The benefits of ActiveSupport's use of `#try` with a symbol for handling this feature are many.
First and foremost, there is already a very well-established Ruby convention for question mark methods,…
-
Hi,
Consider this minimal example project:
https://github.com/vext01/rust_link_test
The project has a dependency written in C which is built by the `build.rs`.
For the examples or tests to w…
-
Very common request, in particular on the Go side.
Not sure if I want to support full theming, especially since every OS has a different way to do it, and I'm personally not sure how I feel about t…
-
I propose that the Go language and implementations be changed to reject a constant assignment to a variable of type `int` (or `uint`) if the constant would overflow a **32-bit** `int` (or `uint`), reg…
-
While we're waiting for HKTs, there are a lot of useful traits which don't need them, and which we should think about adding, especially if we do have associated types.
The most obvious ones are `Sem…
-
**Is your feature request related to a problem? Please describe.**
The Rust runtime is the reference implementation, but it's slow and doesn't have IO.
It's confusing for new users.
**Describe th…
-
Tree shaking is fine, but it makes more sense to do it before vpst because templar typing all that unused code adds tons of time to an already super slow compilation process, of course if it is public…
-
This is an thread where you can share screenshots and gifs of how you are using egui. Feel free to also share a link to your project and/or the source!
There is also a showcase gallery on the offic…