Martin Monperrus
Martin Monperrus
Thanks for the bug report. One option would be to configure spoon-maven-plugin to only output new classes. Reading the [docs](https://github.com/SpoonLabs/spoon-maven-plugin#how-to-skip-generated-sources), skipGeneratedSources might be a first step in this direction. Looking...
thanks @SirYwell for looking into this. important to stay up-to-date with JDT.
thanks for the bug report. adding a role is a doable PR, would you give it a try?
Hitting the same important bug today. ``` echo ê | ag -i ê echo ö | ag -i ö echo å | ag -i Å $ ag --version ag version...
confirming that one can completely remove all NPM tokens from env and workflow (NODE_AUTH_TOKEN) if one uses setup-node v6 and node 24 ``` - uses: actions/setup-node@v6 with: node-version: 24 ```...