Christopher Crockett
Christopher Crockett
I struggled with this issue a fair amount earlier today. I kept running `jira-update-my-projects`, but the generated buffer was always incomplete! As it turns out, the function was failing because...
Note how this callback is being bound to an event which is emitted nowhere else in the polyfill: https://github.com/denoland/deno_std/blob/6f9e33341826821ba73593238bf0da7c515c30aa/node/_tls_wrap.ts#L332 In the baseline implementation, this event is emitted by the `onConnectSecure`...
**Describe the bug** Hints will never be created for page elements which exist inside of a [Shadow DOM](https://developer.mozilla.org/en-US/docs/Web/Web_Components/Using_shadow_DOM), even if a hint would normally apply to that particular element otherwise....
#### Your system information * Steam client version (build number or date): 1646527495 (Mar 6 2022, at 00:19:25) * Distribution (e.g. Ubuntu): Manjaro * Opted into Steam client beta?: Yes...
### Description I'd like to be able to set custom scaling for specific windows. In other words: I'd like to be able to use different Wayland scaling multipliers between individual...
**Is your feature request related to a problem? Please describe.** Currently, the Nyxt password manager integration with `pass` will query for a username by decrypting the secret file and searching...
# Bug Ticket ## Describe the bug The Spotify "Your Episodes" collection is associated with a user:[ID]:collection URI, similar to the URIs used with the "Liked Songs" collection. For example:...
I like using Mousekeys in inertia mode with the friction turned off. It's a great way to get analog-like movements when piloted well, though there are some tweaks which I...
This change makes it so that we internally track the timer state as a new `Animation` property called `timer_running`. Internal tracking is used instead of observing a property of `self.timer`,...
Per the documentation, the `Animation.stopAnimation` method should fire a signal when invoked, however, this currently never happens due to [a bad if condition](https://github.com/Aire-One/awesome-AnimationFramework/blob/f2b7bba792391e5fc739952e24641a970f7a1755/Animation.lua#L84). Because glib always returns an ID rather...