acheronfail

Results 28 issues of acheronfail

After adding the tap, I get an error: ```bash ❯ brew tap ctdk/ctdk ==> Tapping ctdk/ctdk Cloning into '/usr/local/Homebrew/Library/Taps/ctdk/homebrew-ctdk'... remote: Enumerating objects: 7, done. remote: Counting objects: 100% (7/7), done....

[React has support for defining event handlers](https://reactjs.org/docs/events.html#supported-events) that use capturing rather than bubbling: > To register an event handler for the capture phase, append `Capture` to the event name; for...

feature request

**TL;DR**: How can I detect modifier keys when a controlled `` is clicked? ```jsx // Fires a "click" event with modifiers (e.shiftKey, etc): console.log('shiftKey' in e)} /> // "true" //...

It would be nice to automate the picker with AppleScript, namely in the following ways: - [ ] activate the picker - [ ] move the picker to x, y...

enhancement
help wanted

I've noticed that building appmetrics with the latest version of `gcc` fails. I've tried this on multiple node versions (10, 12 & 13). The last good working version of `gcc`...

## Expected behaviour The `join` filter can be used to join an array of strings with newline characters. ## Actual behaviour The literal characters `\n` (as in `\` followed by...

bug

As discussed in #10 - the codebase may be much easier to maintain if we separated the main and renderer logic into separate files. This issue will track the progress...

chore

This could be really awesome - compiling xi as wasm means we don't have to rely on spawned processes, etc. Need to look into it (since xi uses some advanced...

enhancement
question

I'm not familiar with Android development, so I'm not sure if there are any APIs I can use that support our minimum build target... Let me know if there's anything...

**Description:** `sway` can currently set `opacity` very easily in different ways, e.g., `swaymsg opacity 0.5` or `for_window [] opacity 0.75`. But there's no way to _get_ the `opacity` of a...

enhancement