Nicolas Hallaert

Results 3 comments of Nicolas Hallaert

@RichardWright Doesn't seems to be a real good choice of library (unactive, unused..). You can totally work with redis-streams (https://redis.io/topics/streams-intro) with ioredis. I am doing so & for what I...

@fraxken To fix redirection inside the document, here is a solution. ![image](https://github.com/fraxken/ebook_nodejs/assets/39910164/6edb3a50-5e0b-44f1-bd03-1e9d8d066737) ![image](https://github.com/fraxken/ebook_nodejs/assets/39910164/70088a74-62ed-4536-bf50-141763576337) but at this point, the MD links overwrite the `href="#Introduction"`, so using the class `Introduction-ref` (as there...

@kriszyp 👋 went through the same issue using my [implementation](https://github.com/MyUnisoft/Redis/blob/v3.3.2/src/class/KVPeer.class.ts) Here is some minimal code. ```ts import { Packr } from "msgpackr"; const packr = new Packr({ maxSharedStructures: 8160, structures:...