Tom Haines

Results 19 comments of Tom Haines

http://dokku.viewdocs.io/dokku/ is an excellent open-source Heroku-style PaaS. - It uses Heroku build scripts under the hood so porting apps from Heroku to Dokku should be reasonably painless. You host it...

Just got bitten by this as well. A note in the README that `start_link` doesn't guarantee a connected socket would be useful and save others time. I'm starting the Socket...

That could work but that doesn't solve the root of the problem in that we can't check programatically if a user has a role, we have to wait for a...

@nelsonic A list of `role_id`s should be fine here

Seems like the error comes from calling `fetch_flash` without initialising a session. Changed in f17d45669c74f0be185e1eb7bb6dead4a1c0f683

@nelsonic Any reason we're calling `fetch_flash` on our API routes?

From my previous knowledge of API documentation: Its possible to generate API documentation but you have to heavily annotate the API code which may not be worth it for our...

Can confirm this isn't working on a fresh `git clone` for me either

*Whoops*, just seen #13 , which solves quite a few of these problems! @nelsonic I'm happy to work on this if needed but looks like you've already got someone working...

The "layout" section omits a lot of key code, going to try and fix up from scratch using the default docs: https://flutter.dev/docs/development/ui/layout