pricelessrabbit
pricelessrabbit
> The best thing to do would be to `defer t.Rollback()` right after `db.Begin()`. That way it is impossible for the transaction to leak. `Rollback` is effectively a no-op if...
@konovod right, but i don't understand why. `@y` refers to the current object, but only `@child` is not initialized, so why i can't initialize `@y` after assign `@child`?
oh right :), maybe could i update the doc about this workaround? imho is useful to know because in recursive data structures is quite common to assign self in constructor
i'm currently having the same issue and i can confirm that happens only when i connect multiple monitors and only when i try to use the application with full screen...
the request reply part (without microservices) is ongoing so it will be added shortly. For the micro support, i need to play with the last CLI implementation and see how...
we can consider to add support for editing config of consumers in UI. Could i ask you your specifc use cases where you need to edit consumers config directly? do...
working on it, we plan to release this week 🐰
[v0.3.0](https://github.com/nats-nui/nui/releases/tag/v0.3.0) adds support to create and edit consumer configuration (and also to delete existing consumers). Let me know if you find some bugs opening another issue.
actually, the gui is working with simple rest + websocket messages to keep it simple, but yes another viable solution is to have an embedded nats server (if that's what...
@albertjimenez which OS version are you using? Are there inside `~/Library/Application Support/nui-app` some logs? @mbn18 could you find the app in the same path of @albertjimenez and ty lauch it?...