Sam Vervaeck
Sam Vervaeck
Directly use indentation-sensitive parsing. This might require Mage to generate the parser for us due to the amount of checks that would need to be generated.
I don't know if this can be fixed in this library, but I thought to let you know nonetheless. Running the `winit` example of Tauri's `tray-icon`, which uses `libayatana-ppindicator`: ```...
Trying to build qBittorrent using CMake 4.0.2. I built Boost 1.88.0 and libtorrent HEAD using b2. This is the error I get when configuring qBittorrent: ``` -- The following features...
As discussed in #7681, this pull request updates farcaller's changes to the latest commit on RC_2_0. **This hasn't been thoroughly been tested yet.** This seems to fix users behind ProtonVPN...
We'd like to build a system where communication with web and server does not require specifying a protocol. Kind of like Erlang, but split across web and server instead of...
As described in the README, we'd like our language to support extensible records like languages such as Elm have. A good candidate for implementing this seems to be by using...
Right now the Python script that builds Bolt is just an ugly file full of shortcuts and assumptions. Ideally, we can declaratively specify the build file in a build language...
This pull request adds another input emulation backend that uses [evdev](https://docs.rs/evdev/latest/evdev/) to create a virtual mouse/keyboard, bypassing Wayland restrictions. It is meant to be a fallback for the other Linux...
Just creating an issue for this warning in case it would eventually bite. I get this single warning when running the `winit` example: ``` (winit:10782): libayatana-appindicator-WARNING **: 16:45:50.432: libayatana-appindicator is...