maan2003
maan2003
wasn't meta module meant as storage for other modules we even thought of storing registered gateways in meta module
Lots of changes. there is only one meta source instead of multiple. MetaSource is now responsible for merge and retrying
significantly changed revision see: https://github.com/fedimint/fedimint/compare/c2079950dba1f86145e1b5554b4bf421bb0b3818..d61300fb2b05c49be84fa9b9e0ac093e85d90b25
I think it was fixed by https://github.com/zed-industries/zed/pull/21787 cc @ConradIrwin
it is due to multi buffers, if you restore a multi buffer it will start rust analyzer every time
I found a repro for this https://github.com/zed-industries/zed/issues/20767#issuecomment-2613574099
oh, is there a solution? we can't turn off the proxy because old clients will stop working. Is there a way to deregister from the proxy?
the point of this was to have explicit number of notify to avoid having lot of watch channels the question when should we call the notify() for a key
I added the log, but I don't see anything significant there
investigated a bit, this happens when you load a workspace that had files open with path in ~/.cargo/..., for each such file a language server instance is started (because they...