Chad Cassady

Results 18 comments of Chad Cassady

Nowadays, you can get variant information from the ProductDetails query, and there's a hook for that. It used to be that you had to fetch Variant information separately, but that's...

Oh! Yes I know that error! It just started happening. They removed the `useProductDetails` hook in v0.5 -- it was part of the `LegacyAPIProxy` Now, you have to destructure `products`...

Out of a recent project, I can offer a PR that breaks the ice with the Pipfile/settings for factory_boy, a `UserFactory`, and an `AddressFactory`. Would you guys need something more...

I absolutely love this kind of work, but I'm still fussy about how I spend my energy. If I bite, I'll go all-in for the whole month. It's difficult for...

I'm sold. \m/ nice going, this kinda rules!

Right now it just builds and segfaults upon opening of an HID device with `malloc(): invalid size (unsorted)`. I haven't bothered to look into it yet, focusing on tests so...

Just summarizing my work to address supercollider/hidapi#18 to prepare for the remaining updates. Feedback is welcome. It won't hurt my feelings to try something different or discuss other approaches, and...

Some updates, my code and notes are still a little fragmented for a push. For the usage tables, I've decided against using [hid-tools]( https://gitlab.freedesktop.org/libevdev/hid-tools) in favor of using the JSON...

Cleaning up my approach here, I have tightened the scope of this PR -- I could see that I was violating the contribution guidelines, making it harder for others to...

> Just summarizing my work to address [supercollider/hidapi#18](https://github.com/supercollider/hidapi/issues/18) to prepare for the remaining updates. That's no longer accurate, I reset and force-pushed a much simpler strategy. The submodule remains, and...