Marcel Hellwig
Marcel Hellwig
At least for me, the current master branch does not work on a honister version of poky: ``` ERROR: ExpansionError during parsing /build/source/poky/../meta-rust-bin/recipes-devtools/rust/rust-bin-cross_1.54.0.bb | ETA: 0:00:45Traceback (most recent call last):...
This PR is a huge beast and I'm somewhat sorry for that. What I did is basicly running `cargo fmt` and afterwards `cargo clippy`. This will improve, at least for...
https://github.com/Logicalshift/flo_curves/blob/ec1d7820643688e838c092fd6282ba541de47203/src/bezier/offset_scaling.rs#L154 Why is there a `|| true`? This is either a temporary fix and should be commented or it's a bug. Can you clarify this please?
You seem to have a unusual formatting in your code. I would like either to see a rustfmt.toml with your settings in this repo or (better) that you run `cargo...
> /tmp/cppcms-1.1.0/src/aes.cpp:103:4: warning: 'gcry_thread_cbs' is deprecated [-Wdeprecated-declarations] GCRY_THREAD_OPTION_PTHREAD_IMPL; > > /usr/include/gcrypt.h:225:17: note: expanded from macro 'GCRY_THREAD_OPTION_PTHREAD_IMPL' static struct gcry_thread_cbs gcry_threads_pthread = { \ > > /usr/include/gcrypt.h:211:8: note: 'gcry_thread_cbs' has been...
this fixes the following error: `code/bank1.s:4375: COMPUTE_STACK: Multiply is missing an operand.` which occurs on the current version of `wla-gb` 10.2
- [ ] Add callback for when some data has been changed * Probably something like `FnMut(usize, u8) -> ()` * As an alternative use a Broadcast like thing which...
I really love clippy and I ran it so see if anything can be improved. But the very first things was an clippy error that I saw, so I looked...
I try to use a [`FileCache`](https://docs.rs/ariadne/latest/ariadne/struct.FileCache.html) to load files from disk and store them for later use. `FileCache` gives me a [`Source`](https://docs.rs/ariadne/latest/ariadne/struct.Source.html) but I see no easy way to use...
**What I want to achieve:** Currently, there's only a way to underline some text with fancy utf-8 underscores. I want something similar to this: ``` error[E0061]: this function takes 1...