Kevin Lynagh

Results 68 comments of Kevin Lynagh

Sliced Bananas is conceptually separate from JSON stringification, so I'd like to avoid any explicit reading out to the latter. Plus, `JSON.stringify` will silently throw away type information: ``` javascript...

Yikes. Good research @rbino! Not sure how I want to resolve this --- either impl a workaround in my register generation or wait until it gets fixed upstream. Will leave...

Feels out of scope for this library since the info isn't in the SVD files. Do the Rust folks expose any of this in their SVD patches? https://github.com/stm32-rs/stm32-rs/tree/master/devices That said...

Thanks for the PR, exciting to have more people joining the Zig party =D Can you link to the SVD and chip you ran into problems on? I'd love to...

Thanks for the context! I'll take a look at those SVDs and see if I can replicate the issue and understand your fixes. Makes sense from what you've described though...

I pushed up some commits fixing the issues you noticed, thanks! I tested with the ATSAMD51G19A.svd accessible here http://packs.download.atmel.com/ Unfortunately the generated Zig isn't quite ready to go yet; the...

Hi Mac, this looks spectacular! Your explanations in particular are really great --- can you amend your commit so that the message contains the points you wrote up above? That...

Haha, yes! Sorry for the delay here =D

This predicate would be in the JavaScript, actually. If you use `c2.dom/attr` or `c2.dom/style` it will append "px" as appropriate. However, if you are using Singult (including using via c2's...

Nope, you're using it exactly right and even found where you'd need to put the fix. If you want to submit a pull request for this, I'll happily accept it.