Amir Abushareb
Amir Abushareb
to solve _some_ differences between keyboard layouts, we can use `component/keyname` instead of `yields/keycode`
ignore request failure by default so that if a single item fails to save, other items can be saved. unless `.multi()` is used. ``` js dex() .set('foo', []) .set('baz', {})...
lots
what do you guys think ? [component-graph](/yields/component-graph) it's kinda annoying to have to download it in order to run it, and i think even if it had it's own domain...
Similar to brew doctor, it would show errors if any of the below binaries are not installed/can't be reached - [ ] `go version` - [ ] `go env` (has...
Add bench command, when benchmarks are run, show bench output next to the benchmark func if the view is open. When benchmarks are run again, the plugin should compare with...
Just like vet/lint/fmt errors, be nice to see them inline: ```golang t.Run("testing", func(t *testing.T){ | test: failed ... assert.Equal(t, 0, 1) }) ```