John Kurkowski
John Kurkowski
Reconsider caching in the library's install folder. The GitHub issue tracker is rife with confusion about the permission warning (#9), or outright uncaught exceptions (#209). Finally do something about it....
Can you keep a changelog? General rationale and suggested format here: https://keepachangelog.com/en/1.0.0/ Concrete example. I see recently a v3.0.0 was published. I want to see what the breaking changes are,...
With the following `~/.ctags`: ``` ctags --langdef=css --langmap=css:.css --langmap=css:+.scss --langmap=css:+.sass --langmap=css:+.styl --langmap=css:+.less --regex-css=/^[ \t]*(([A-Za-z0-9_-]+[ \t\n,]+)+)\{/\1/t,tag,tags/ --regex-css=/^[ \t]*#([A-Za-z0-9_-]+)/#\1/i,id,ids/ --regex-css=/^[ \t]*\.([A-Za-z0-9_-]+)/.\1/c,class,classes/ ``` a *.less file appears as a valid mapping ``` ➜...
This addon has the `excludeFiles` option, but no `includeFiles`. Could you add it? So projects can opt into linting important project files beyond ember-cli's magic `app/` and `tests/` directories. For...
* Allow re-running the macOS build script * Mark build scripts executable * Let build scripts determine what shell they need * I.e. in their shebang. Depending on the system,...
Significantly speeds up fresh tox environments, like in CI. Does not require contributors to use uv directly, outside of tox. # Open Issues * [ ] How much do we...
Instead of #335's rollback of tool versions, trying to roll forward. # Changes * Drop PyPy 3.8 from CI * It's causing issues with `uv` in CI that aren't worth...