Will

Results 111 comments of Will
trafficstars

That would actually be quite an elegant solution, I might try implementing that

Hmmm, certainly a little more complex than I expected. I'll experiment a bit over the next few weeks and see how reliable it is.

- Sounds good, I might work on porting the Arduino demos to the LUFA stack. Any objections to using their test URL, since it's known to work? I'm, not great...

With an example and good documentation, I'd definitely call riggs' pull to be in a better state. However, the latest comment (about broken MS OS descriptors) will need to be...

@riggs Mine has similar "smart" macros as seen [here](https://github.com/mon/lufa/blob/471673935399d5c5cebe4444b8c77edc0c70a81a/LUFA/Drivers/USB/Core/StdDescriptors.h#L198-L317) . I think it's ok, since once they've been tested, the benefits (static, known size) far outweigh the downsides (the code...

RE: markers etc. Please ensure you have the latest omnimix data. 3.1 added the removed marker and background textures, it must be installed! I'll check this tomorrow, it's a bit...

I will have to come back to this later (for dropdown/images etc). For now, I'll just merge with the radio boxes.

> I need some means to inject/control which options are invoked to xcolor. > > The current framework rigidly makes that choice for me and it doesn't include table as...

This seemed easy, and luckily it was. Checked out 5.0.2's commit and modified `src\assets.rs`. To `enum FPropertyTagType` added new properties to handle the types in these files: ```rust Int8Property(i8), Int16Property(i16),...

This is fixed by setting `mat_mipmaptextures` to 0. I'm leaving this open because I'm not sure how you want to fix this. Various combinations of working/not working and other weirdness...