Matt Stauffer

Results 102 issues of Matt Stauffer

I mentioned this feature in the talk but it's not in the repo. Gimme an emoji response if you care enough about it for me to add it here.

I mentioned this feature in the talk but it's not in the repo. Gimme an emoji response if you care enough about it for me to add it here.

I mentioned this feature in the talk but it's not in the repo. Gimme an emoji response if you care enough about it for me to add it here. Instead...

I mentioned this feature in the talk but it's not in the repo. Gimme an emoji response if you care enough about it for me to add it here. This...

I mentioned this feature in the talk but it's not in the repo. Gimme an emoji response if you care enough about it for me to add it here.

https://github.com/mattstauffer/dotfiles/blob/master/files/lambo/presets/tighten.sh#L61 Replace with `git checkout master && git branch -m main`; tip by @fuelingtheweb.

https://github.com/anishathalye/dotbot

Per conversations here: https://github.com/fredhq/roundabout/issues/56#issuecomment-9463306 , I added a "destroy" method that un-binds the Roundabout code and returns the element to its original state.

All signs point toward this package being abandoned. If this is abandoned, please mark it as such on the README and on packagist.

In Laravel, I would normally use one of these methods to check if I'm in a testing environment: - `\App\environment() === 'testing'` - `config('app.env') === 'testing'` - `\App::runningUnitTests()` But in...