Chris de Claverie

Results 20 issues of Chris de Claverie

I'm especially interested in the implementation of `Distribution for Standard` and the `UniformSampler` backend to use `gen_range()` on custom types that wrap `num::Ratio`

Here is the full verbose upload log : https://pastebin.com/zgVdAzFf It is a simple "LED blink" demonstration program. platformio.ini is as follows : [env:sparkfun_promicro16] platform = atmelavr board = sparkfun_promicro16 framework...

Has any benchmark been done to help users know when using Greenlet is beneficial ? Also, knowing when not to use it would be a great gain. Anyway, awesome work,...

help wanted
discussion

Error when thying to add a Gitlab repo : Expiration date cannot reach api.github.com/repos/code/[repo]/issues perhaps github is down, or you mistyped something? I imagine that this behaviour is expected as...

For now, panics at ``` 23:24:52.475 Panic : PanicInfo { payload: Any { .. }, message: Some(assertion failed: `(left == right)` 23:24:52.475 left: `Duration { centuries: 1, nanoseconds: 2332740342346940416 }`,...

I have no idea where to look for, so looking for guidance to find the root cause of this issue Full CI job log : https://gist.github.com/pwnorbitals/5399997e1273c8571c68e2b9c3d00bcb

Seeing the crate is `no_std`, I was tricked into thinking it wouldn’t depend on `alloc` and would work in my embedded system. A large chunk of embedded systems cannot use...

### Proposal: Organize and maintain a strong communication between the working group and the various industry actors ### Objectives: Keep a continuous feedback loop to answer the industry needs, push...

This basic library is used for all calculations about earth and planetary motion, and I think this would be beneficial for us to have an up-to-date Rust port of this...

project-proposal

I’d love to be able to integrate graphs from this crate into my UI through egui :)