Darren Li
Darren Li
Not particularly interesting overall, just actor model essentially, but could be interesting for people who are curious or doing something similar, especially the benchmark.
Newer version of blkar uses bytes as progress reporting units, update recordings to reflect. Not too critical however. - [x] Main demo recording on README.md - [ ] Other recordings...
Hello, ### Context I am the main developer of [Timedesc](https://github.com/daypack-dev/timere) - a modern alternative to `calendar` essentially, and I was poking around at packages which depend on `calendar` out of...
Please reply here if you are interested in taking over maintenance of this package on github and crates.io, cheers.
Tagging main contributors/users I have in mind (apologies if I missed any): @burdges @drskalman @rphmeier To people above and also to (active) users and other contributors of this library: Sorry...
Very occasionally (e.g. Travis CI [job #351.1](https://travis-ci.org/darrenldl/reed-solomon-erasure/jobs/597256308)) tests fail very randomly that doesn't make any sense. My suspicion is since `fill_random` doesn't check if the new random value is indeed...
Certain functions are missing direct tests, not overly urgent atm however, so best to focus on development of new code first.
Use [blockyarchive](https://github.com/darrenldl/blockyarchive)'s setup as backup reference. but ideally there should be a more up-to-date and easier to use setup documented somewhere.
Tentative API: ```ocaml val of_http : string -> ... val to_rfc5322 : ... -> string val to_http : ... -> string (* alias to to_rfc5322 *) ``` `of_http` should accept...