Jason Papakostas
Jason Papakostas
For example, `aur/caddy-full-bin` depends on `systemd>=229` but I am using `tredaelli-systemd/systemd 227-1` because I'm stuck on an old kernel on openvz. I have the `[tredaelli-systemd]` repo first in my `/etc/pacman.conf`....
A pattern for logging I found handy in the NodeJS world is [the `util.debuglog()` method](https://nodejs.org/api/util.html#util_util_debuglog_section). Basically you have named sections of the debug log that you can enable the output...
**Do you want to request a *feature* or report a *bug*?** bug **What is the current behavior?** `yarn add ` results in stale contents from a previous unpacking in node_modules...
Wayland is now the default display server on some popular distros such as Fedora 25. It would be great if ActivityWatch worked on Wayland! On v0.7.0b1 I just get this...
This makes it difficult to copy a URL to clipboard
Often I'll use nox to find a package but add it to my systemwide config instead of installing in the current user context. However, with this usage pattern nox updates...
Happens immediately when disabling the feature as well as on every launch of XenonTrade. There is no warning and the feature works fine when enabled. ### Your specifications - Platform:...
Using `setTimeout` with 0 delay can work around it.
https://github.com/kiwiirc/irc-framework/blob/759a85ee7881418f736b683ba3ecd51b3efeed3c/src/client.js#L178-L184 https://ircv3.net/specs/client-tags/reply.html
Currently `TAGMSG` commands are not emitted through the `'message'` event and do not get a `.reply()` method added to the event object. https://github.com/kiwiirc/irc-framework/blob/759a85ee7881418f736b683ba3ecd51b3efeed3c/src/client.js#L177-L188 https://ircv3.net/specs/core/message-tags-3.3.html#the-tagmsg-tag-only-message