Isaac Andrade
Isaac Andrade
The symbols used to indicate stability and maturity are explained on http://www.arewewebyet.org/about/ under the _Understanding the level indicator_ section. But it would be better if their meaning was more readily...
FATAL: could not access private key file "/etc/ssl/private/ssl-cert-snakeoil.key": Permission denied
I'm running this container using Vagrant. The docker logs shows me I can't start the database: ``` Starting PostgreSQL... FATAL: could not access private key file "/etc/ssl/private/ssl-cert-snakeoil.key": Permission denied ```...
### What version of SQLBoiler are you using (`sqlboiler --version`)? SQLBoiler v3.6.1 ### What is your database and version (eg. Postgresql 10) 12.1 ### If this happened at runtime what...
If you're having a generation problem please answer these questions before submitting your issue. Thanks! ### What version of SQLBoiler are you using (`sqlboiler --version`)? SQLBoiler v3.6.1 ### What is...
The author has written a post in 2017 stating he needs help to keep this project going. https://www.controlplaneapp.com/2017/11/the-state-of-controlplane/ I don't know Objective-C well enough to help, but wanted to put...
They are useful to organize HTML tags, but the formatter removes all empty lines. Example: This ```templ templ Form() { + Create Title Title Create } ``` becomes ```templ templ...
It would be great if we could set `attrs := templ.Attributes{...}` in the `templ` body. Today this throws an error ```go templ button(text, url, method string) { var hxMethod string...
I'm on Arch GTKTerm v1.2.1 I created a macro and when I push the shortcut (alt+q on this case), the command gets printed to the screen (Local echo is enabled)...
`ps` command uncovers the lack of the C method `get_mempolicy` in the system. So the error message on the screenshot below appears everytime `ps` is ran. If another program uses...
Request to add documentation for the options that go inside `.air.toml` - On the `air --help` CLI option - On the `README.md` of the reposiroty - Preferably both