Karolin Varner
Karolin Varner
```js pipe( fetchData(), map(x => x+2) sum); ``` The above example should work, regardless of whether fetchData returns a sequence/iterable, async sequence/iterable or a reactive sequence. The implementation could –...
Rapidjson supports a similar interface (SAX like) which also allows memory efficient parsing; it has good utf8 support. The parser can be tweaked to supply numbers as strings instead (to...
f4a46b134f58639f352b3024801c3d98f901d66a src/remark-remove-position.js Forgive me for putting this so bluntly, but…WHY? I was using documentation.js to parse documentation and extract code blocks for [ferrum.doctest](https://github.com/adobe/ferrum.doctest) and my build is failing because of...
It would be useful if pqclean exposed deterministic versions of KEMs and Signature Algorithms taking explicit coins/secret seed parameters. These would come in handy because some protocols mandate their use...
The byte efficiency audits use a secoring functions that is defined by linear interpolation between three control points: `{0, p_avg, p_poor, p_zero}`, the positions between which are defined by linear...
This commit adds proper hyphenation hints to the documentation at doc compile time; these hints can be used to portably use `text-align: justified` with nice hyphenation. This looks nice &...
Before this, fonts inside docdash where rendered slightly larger than the average font on other sides. In practiced this caused some of us to try do make the font size...
I have access to many repositories and I am a member of multiple orgs. When I try to add some repositories I would like to manage though GitNote automatic GitHub...
Hi thank you for writing this awesome tool! I propose adding the ability to write the buffer to a file or stdout; this allows me not to have to think...
Thank you for building hermit; I hope this will become a conerstone of rust infrastructure soon! At [Rosenpass](https://github.com/rosenpass/rosenpass) (post quantum security for WireGuard in Rust) we are currently exploring using...