phillipivan

Results 55 comments of phillipivan

I think there is value in both approaches. There are are escape chars other than \n that might occasionally be useful. I am happy to open a PR, but I...

Cheers, I don't know the companion core code nearly well enough to find a detail like that efficiently. Nice to know I was doing it in the same manner.

Your probably right it wont be a trivial fix. I can't think of any ember+ providers I work with that dynamically change the tree, which makes me suspect the consumers...

> I have a feeling this is not a trivial fix, I don't see a way in the ember library we use to update the node tree, so I expect...

In actual fact the Api was already trying to restart the connection on page count change, so this is occurring automatically, at the expense of bumping any connected users. This...

@Julusian we can probably close this unless its useful to have as a reminder to one day investigate gentler ways to modify the ember tree?

Each variable is defined in its own node as behaviour is poor when defined in a flat structure: ![image](https://github.com/user-attachments/assets/110b6eee-f9d5-4dbc-ac15-91266eab95fa) Action recorder control ![image](https://github.com/user-attachments/assets/4768ce6c-550e-4426-acc1-711d6dbb7ffc)

@Julusian I would welcome any advice you have regarding the last two issues, and any other feedback you have.

> > Monitor for changes in custom variable count and reinit server > > I would like to see an event based flow for this. I would be tempted by...

I think I have addressed most of that. There is no more polling whatsoever, all updates are from event listeners. I also added one for the action recorder state. Server...