Results 14 comments of Tyler Wilcock
trafficstars

Also interested in this. Thanks for your work on this project — it looks really promising!

Hi @jaypha! Yes, please feel free to give this a go. Let me know if you have any trouble and I’ll do my best to help.

So sorry for the late response on this — I saw it and forgot to get back to you. I'd be open to releasing an initial version of these crates....

Hi! I changed jobs a few months ago and haven't had the time to contribute to Kosmonaut. I'm still interested in this project, and am still ideating on the niche...

Hi @ConLenov! I haven't yet had luck getting Kosmonaut compiled for Windows (but to be fair, I haven't tried very hard). I _did_ [try to include Windows in our Travis...

I was able to build and run Kosmonaut on Windows 10 simply pulling the repository down, running `cargo build`, and then `cargo run`. Still not sure about XP or Windows...

Hi @ngortheone! Unfortunately, Kosmonaut is pretty far from being able to render this document. I took a look at it, and here's what's missing: * `` and inline layout (a...

> I hope one day kosmonaut will be able to render html emails. Even in a non-perfect way A good usecase to keep in mind, thanks :slightly_smiling_face: > What are...

My initial goal with Kosmonaut was to learn web browser development — nothing more. However, I've had a lot of fun working on it, and the project has made a...

Are we limited by the fact that the [stm32-rs library only specifies families](https://github.com/stm32-rs/stm32-rs/blob/master/stm32l4/src/lib.rs) for the `l4` series whereas the `f4` series [has individual chips exposed](https://github.com/stm32-rs/stm32-rs/blob/master/stm32f4/src/lib.rs)?