James Hardwick
James Hardwick
@NghiaTranUIT can confirm it appears fixed!
Nowhere is the removal of this mentioned anywhere in the v5 to v6 upgrade docs. I just burned an hour trying to figure out why I couldn't resolve Prompt until...
I'm assuming a fix for this is dependent on Gradle also using Groovy 4?
I'm not sure there is a need to implement this at all. GitHub provides Dependabot which would do this for you: https://github.com/marketplace/dependabot-preview. I believe this would also supersede #2673
I also saw the lodash warning but did successfully get the PR in one of my repos. I had the opposite problem in that it opened too many PR's since...
@justingreenberg did you try going to the dependabot dashboard and "bumping" the configuration? e.g. https://app.dependabot.com/accounts/react-boilerplate ?
Or at the very least, if there are too many opinions around this, we should be able to disable formatting of imports entirely.
@jhaber it's simply to avoid a gargantuan set of changes to our code base. Also, not all engineers share the same opinion as yours and not all engineers have their...
To work around this a bit more, is anyone aware of a scriptable way to put an application into the "Full Disk Access" list? I've seen other applications add themselves...
Plastering your workflow files with `if: ${{ !env.ACT }}` is really not a solution, especially given the increasing number of tools that use caching or even how frequently just `actions/cache`...