shuppy

Results 144 comments of shuppy

Thanks @JonnyHaystack! 3.1.0 is still affected, and I can confirm removing those definitions fixes the problem for me. @hathach, it looks like the addition of TU_ATTR_WEAK in hid_host.h in hathach/tinyusb#1968...

> Notably, the Keyboardio Atreus does not exhibit this behavior; the usb3sun beeps on connect/disconnect as for the working keyboards. this suggests we are getting both our tuh_hid_mount_cb (note: not...

@bors-servo r+ trying this locally with a merge from master, it seems the test runs normally now ``` 0:03.16 TEST_START: /html/canvas/element/manual/imagebitmap/imageBitmapRendering-transferFromImageBitmap-webgl.html 0:03.16 WARNING Got command init_succeeded in state running 0:03.55...

@nawordar, could you please open an issue about the Nix build errors? @VitalyAnkh’s error looks like the same kind as in #30826: > wl_surface@30: error 2: Buffer size (10x727) must...

@sagudev interesting! I didn’t realise it was possible to build a lib crate as a dylib unless we used the C ABI. I wonder if it will break monomorphisation or...

We may be able to do this with some small tweaks to the existing shell.nix. @ljrk0, can you tell me more about the problems you ran into when using our...

> What happens if we explicitly enable the parallelization feature in `cc`? https://docs.rs/cc/latest/cc/#parallel We already do; see mozangle’s [Cargo.toml](https://github.com/servo/mozangle/blob/0b63127ca500e07198d9da3a28495d393992c3d5/Cargo.toml#L22).

As a stopgap measure, is it safe to compile mozangle with MSVC on Windows while compiling the rest of Servo with clang? It seems to work for me, and in...

Great! Feel free to add me as a reviewer if you open a pull request.