-
**Is your feature request related to a problem? Please describe.**
The newly added `custom_formatter` allows for, among other things, displaying numbers in `DragValue` and `Slider` in number system…
-
-
Hi, thanks for your work on the QR code generator, it's great!
While I already have a Linux native QR code tool that I use, I often turn to [yours](https://www.nayuki.io/page/qr-code-generator-libr…
-
This is a question and not an issue. I didn't see a specific Chrono forum so I am asking here. Apologies if it isn't the right place.
I am writing an Excel xlsx writing library in rust and would li…
-
### Code
```Rust
use std::iter::Iterator;
fn map(fun: |T| -> U, mut iter: I) -> Vec {
let mut acc = vec![];
for elt in iter {
acc.push(fun(elt));
}
acc
}
fn…
-
> *TLDR*: I think that Winit needs more expressive keyboards events and to follow a written specification to keep platform inconsistencies to a minimum. I propose to adapt the JS KeyboardEvent for win…
-
Repro (slightly modified version of the GTK example in the repo):
```rust
use std::env::args;
use gio::prelude::*;
use gtk::prelude::*;
use gtk::DrawingArea;
use cairo::Context;
use plott…
-
**Describe the bug**
A clear and concise description of what the bug is.
a range overflow results in compute node crash
**To Reproduce**
Steps to reproduce the behavior.
```
create materi…
-
The symbols from `rust_static_library` are not found when linking it to the `rust_binary` target via `deps`. In the invocation of the linker the path to the library directory is added via `-L`, howeve…
-
[WebAssembly](https://en.wikipedia.org/wiki/WebAssembly) is a mature technology by now, which provides a significant performance boost to many web-based applications. Although a major undertaking, it …
cshaa updated
2 years ago