sheldonhull
sheldonhull
I won't say it's better in pre-commit, but I ended up having less confusion with many of the hooks out of the box and local execution. I want to use...
I'll have to try that out! That's sorta what I'm trying to figure out. I have `Mage` a Go command line tool that wraps up most of my tasks. I...
Thanks for the insight. To narrow `/tfs/` further could be done by /tfs/DefaultCollection/` as that's unlikely to be used elsewhere. That's helpful to know.
I really like Dark Reader's dynamic mode, but it's a bit slow on big sites. Maybe consider this. Maybe the enhancement could be 2 feature that would need to be...
I tested out one simple site that had a lot of images. Was a simple test but almost 2 seconds faster using darkness vs the realtime dynamic analysis of darkreader...
I recently ran into this as well, and finally found this issue. Thought I was conflicting with other tooling but I've confirmed this behavior is occurring directly when invoked. I...
I had to stop using a way to store some local tokens because it introduced seconds of delays to my profile load when pulling several entries. I hope this local...
I ran into this today as well after reading some other issues, I thought caching was enabled after the first pull, but pulling a set of secrets via my `.envrc`...
@AlecAivazis would a PR just adding that missing line break to the go template be acceptable? I don't mind submitting that. I noticed pterm input and some other tools do...
I started looking into it but I couldn't find the pull requests mentioned in their Azure Repos SDK and the alternative was to configure everything raw via rest apis. While...