Dimitry Nazarov
Dimitry Nazarov
I have a failing build due to a `//` commenting style in [bootstrap-daterangepicker-rails/vendor/assets/stylesheets/daterangepicker-bs3.css](https://raw.githubusercontent.com/jordanbrock/bootstrap-daterangepicker-rails/master/vendor/assets/stylesheets/daterangepicker-bs3.css). Possible that the preprocessor failed to render it as plain CSS?
First of all, thank you so much for this amazing tool! I've been using it for years! The time has come for me to embrace the inevitable and migrate to...
I was wondering if instead of passing env vars individually I can just point to a local `.env`? ```lua require('nvim-test.runners.jest'):setup { ... env = { CUSTOM_VAR = 'value' }, --...