j5s

Results 12 comments of j5s

I'm new to arduino but I was under the impression that node had to be running on the same machine the arduino is connected to. Otherwise, how would node be...

i see that `db.cloud.login()` creates its own overlay ui: ![Screen Shot 2023-09-23 at 4 16 31 PM](https://github.com/dexie/Dexie.js/assets/666455/55ad3d9f-5a7d-4e22-ae62-d0214a4bd826) Are there plans to expose the methods to the client library so that...

Looks like this is due to not including some required fields in [umbrel-app.yml](https://github.com/jamescharlesworth/umbrel-apps/blob/master/react-app/umbrel-app.yml) from looking at the logs in the manager container `getumbrel/manager:v0.5.3` logs I see ```text 2022-12-01T12:00:34.718Z ERROR: undefined...

iirc ssh into the device and from the ~/umbrel directory run: ``` docker-compose logs ```

Docs should be updated, this got me too - https://ui.shadcn.com/docs/installation/manual

I'm also seeing this issue. however i dont get the same response from `umbrel-dev run "cat tor/data/web/hostname"`: ``` ➜ umbrel-dev umbrel-dev run "cat tor/data/web/hostname" cat: tor/data/web/hostname: No such file or...

Also, although access directly through the IP works, is it on the roadmap to fix http://umbrel-dev.local? I'd like to have a working dev environment as close to prod as possible...

Awesome, thank you. Dynamic id's are just what I needed!

thanks @dfahlander. No rush on my end. So that i understand whats happening though, the 449 error shouldn't happen when just creating a new realm and assigning it to another...

thanks! I think I understand: Is it correct to think about the user who creates a realm as a the "owner" member which gives manager level privileges and not necessary...