Aliaksei

Results 73 comments of Aliaksei

Added in [v1.5.0](https://github.com/dec0dOS/zero-ui/commit/d6f05af126bd879da886ea23a42de995fcb22309).

Alternative DB migration: SQLite. https://github.com/WiseLibs/better-sqlite3 or https://www.reddit.com/r/node/comments/14lyyia/comment/jq3pp1v/ https://news.ycombinator.com/item?id=36005831 Really like how migrations feature is implemented in kysely: https://kysely.dev/docs/migrations

@wongsyrone, you might find this helpful: check out this links (https://stackoverflow.com/questions/13271643/git-hook-for-diff-sqlite-table, https://news.ycombinator.com/item?id=25004913) for a potential solution. I want to stick with lowdb and its straightforward JSON format, but creating migrations...

@wongsyrone If that Stack Overflow link is not relevant to your case, please share more details.

@Zeitkind check the following discussion about the ztncui migration. https://github.com/dec0dOS/zero-ui/discussions/3 You could use your old zerotier controller key, so you don't have to manually reconfigure the clients.

@Zeitkind, No, it is not possible to migrate from ZeroTier Central without rejoin on client side as ZeroTier Central controller private keys are unknown https://github.com/dec0dOS/zero-ui/issues/24#issuecomment-944274854

Hello, @davidlag0! I really appreciate your interest in the ZeroUI project! Currently, I don't have enough bandwidth for developing the new features for ZeroUI, but I'm going to support you...

@davidlag0, I have no prior experience with writing tests on React applications, so the decision of choosing the best testing library for the project is yours. Thank you!

Hello! An ability to create interactive console on request could be really useful. I wanted to create the script that would send signal to the nodejs process on the remote...

Hello! [Trunk](https://docs.trunk.io/docs/install#with-node-package-manager) is affected by this as well. `$(yarn bin trunk)` works fine on macOS. Is that an acceptable workaround? Are there any pitfalls? Thanks!