Simon Ser

Results 571 issues of Simon Ser

With a setup with two side-by-side outputs, one with a 1.75 scaling and one with a 1 scaling: 1. Open Firefox tiled on the 1.75 output 2. Move the workspace...

bug

Planning for the next release. Milestone: https://github.com/swaywm/sway/milestone/14 Changes for users and packagers: - wlroots 0.18 is required. - `dmenu_run` is no longer a dependency of the default config file. -...

meta

When no type information is available, oazapfts generates `any`. This makes the `any` leak into the rest of the codebase, which might not be desirable (in general, `any` is unsafe...

Vulkan has [`VkPhysicalDeviceType`](https://registry.khronos.org/vulkan/specs/1.3-extensions/man/html/VkPhysicalDeviceType.html) which indicates what kind of device the `VkPhysicalDevice` is. It would be useful to add something similar to `EGLDevice`. (I personally need to figure out whether it's...

enhancement

## I'm submitting a… [ ] Bug [x] Feature Request [ ] Documentation Request [ ] Other (Please describe in detail) ## Current Behavior N/A ## Desired Behavior Would a...

enhancement
needs info
discussion
4.16

"View" was cargo-culted from Sway. Rename to "toplevel" or "window". For more background, see https://gitlab.freedesktop.org/wlroots/wlroots/-/merge_requests/4420

Given this code snippet: ```dart import 'dart:io'; import 'dart:convert'; void main() async { var client = HttpClient(); try { var req = await client.getUrl(Uri.parse('https://tinyurl.com/ircv3')); var resp = await req.close(); final...

area-vm
P3
library-io
triaged

- [x] Decode/encode LOCK/UNLOCK requests - [x] Decode `If` header field - [ ] Plumb all relevant endpoints - [ ] Add in-memory lock system implementation