Jake Moffatt
Jake Moffatt
I use this tool in a precmd/prexec hook with ZSH so it runs every time my prompt is rendered. When I'm using the `--hash` option, the text "hashed color: xxx"...
Sends the escape sequence to reset the tab color to the iTerm2 default. Fixes #3
fixes #4 In this PR as it is now, a few options still have output and the `--quiet` flag is ignored. For instance, `--list` and `--colors` ignore `--quiet` because their...
This would issue the reset command to revert the color back to default in iTerm2: ``` echo -e "\033]6;1;bg;*;default\a" ```
**Is your feature request related to a problem? Please describe.** I want to have a channel for my team that notifies us when we are tagged (automatically or manually) in...
I have a 1.6gb xml file, and when I parse it with Sax Machine it does not seem to be streaming or eating the file in chunks - rather it...
First, thank you for building this! I was trying to use Apple Calendar but it won't sync properly with Google and events that have been removed from Google Cal still...
Mac OS: 13.2.1 (22D68) I followed steps here: https://github.com/tombonez/noTunes/issues/20 - Icon is in menu bar - Icon has the "cancel" 🚫 overlay - Either _with_ a default app (Spotify) or...
When I type the preview box continues to show nothing to preview. When I inspect net requests via Chrome devtools, I see a request to https://github.com/preview?markdown_unsupported=false... that returns a 422....
When LIMIT/OFFSET are used in a query, `extract_value` replaces their values with `nil` since the values in the query array are of type `ActiveModel::Attribute::WithCastValue` not `ActiveRecord::Relation::QueryAttribute`. I've updated the method...