Steven Loria
Steven Loria
I'm also interested in this. The use case I have in mind is installing git hooks for development environments, the way [husky](https://github.com/typicode/husky/blob/557aa0f7c04e25d7c195e11209e400b40b11f1cf/package.json#L15) does via a `devinstall` hook. This would require...
Related: The cookie name defined in `website.settings` must match the cookie name defined in the nginx `uwsgi_cache_bypass` and `uwsgi_no_cache` directives in the nginx config. h/t @icereval
I highly recommend vim-plug, which is in active development as of this writing: https://github.com/junegunn/vim-plug . It has a very similar API to Vundle, but adds nice features such as post-update...
Was reading the KA blog and also noticed the font sizes were a bit small (on a laptop). I opened #73, which increases both the base font size and the...
Not sure if you are still considering this, but I can recommend [vale](https://valelint.github.io/docs/), which uses proselint and other linters under the hood. It comes with a number of [preset styles](https://valelint.github.io/docs/showcase/),...
Yeah, I should have added a disclaimer to my recommendation: I've only used vale within my editor. I have not used it with CI, for exactly the concern @csilvers raises...
What do you think of using the [formatter](https://toddjordan.github.io/ember-cli-dynamic-forms/#/demos/formatting) API for this? A formatter could optionally take the current form data, so that you could format a field based on other...
I like this idea. PRs welcome!
I like the proposed syntax since it would support any hash fragment within an issue or PR 👍