Kirill Bulatov
Kirill Bulatov
Yes, the work is ongoing now as far as I am aware, but that might take time since currently it's closer to prototyping phase.
I believe https://github.com/zed-industries/zed/pull/11656 had fixed this panic as I could not spot it in the reports anymore. Closing this for now.
The issue is caused by the fact that there are two ways the Flow app can create the webpack config: either through the `flow-maven-plugin` (and this case works fine) or...
Sorry, takes me a while to understand the very last question: why cannot we remove `LocalPathsOrder` and stop sorting `LocalPaths` instead, saving the right order into the database. I had...
Based on the internal discussions, we do not want to make it the default currently, striving to keep editing in multibuffer close to editing in singleton buffer — where the...
That is actually quite a good explanation on what could be breaking things in a special secret projects of others, thank you. The problem is, I'm not sure how to...
Oh, sorry, I have been very confused by the issue name then — on a bright side, this part of the code is more familiar to me. We did improve...
I guess we can do this too, but we have to consider the case where on top of the 1,2,3 lands a hundred of `_1, _2, ..` items, pushing our...
That might be actually a good approach, given that we can sort these entries already, we can detect the selection along the way. It seems correct to start working on...
This could've helped with the diff issue: - https://github.com/zed-industries/zed/pull/11519 Could you check Zed 0.136 when it's released today? > All lines are converted to LFs if I actually modify the...