Nathan Argetsinger
Nathan Argetsinger
I would imagine that this totally butchers the default install modality (i haven't actually tried) but it is *one click deployable* to any balena device.. which i'm personally quite stoked...
**Suggestion** I noticed that in your [excellent blog post explaining your project ](https://kylegabriel.com/projects/2020/06/automated-hydroponic-system-build.html) you explain how you use the 5V rail to power the I2C components and also explain why...
I noticed I was getting a CORS rejection... i.e. web origin `localhost:3000` rejects usage of machinery origin `localhost:8080` ..and then I saw a deprecation dated for today's date regarding CORS...
For anyone else running into this .. Everything "just works" if you just open the application from the terminal i.e. `open '/Applications/Brave Browser.app'` .. rather than from the usual `cmd+space`...
added a snippet to python to fix the 'import flaschen' path dependency.
example?
Would be great to have an uber simple `package main` example for boilerplate?
**Is your feature request related to a problem? Please describe.** This query arises from performance bottlenecks I'm experiencing on individual Pis (i.e. slow UI, proportional with the number of inputs/outputs...
With the use of [initContainers](https://kubernetes.io/docs/concepts/workloads/pods/init-containers/) we are able to initialize data for the volumes from the contents of the Docker container for kubernetes cluster. `docker compose` does this normally, but...
I've dug into this pretty deeply. Default application does not register directive auth after login. Also tried with my own Auth0 credentials. The token is set in the header as...
For some reason your ports are mixed for the graphql server (i.e. broken). Not sure if theres something I missed. But this fixes it.