datdenkikniet

Results 66 comments of datdenkikniet

Thanks for thinking along @dxspro28, but that solution is irrelevant to the problem described here. Configuring the registry to be some other online source is _not_ a solution when one...

Seems like the library must explicitly account for the existence of this BOM codepoint. There is some precedent for doing exactly this, and it doesn't seem too difficult: https://github.com/alexcrichton/toml-rs/pull/75/ I'm...

That means that it's working. `doctave` is a CLI application that generates HTML/CSS/JS output, which you open using a webbrowser, no GUI (from `doctave`, that is) involved.

I'd like to answer to the call for core contributors! I think the project is interesting, and would like to help maintain it into the future :) Edit: and I'd...

I guess the important decision is if you'd like to host the project on your personal GH account or if we should see if we can somehow acquire ownership of...

Seems like we're in a bit of a limbo RN. I was in contact with @begleynk some time ago and he seems to intend to continue the project, but nothing...

Should this PR be closed in favour of #694 ?

* Changing it to a fixed-size int would make sense, yeah. A `u32` is probably big enough? At any rate it'd be relatively easy to change in the future. *...

> I think having both is not useful, I think we do need to choose now. If we do both, when the phy gets a packet with some ID, it...

That is a good point, thank you for the feedback. That use case lends itself to too much of a niche (manual polling). I'll rework it a bit to see...