chrysn

Results 842 comments of chrysn

There is also a new project around that provides a FLOSS board, with some [open questions](https://github.com/fossasia/badgemagic-firmware/issues/85) as to what their goal and compatibility promise is.

Alba has [been so kind as to look into what libresolv can do](https://chaos.social/@[email protected]/114635448797613910), and it seems that that works well for Android and on exotic libc. I think libresolv is...

The interaction of those brackets with URIs is a bit odd in general -- and unlike pip, we're in an environment where explicit Python syntax is an option. So if...

If I'm to write a patch (no promises), would you rather see `snowballstemmer[all] @ https://….whl` supported, or the extra `micropip.install("….whl", features=["all"])` version?

Exploring what's in micropip, I found that it'd be a viable workaround to produce an [index](https://docs.pypi.org/api/index-api/) and then install like `await micropip.install("mypackage[feature1,feature2]", index_urls=["https://where/i/host", "PYPI"])` -- but then, that requires not...

This PR may warrant a statement that "the RIOT project has taken in development of the cosy tool under its umbrella", but we have no flag "Releas notes: noteworthy".

Updated but can't test it right now (too deep in other parts); could you run a final test?

This would also be useful to provide further information from external sources (that, unlike tag files, does not replace items): These external sources (for example language bindings) could then easily...

I just tried out this branch exploring how well defmt can be Just Another Dependency that libraries can impl trait for without too much feature gating ado. My go-to test...

Where are you exactly stuck? You've mentioned the [EDHOC guide](https://aiocoap.readthedocs.io/en/latest/stateofedhoc.html) already, but granted, that mainly talks from the perspective of the tools and not the libraries. It's not replacing the...