Anton

Results 6 issues of Anton

When I try to run `cargo profiler callgrind`, there is an error that compilation failed with the normal `cargo build` output afterwards, saying compilation succeeded. When I just run `cargo...

While it's perfectly reasonable to require reading the whole input before processing it, as discussed in #192 for some other subcommands, like `xsv fmt` or `xsv select` I see no...

Hey there :) is there a particular reason why `SineWave::new()` takes an u32 when it stores a f32 internally? I'm not that familiar with sound and stuff so I can't...

Hey :) I really like the idea of `fre` and this frecency algorithm. I would like to use the same algorithm for other stuff as well, not just directory and...

Hey there, on your website you mention that the MultiZone runtime is formally verifiable and written in Assembly. Is the code of this runtime publicly available anywhere? I wasn't able...

Hey :) I'm trying to create a new FAT16 filesystem like so: ```c fl_init(); // Attach media access functions to library if (fl_attach_media(sd_readsector, sd_writesector) != FAT_INIT_OK) { printf("ERROR: Failed to...