Tim Neumann
Tim Neumann
Hi, I've recently started experimenting with Gotham and so far have to say Thank You, for an awesome library! Now to my issue: If I understand my debug logs correctly,...
I have a use case for a custom build rule that needs to manually invoke `rustc` (some specialised fuzz target). It would be great if `rules_rust` would offer a simple...
According to [The OpenGL ES 3.0 Spec](https://www.khronos.org/registry/OpenGL-Refpages/es3.0/html/glTexImage2D.xhtml#id-1.6.11.1) (and my own experiences) some of the unsized internal formats are not available on OpenGL ES (which is in contrast to the situation...
Hi! First of all, thank you for this! I've been experimenting a bit with this and found that Spotify does not appear to be supported in SingleRoom mode. To recap:...
Contrary to what is documented on `UsbClass::poll` (*"Called whenever the `UsbDevice` is polled."*), it is only called by `UsbDevice::poll` when `UsbBus::poll` returns `PollResult::Data`. Is that working as intended with the...
As described in #112406, bootstrap currently applies the global `split-debuginfo` setting to all artifacts, irrespective of their target triple. This doesn't cause problems when the "build" triple defaults `split-debuginfo` to...
It appears that the naming of snapshots has changed, and now an additional ".local" needs to be appended to the snapshot name. (I haven't tested this with the exact command...