Supreeeme

Results 53 issues of Supreeeme

The RP2040 is able to operate as a USB host. TinyUSB has support for this mode of operation. Could rp-hal get it too?

Hi, the DSC patch is also needed for the Bigscreen Beyond, so thanks a lot for it! I was wondering, what's the status of it getting upstreamed?

Clicking a tray icon that has a popup menu only causes the popup menu to appear once. If you try and click it again, the menu will not appear. However,...

bug

Observed on Niri. If a client commits the surface for an XdgToplevel with a buffer already attached, this should be a protocol error according to the XDG shell docs, but...

### Input C/C++ Header ```C++ #include // or any other std header void func1(); ``` ### Bindgen Invocation ``` $ bindgen input.h --blocklist-item "std::.*" -- -x c++ ``` ### Actual...

A-templates
A-C++

Attempting to build the loader with `-DDYNAMIC_LOADER=OFF` results in the following cmake error: ``` CMake Error: install(EXPORT "openxr_loader_export" ...) includes target "openxr_loader" which requires target "jsoncpp_interface" that is not in...

synced to gitlab

I have several (5-10+) ~6000 line headers I want to generate bindings for. (These headers have a lot of the same types but I post-process the bindings from bindgen to...

**Describe the bug** Subclassing does not compile, with the following error: ``` error[E0277]: the trait bound `Concrete: CppPeerConstructor` is not satisfied --> src/main.rs:12:12 | 12 | pub struct Concrete {}...

If you pass `XdgToplevel::set_title` a String with embedded 0 bytes (which is valid for a `String`), you will get a panic with a backtrace that kinda looks like this: ```...

Currently, based on the spec, it seems that dpad bindings for a trackpad being considered activated are either reliant on the click or force components. However, it would also be...

synced to gitlab