Antti Korpi
Antti Korpi
...like https://github.com/progrium/topframe has. :fire: To demonstrate that parts of the window can be made clickable and that it can really render on top of everything, a neat demo would be...
As pointed out in #3, Hudkit currently passes through all input events. This is by design, but that's because the design is ***not ambitious enough***. :fire: If desktop input events...
At the moment, we've got these colour-related flags (quoting `man pacgraph`): ``` -t COLOR --top=COLOR Color of packages which are not dependencies. -d COLOR --dep=COLOR Color of packages which are...
[Docs](https://github.com/alanshaw/markdown-pdf#optionscwd) don't explain. I was reviewing https://github.com/alanshaw/markdown-pdf/issues/120 and realised I don't know. If I wanted to `markdown-pdf` in a different dir, I'd just `cd` to it like ```bash ( cd...
A breaking change: I changed the `-o`/`--out` flags to expect a directory. Specifying a file path down to the name is nonsensical when dealing with multiple files. The files are...
I wrote a program that uses this module. The tests pass on my local machine (because the colours are sensibly disabled when the program's output is piped), but they fail...
Major-version bumps, but I checked their change logs - https://github.com/sinonjs/sinon/blob/master/docs/changelog.md - https://github.com/mochajs/mocha/blob/master/CHANGELOG.md and it seems they haven't changed anything node-x11 is using.
[We talked about maybe doing this in 2018](https://github.com/sidorares/node-x11/pull/163#issuecomment-359958791), and for some reason I woke up today wanting to eslint something. :thinking: Maybe it's because I've been playing Factorio for 2...
#### Your system information * Steam Runtime Version: (Whatever version Dota 2 uses.) * Distribution: Void Linux * Link to your full system information (Help -> System Information) in a...
# What / Why Sweeping floors, dusting surfaces, patching vulns. :hammer_and_wrench: * Old `tap` pulls in deps that have vulnerabilities like https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-7598 (I had an `npm audit` warning about this,...