meander

All things about https://github.com/noprompt/meander Need help and no one responded? Feel free to ping @U5K8NTHEZ
jimmy 2019-12-23T14:46:10.068500Z

I do want to say that doing “update-in-place” things is in our radar. I hope that zeta will introduce those things. Hopefully our implementation strategy will make it easier to introduce those sorts of things quickly.

dominicm 2019-12-23T20:28:53.082600Z

Update in place is really useful for what I'm doing. I want to say things about context, but only replace a singular part, or append after it.

jimmy 2019-12-23T20:32:52.083400Z

Yeah, there are really great uses of it and that is why we want to support it in a more first class way. Strategies can do a lot of it, but not like what I’d want.

noprompt 2019-12-23T20:36:55.083900Z

Update in place is definitely strategy territory.

noprompt 2019-12-23T20:37:14.084300Z

Well, at least, at the moment.