Martin Strobel
Martin Strobel
I wrote this library a few weeks after having written my first line of Go. I was very excited to play around with channels, and to use them to build...
The only mechanism for installing buffalo-azure today is `go get` or building manually. This is some mix of inconvenient, unstable, and inconsistent for User Agent and issue reporting purposes. To...
Buffalo itself supports cockroach, but we don't yet support provisioning Cockroach on Azure. To support it, we'd need to extend the gobuffalo quickstart template to offer a pre-configured cockroach cluster.
Gobuffalo just announced a new concept: [events](https://github.com/gobuffalo/events) One of the things they specifically call out is having a robust backing by a storage queue, or similar. This would be a...
[There's a brave new world of Go package management coming.](https://research.swtch.com/vgo-intro) We should be part of it as early as possible.
When running in PowerShell or Command Prompt on Windows, the colorization codes get displayed inline with the rest of the log output. This behavior seems to be consistent with Buffalo...
Cobra/viper offer an easy way of reading in a configuration file. However, It's unclear to me how any overloaded options between commands would resolve. Looking into that story, to ensure...
As of the writing of this issue, the `provision` command is only scoped to created a Web App for Containers (a particular flavor of App Service). It would be awesome...
Once all the necessary infrastructure has been provisioned, a Buffalo user should be able to execute a command similar to `buffalo deploy azure` to update the image being used for...
At the moment, we make it easy to deploy using an ARM Template. However, once https://github.com/terraform-providers/terraform-provider-azurerm/issues/580 is fixed, we'll be able to make a Terraform module for creating all of...