Ben Frain
Ben Frain
Currently running macOS Catalina and NeoVim fails to start with error: "“nvim” can’t be opened because its integrity cannot be verified." That's running: `./nvim-osx64/bin/nvim` after having run install instructions: >...
Add swipe functionality to invoke options for the slat (delete swipe to right, maybe mark as swipe to left)? This would likely get mixed up with Safari's left/right swiping though.
Might be useful to toggle into a pay mode so those that are `in` can be marked off (for example, to indicate who has paid their game fee/subs).
Use vCard Parser to include contact info such as phone/email
I just started to profile my startup time and noticed that Kommentary (5th line down) seems to be the slowest of my plugins (profiled with `nvim --startuptime vim.log`). I'm not...
Much of your approach is the same as my own, documented at http://ecss.io and in book form 'Enduring CSS'. Might be good to have a 'Further reading' section to reference...
Another limitation of the early version of the spec: http://www.w3.org/TR/2009/WD-css3-flexbox-20090723/ Unfortunately, auto margin doesn't seem to work. This is a lovely convenience of modern implementations as it lets you easily...
Not exactly a bug, more a limitation of the prior spec [http://www.w3.org/TR/2009/WD-css3-flexbox-20090723/](http://www.w3.org/TR/2009/WD-css3-flexbox-20090723/) that Android 2.3 works against. If you have a flex parent and set `justify-content: space-around` Android 2.3 will...
Kind of related to [this issue](https://github.com/bdkjones/CodeKit/issues/501) - when I work on a partial Sass file and save, CodeKit doesn't recompile the 'master' style sheet. For example. I have a structure...
Just giving Kit a whirl and have a basic conceptual question... Say I have a kit partial for my navigation section (_nav.kit) and I reference/include a link to that file...