wcampbell
wcampbell
> Wonder if some sort of rainbow table/heuristic dictionary or compression based approach would help provide middle ground for more usable string space with qualified lookup/decompression speed. Some sort of...
I have a MR that _should_ add features that you want here regarding to `bit_order`. Have a look at this example/test of using `reader ` and `writer` and let me...
@simonft Did you already try the branch? I don't have time to make sure your asserts are correct, but I was getting the following error: (this could totally be from...
> I hadn't, but I just did. I'm able to reproduce the test case failure, and I've updated the original snippet to be an actual working test case. Trying to...
Not at my computer, but could you try out the master branch? I think this is a duplicate of the fix [MR here](https://github.com/sharksforarms/deku/pull/398).
@sempervictus Checkout https://github.com/sharksforarms/deku/pull/411 for a fix for this. Sorry I didn't have time today to find an _actual_ solution. I think.
Oh interesting, if this isn't in a deku derive macro you get a better error: ``` error[E0609]: no field `len` on type `Option` --> examples/example.rs:16:7 | 16 | a.len; |...
> @wcampbell0x2a what do you think of the above? > > Could be neat to have an indicator of "eof" which could be used in attributes such as: > >...
@sharksforarms I added a `Add-To-Changelog` label, which is something I usually use to keep track of issues/MRs that are merged that don't have a changelog entry before releasing. I you...