Lauri Gustafsson

Results 10 issues of Lauri Gustafsson

Hello. I've been recently learning Vulkan and I added basic support for ft/glsl using glslc. I'm not sure about portability (using /dev/null because glslc doesn't have a syntax check only...

I'm opening a pull request about this, not to get my hack without tests and documentation merged, but perhaps to get tips on how to achieve what I want for...

Hi and thanks for developing wterm. On my 1440p display wterm crashes in sway if the window is too wide. Half of screen doesn't work but one third is fine....

**Sway Version:** `sway version 1.7` **Debug Log:** ``` 00:00:00.308 [ERROR] [wlr] [xwayland/server.c:443] Cannot find Xwayland binary "/usr/bin/Xwayland" 00:00:00.308 [ERROR] [sway/server.c:273] Failed to start Xwayland info: main.c:420: version: 1.11.0 +pgo +ime...

bug

I'm running texlab 5.12.2 (texlab-git AUR package) with helix 23.10. My configuration is ``` [language-server.texlab] config.texlab.build.onSave = true config.texlab.build.args = ["-pdf", "%f"] ``` The problem starts when I'm editing a...

needs more info

Hi. I'm trying to run dust3d on Raspberry Pi 5 (aarch64), Raspberry Pi OS "bookworm". Steps to build: ``` sudo apt install qmake6 qt6-base-dev libqt6svg6 libqt6svgwidgets6 qt6-svg-dev cd dust3d/application qmake6...

**Sway Version:** ``` { "human_readable": "1.10.1", "variant": "sway", "major": 1, "minor": 10, "patch": 1, "loaded_config_file_name": "\/home\/gustafla\/.config\/sway\/config" } ``` ``` bemenu v0.6.23 ``` ``` wmenu 0.1.9 ``` **Debug Log:** https://gist.github.com/gustafla/ad660e6010ef3f33caa17c4e09397378 If...

bug

This week I been papering over the `RocketClient` with a new `simple` API as you may have seen. It's starting to work very well for my upcoming [Graffathon](https://www.demoparty.net/graffathon/graffathon-2025) entry's engine,...

We should add some tests for the client with various scenarios. This requires implementing a thread local test double for the `TcpStream` and doing a `#[cfg(test)]` that switches the actual...

I think the current name `rust-rocket` is both too overloaded (conflicting with the rocket web framework), and it has the rust- prefix which looks bad in my opinion. I propose...