Firstyear

Results 832 comments of Firstyear

And I would certainly be happy to help write them except ... the barrier here is that without the documentation I don't understand all the modules so I ... can't...

A good example of this is actually the problem I'm hitting right now. I'm trying to parse the following tagged value from a byte array into a u32 `b"$5\r\nvalue\r\n"`. It...

@Xiretza as much as I appreciate the offer to assist with this specific technical problem, this issue report is meant to show a broader and larger problem - that nom,...

@dark-fusion I can't write documentation for something when I don't know how it works. I can't "magically" create that knowledge from nothing. It is completely valid for me to provide...

Would it be possible to show how to use Box/Arc as Messages in the examples? I think in my mind it's unclear due to the Result type being defined to...

I agree. I think soon if I have time I'll start to write these myself as I have been muddling my way through to understand it.

@Freyskeyd I was, but I ended up distracted. There is a draft of the streams docs as a PR here: https://github.com/actix/book/pull/30

Setting up a customised version of actix with the addition of a manual flush on FramedWrite so that the caller can do: ``` framed.write(data); framed.flush(); ``` The actix framedwrite flush...

https://github.com/kanidm/kanidm/blob/9d5296a34b1d9b2169537f2fa9fa1a855d589520/kanidm_client/src/lib.rs#L271 This comment is pretty telling 🤣

Really, Ithink the issue is that kanidm-client should be reporting it's errors up better rather than attempting to log them itself so the caller can then decide how to handle...