Tom Haines
Tom Haines
Trying to run a git clone over ssh results in a timeout, for example `git clone [email protected]:project` . `ssh me.krypt.co` works fine. Issue is persistent across both my linux and...
While working on dwyl/smart-home-auth-server#26 I was looking for any API endpoints that could simplify the implementation. There is one API endpoint in the code, but it's request/response structure isn't documented...
When trying to run tests for Smart Home Security Server, I started getting error 500 from Auth. Heroku logging spits out the following: ``` 2020-10-01T15:00:03.600090+00:00 app[web.1]: Request: GET /approles/ 2020-10-01T15:00:03.600090+00:00...
To make sure we don't end up with stale role data in `smart-home-auth`, it would be good to have an endpoint that we can use to refresh the current roles...
The Todo list tutorial could do with some clarification ( I'm *struggling* to follow it as a beginner to Flutter), and could do with going into more detail on *how*...
From what I can see, MOOR is just a wrapper around a SQLite database. Is there any reason Moor was used in the original tutorial over SQLite? For a TodoList...
The version of wing obtained from NPM here: [NPM](https://www.npmjs.com/package/wingcss) is not up to date and was last updated a year ago.
Phoenix can already implicitly render different responses based off the `Accept` header or through forcing a type through the `put_accept` plug. ```elixir def index(conn, _params) do doors = Access.list_doors() render(conn,...
Quick fix for the timer starting from 00:00:00 on restart. There might be a nicer way to tidy this code up - I'm not well versed in AlpineJS though. Let...
### Minimal reproducible example https://github.com/t0mhaines/dom-components-mre/blob/main/package.json ### Steps to reproduce ## Repro steps * Checkout example * Open app in Expo Go * Observe DOM Component not rendered * Open app...