Nick Belyavski
Nick Belyavski
EDIT: I see you added some docs since the time I started composing this reply. I will take a look. Thanks again. ____________________________________________________________ Thank you so much! Your suggestions helped...
That makes sense, works great. Your new docs for Architecture are _extremely_ helpful. I've added some models but am _was_ getting a `500 Internal Server error` when running `server/run` and...
Thank you! Actually it turns my `2.sql` evolution did not cause the change in the failure mode. It was a new syntax syntax error from when I git merged, and...
Hi Alex, I added some routes, a controller, actions, repos. I'm getting an error related to `java.time.Instant` but the error output doesn't seem to point to anywhere in my code....
I've made a lot of progress since removing those annotations. They were indeed causing that issue. Could you please give me a hint about creating a modal dialog in scala.js?...
Thanks! One more quick question if you have the time. Should I be using UUID primary keys for all DB tables? Seems the Admin interface only allows viewing individual records...
Thank! For deployment, there's lots of sensitive data that needs to go in `/infra/`. For a project based on your repo (like mine is), would you add the whole directory...
Great, thanks, I will try the ansible-vault. Seems like a good solution.
EDIT: I had some question but made some progress. Deleting for now. Made some progress in debugging. Issues with environment variables and 'host not allowed' warnings.
Could there be some problem loading the environment variables with the `wiringbits-server` service? I tried running the `wiringbits-server` executable in `/home/play/app/wiringbits-server-0.1.0-SNAPSHOT/bin` and it gave postgres authentication error. Then I loaded...