Palladinium
Palladinium
@jgerrish Would you be willing to share your code for the proof-of-concept if you still have it around? One of my current projects could really use an I2C slave driver...
It looks like the blocking has moved down the dependency chain from `wgpu` to `iced`: https://github.com/iced-rs/iced/issues/2087
Just updated to develop and ran into this issue while I was using rubocop without problem on master and from the terminal. Using `rbenv`, tried `M-x rbenv-use 2.7.0` to no...
I've been working on implementing an I2C driver for the Attiny family, and I think that unfortunately the generic traits as defined in `avr-hal-generic` are not generic enough to work...
I've also found an issue where the bit patterns for the `USIWM` bits in `USICR` are incorrectly labelled. According to the `USIWM_A` enum, a value of 2 (`USIWM1` set, `USIWM0`...
I gave this my best shot a few weeks ago, be warned that this compiles but doesn't work: https://gist.github.com/Palladinium/77e8101efa73777fb8290198c24ebe38 It relies on a small patch to `avr-hal` to expose the...
Given that #440 has been merged, is this still an issue? If so, what needs to be done to address it?
It looks like the error value returned when an object doesn't exist is `S3Error::Http(404, _)`. It'd still be nice to get this as its own feature. Note that without the...
I should have mentioned in the review, I really like the overall direction of this proposal, much more than my experiences with SS13's virology (mainly tg some six years ago)....
From a first look, it seems to me that the overflow occurs due to the optimization at line 100, wherein the two cursors have 1 subtracted from them in advance...