Sebastian "Sebbie" Silbermann
Sebastian "Sebbie" Silbermann
> Are there any other sites that do this with good UX? I find it a bit confusing that toggling resets the edits although I get why. Yeah I haven't...
> I know it resets but I initially thought it would translate what I wrote lol. I think magically "upcasting" the JS+edits to TS+edits is out-of-scope (everybody switching to TS...
Maybe `lockClient.GetLockablePatterns()` is the slow part? I suspect that this crawls all folders for a potential `.gitattributes` which grows with the size of the repository. But even `git ls-files '*.gitattributes'`...
After manually adding some `tracerx.PerformanceSince` and drilling down, I noticed that it's simpler to leverage `GIT_TRACE=1 git lfs post-checkout "$@"`: ``` 22:16:38.112759 trace git-lfs: exec: git 'version' 22:16:38.131615 trace git-lfs:...
I also filed a git but report to confirm it's expected that `git ls-files --others --exclude-standard` does not use `core.untrackedCache`. A repeated `git status` is fast but a `git ls-files...
Thanks for the detailed report. Definitely needs some investigation how this happens. Only then can we know whether this is a chrome bug or Material-UI bug.
Would it make sense to document project vs global config and then adjust the warning? API documentation currently does not specify which configs are global, project or both.
Can't you do this on your own by skipping the action via `if`? E.g. ```yml steps: - name: check if prs are dirty if: ${{ github.event.pull_request.user.login == 'dependabot' } uses:...
This library is more of a helper and not a first-class citizen of the API. Could you explain what high-level use cases this change would serve?
This would block testing new roles (or experimental roles). So if we start blocking (or warning about) unknown roles, we also need to add a configuration open to add available...