Manos Pitsidianakis
Manos Pitsidianakis
- [ ] Update any changes the new APIs might bring - [ ] Update dependencies/dependabot alerts - [ ] Make sure all examples and documentation work - [ ]...
According to https://sqlite.org/lang_datefunc.html the following string formats are expected by sqlite time functions: 1. YYYY-MM-DD 2. YYYY-MM-DD HH:MM 3. YYYY-MM-DD HH:MM:SS 4. YYYY-MM-DD HH:MM:SS.SSS 5. YYYY-MM-DDTHH:MM 6. YYYY-MM-DDTHH:MM:SS 7. YYYY-MM-DDTHH:MM:SS.SSS...
Hello, I've been toying with custom mutators in cargo-fuzz with libfuzzer and it seems to me to support changes to typed data instead of bytes, the reversed arbrirtary operation would...
Debian 10. Running the code from the first page of the gitbook: ```rust use valora::prelude::*; fn main() -> Result { run_fn(Options::from_args(), |_gpu, world, _rng| { Ok(move |ctx: Context, canvas: &mut...
Needs two things: - a small shortcut parser (check if gtk's accelerator parser fits this usecase) - a shortcut GObject to register it in `Settings`