Andrew (Paradi) Alexander

Results 57 comments of Andrew (Paradi) Alexander

![Screen Shot 2020-02-27 at 13 55 33](https://user-images.githubusercontent.com/8827217/75476730-1c551e80-5969-11ea-8104-cbb7275719d9.png)

Instead of this, we can make DocumentData a proto and accept Duration, Instant, and Amount/Money as non-string types, then add configurable formatters as configuration methods to the Barbershop https://github.com/cashapp/barber/pull/51

Other than starting the service, there doesn't seem to be another way to test that creating the Guice injector won't fail. Not having a way to test this has already...

**Todo** Have WebProxyAction fall back to StaticResourceAction so that all dev servers do not need to be running for all tabs when in development environment. **Considerations** Currently there is the...

Development Action that handles forwarding to Proxy, then Static if fails `DevelopmentAction(WebProxyAction(...parameters), StaticResourceAction(...parameters))`

@marnix Thanks for opining, a lot I didn't know about the vulnerabilities of my NAS encryption!

The following two lines worked well for me: ```Bash # Enable 3-finger drag. (Moving with 3 fingers in any window "chrome" moves the window.) defaults write com.apple.driver.AppleBluetoothMultitouch.trackpad TrackpadThreeFingerDrag -bool true...

Hi, are there any updates on the team's thoughts on adding a SQL authentication provider backend? Thanks for collecting feedback with the above form and considering community feedback. Authelia has...

Could a PR description be added (a good general practice and even more so for OSS repos) so that sweeping changes like this can be better understood when users/maintainers look...

I'd lean towards closing this as we discussed given it doesn't seem to add much safety (the target benefit) at the cost of a lot of boilerplate for a pseudo-Provider...