Supreeeme

Results 206 comments of Supreeeme

I don't actually use gedit anymore, mind if I link to your fork from mine?

### Current flow ```lua function MyCommandComplete() return vim.fn.join({'a', 'b', 'c', 'd'}, '\n'}) end vim.api.nvim_create_user_command("MyCommand", function() --blah blah... end, { nargs = 1, complete = 'custom,v:lua.MyCommandComplete' }) ``` - Requires defining...

Would a utility function for providing basic filtering be accepted then?

Changed implemention and added a test to make sure anonymous structs don't break

I'm gonna close this because I've already solved my usecase: [This commit](https://github.com/ValveSoftware/Proton/commit/618221db82b03bec88220db06c8192ca9b64a27f) enables OpenXR games to launch without SteamVR through Monado + [OpenComposite](https://gitlab.com/znixian/OpenOVR). Note that although OpenComposite is for OpenVR...

@Coreforge If I had to guess you're missing the `XR_RUNTIME_JSON` variable. The OpenComposite readme has a linux specific section going over this. You may also be interested in [Envision](https://gitlab.com/gabmus/envision), which...

Is there anything blocking this from getting merged? It fixes positioning issues with Steam's dropdown menus.

I've seen this on both my (Intel) Macbook and my desktop with an AMD RX 6600, both with Mesa 24.1. I know on the laptop it happens with both Xwayland...

More interesting notes: - It actually doesn't happen in firefox on Wayland with the default profile, but it happens if I run any other profile `firefox -P ` (wtf?) -...