Chris Bloom
Chris Bloom
I was finally able to get around this by downgrading my icu4c install as suggested at https://github.com/brianmario/charlock_holmes/issues/117#issuecomment-347267575. Once that was done `gem install charlock_holmes --version 0.7.5 -- --with-icu-dir=/usr/local/opt/icu4c --with-cxxflags=-std=c++11` installed...
Although that ☝️ appears to result in `npm install` not working, at least for the one library I tried installing, until I put icu4c back to the current version which...
This finally worked and allowed me to install charlock_holmes _and_ run node/npm _and_ run my rails server brew uninstall icu4c --force --ignore-dependencies brew cleanup # YMMV, be careful here if...
I did some digging in the source and found that records that aren't originally in the index can be added if they later qualify, but just not in certain circumstances....
@cynicaloptimist As discussed in #416, I'll take a stab at some alternate key mappings and make some proposals here.
OK, this was kinda fun. Here's a verbose version that uses keywords instead of just hotkey combinations. This works out of the box with the current hotkey library. I tested...
> I think I'd approach this from the principle that "common" commands should use a single key, and "uncommon" or hard-to-undo ones could use two. I whole heartedly agree with...
I like the idea of a "Revert to defaults" in general to go back to what the current defaults are, but if there's a lot of overhead to go back...
I got side tracked and haven't finished my own list of keybinding suggestions. Should I continue to work on them if I can get them posted soon (like within the...
What if for logged in, patreon-linked accounts, users could have URLs like /patreon-username/e/random-or-custom-url? That way each URL was scoped to the logged in user. Non-linked user URLs would remain as...