Léo Gaspard
Léo Gaspard
Yes, I was planning to basically extract information from the DB using eg. python's sqlite3 module, even though it's not really designed to 😇 I think #3 would be great...
[edit: Wrote that before thinking more about it, you can jump to the second paragraph] IMO syncing could be done using raw files and a file sync engine, in the...
Hmm… Currently what is available for activities in ActivityDiary is: * Name * Color * Times of begin/end * Notes * Image(s) Is that correct? If I read https://developer.android.com/reference/android/provider/CalendarContract.Events, it...
In my opinion, ActivityDiary could, for each activity name found in the calendar, figure out its last occurrence and use its color as the color (and same thing with location)....
After some more investigation, I [learned that this would be a nontrivial feature](https://github.com/devashishdxt/idb/issues/7). So I decided to go ahead and implement it, and this resulted in [the indexed-db crate](https://docs.rs/indexed-db/latest/indexed_db/), that...
Disclaimer: I ended up not being able to actually use cargo-bolero, because there's no async executor that works well on the web except the browser's, and `for_each` is not async-ready....
This looks interesting! I haven't had the time to look through all the code, but it seems to have the potential to be the future of fuzzer input generation :)...
@camshaft Is `reduce` working correctly for you? I'm hitting the same issue locally. I seem to remember ~2 years ago things were working fine so I'm a bit at a...
Hmm I see thank you! Out of curiosity, I just started [this thread](https://discourse.llvm.org/t/passing-libfuzzer-arguments-as-environment-variables/76778) at libFuzzer upstream, because I feel like we could upstream part of the stuff currently in bolero...
Thank you for the information! It's been a while, but just to give an update: my dayjob has strayed farther away from fuzzing than it originally was, and so I...