Andrew Somervell
Andrew Somervell
With a fresh install of buffalo (v0.16.3), following the docs at https://gobuffalo.io/en/docs/db/migrations/ ``` $ buffalo pop generate fizz add_user_email ``` I get the following error ``` v5.0.11 Error: you must...
``` https://github.com/gobuffalo/docs/edit/master/templates/en/docs/db/configuration.md ``` Most people connecting to cockroachdb on their local computer will connect using insecure mode (no need to do SSL on local machine), but the docs don't explain...
Heya, cool project. I get the error: ``openai.error.InvalidRequestError: Invalid file format. Supported formats: ['m4a', 'mp3', 'webm', 'mp4', 'mpga', 'wav', 'mpeg']``` When loading from an iPhone https://github.com/openai/openai-python/issues/333 https://github.com/gradio-app/gradio/issues/3479 Dunno why, looks...
https://gohugo.io/news/0.69.0-relnotes/ Given the hugo templating engine creates whitespace hell in output now that `resources.PostProcess` exists it would be awesome to have a similar hook to tidy the output HTML. Here's...