Johan Euphrosine

Results 579 comments of Johan Euphrosine

I was thinking we could have a a few `*Protocol` classes that expose getters for: - `StartFrame` - `EndFrame` - `DataFrame` (and Start/EndFrame could be empty for the WS2801). The...

Looks like there have been some recent attempts at this: - https://github.com/zegervdv/wavedrom-ascii - https://github.com/Wren6991/asciiwave

Looksl ike there was some initial support added as part of #904

@lpawelcz can you add some markdown documentation on how to test the implementation against `decorecorpus`? (even if that just reference the blaze rules to run)

is the conflict in `ir_convert` because of #1204? should we rebase?

> NOTE: currently it is possible to decode frames with simple block types as RAW and RLE. There are however still some issues with decoder implementation as not all tests...

can you remove the `Draft` label since this is ready for review?

CI has been going for 5+ hours, https://github.com/google/xls/actions/runs/8541194594/job/23399959193 can we find a way to exclude the zstd test from the main CI? (we could have a separate daily workflow that...

@sandeepmistry This parser looks well tested and used in production by many projects.

@sandeepmistry I didn't went thru the path of porting the library to this parser. But a quick review of the code seems to indicate that it could perform better. The...