Sam Holmes

Results 82 comments of Sam Holmes

Could you share the line changes that have fixed this issue for your test? I could really use this patch.

@cliff0412 A PR would be super helpful IMO. I wouldn't ask permission, but rather just contribute the PR and let the maintainers decide whether it's worth including. Do you have...

Here's a gist of a set of keybinding which I think may solve this issue to a certain extent: https://gist.github.com/samholmes/70bc8b553a2ae888239705904f4fd01c # Vim-Style The keybindings draw heavy influence from Vim in...

# Less Modes I've since been playing with a particular configuration which uniquely simplifies the modes and UX for the tool. It doesn't try to emulate Vim as much as...

@imsnif A menu in the bottom right corner like [Helix's](https://helix-editor.com/) keybindings menu would be a wonderful way to make all bindings discoverable whichever mode you're in.

@imsnif When a user has built the muscle-memory for a command, no discoverability is needed not even a subtle one. Only when a user is struggling to remember or is...

> I don't want the user to have to read so much just to use the tool. The user doesn't need to read a lot to use the tool, only...

### Notes on Base 32 Encoding What would it take to get a new base added to the [multibase table](https://github.com/multiformats/multibase/blob/master/multibase.csv)? Specifically, what would it take to add [Crockford's Encoding](http://www.crockford.com/wrmg/base32.html) to...

### Notes on URLs and URI Schemes From what I can tell, there is no obvious direction for solving issues surrounding URI Schemes and browser origin policies coupled with them...

@lgierth I don't know if there is a default base32 encoding in Javascript. If you would consider Javascript's native toString Number method: ``` var a = []; for (var i...