codebling
codebling
> ```lua > function newactivate(c) > awful.ewmh.activate(c) > if not c:isvisible() then > c.urgent = false > end > end > ``` So this also broke restoring minimised windows. Turns...
Travis build failed but it's not clear why.
@krisklosterman thanks for all of the work you've done on this, but in the end I used @PhearZero's [fork](https://github.com/PhearZero/node-multi-hashing/tree/issue-183). Your commit history pretty messy and it's very hard to know...
``` Error: Cannot find module 'graphql/language/parser' Require stack: - /project/node_modules/graphql-tag/lib/graphql-tag.umd.js - /project/lib/index.js at Function.Module._resolveFilename (internal/modules/cjs/loader.js:794:15) at Function.Module._load (internal/modules/cjs/loader.js:687:27) at Module.require (internal/modules/cjs/loader.js:849:19) at require (internal/modules/cjs/helpers.js:74:18) at /project/node_modules/graphql-tag/src/index.js:1:14 at /project/node_modules/graphql-tag/lib/graphql-tag.umd.js:2:65 at Object....
@betimer looks like there is a peer dependency on `graphql` ``` "peerDependencies": { "graphql": "^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0" } ``` Install it. ```...
That's awesome! Have you released your extension in the official VS Code Marketplace, or the [Open VSX Registry](https://open-vsx.org)? Open source versions of VS Code are banned from using the official...
Sorry for the delay! This is great. I've added a link in the README!
Seems like dup of #6577, linking because there are some useful comments there, notably [this one](https://github.com/swaywm/sway/issues/6577#issuecomment-1046316739) which indicates that [wl-gammarelay-rs](https://github.com/MaxVerevkin/wl-gammarelay-rs) has implemented color inversion and reportedly works with Sway.
> The backtrace you provided doesn't contain debug symbols. This most likely happens because the Sway binary you're using doesn't have debug information bundled. > > Can you try again...
``` (gdb) bt full #0 0x000055ace6275a16 in ?? () No symbol table info available. #1 0x000055ace6299f01 in ?? () No symbol table info available. #2 0x0000000000000000 in ?? () No...