xiota
xiota
Whatever workaround that's ultimately implemented should be flexible. Some games work with `INTEL_DEBUG=noccs` (or `norbc`), some work with `MESA_LOADER_DRIVER_OVERRIDE=zink`, some work with either, some work with *neither*. I've also found...
Any reason [this commit](https://github.com/transmission-remote-gui/transgui/commit/9275c3fb877dd753a1940d1b900630cdc09a0cc2) isn't merged with master?
Using `pytest -vvl`, it looks like ffmpeg 5.x replaces the trimmed frames with the first frame instead of removing them entirely.
Copy on write is the mechanism by which reflinks are broken when the contents diverge. The reflink itself is not copy on write. Creating a reflink, where contents have not...
Looks like an electron app. Electron packages tend to be large, and I would prefer that the `cp -r` be replaced with `cp --reflink=auto -r` or `mv` to reduce package...
`--tmpfs` works with new `debug` service. I don't see any `--noswap` option at https://github.com/containers/bubblewrap
Relevant code is in [`geanylua/glspi_doc.c`](https://github.com/geany/geany-plugins/blob/master/geanylua/glspi_doc.c#L95-L124). I don't see why it doesn't work. ```C /* Actvate and focus the specified document */ static gint glspi_activate(lua_State* L) { gint idx=-1; if (lua_gettop(L)>0)...
> I'm not sure the OPs code should do anything... In my Lua test code, what I'm interested in is the return value. Even if the function ultimately doesn't have...
> The OP seemed to keep using the current document so they would not have changed anything IIUC Even though that code does not change the tab, the return value...
That's interesting... Manjaro is still on KF5.