Sedat Kapanoğlu
Sedat Kapanoğlu
https://github.com/multiformats/multihash
### Steps to Reproduce 1. Draft a new post while non-English is selected: type this poem by William Wordsworth for example, but it works with many other texts. "never did...
All encoding methods should support UTF-8 buffers for encoding/decoding to make serialization into network protocols/etc easier.
Have a function like this ```csharp static bool existsAfter(DbContext db, DateTime? date) { return date.HasValue && db.Table .Where(t => t.Date > date) .Any(); } ``` EPS05 ("Use in-modifier for passing...