Ben Kunkle
Ben Kunkle
Hey @thomas-zahner, I'm going to get this over the finish line by integrating with my recent addition of a docs validation step in CI. Thanks for getting this all setup!
Are you referring to diagnostics or editor errors? A screenshot here would be helpful so we can better understand the context
I believe this issue has been resolved. Please let me know if you see it again and we can reopen, as I can't find the PR I seem to remember...
I think this is a known issue around the limits for multibuffers (what we're using to show all the uncommitted changes in a single file). I don't think we have...
Thanks for running the bisect and connecting this to #20853. Also, seems like you're not the only one affected by this :(. From the original PR, it seems that updating...
Could you add `blade_graphics=debug` to your `RUST_LOG`? They have to be explicitly enabled
Hey, although it may seem weird, this is actually the intended behavior. It is due to the fact that the empty lines do not have the same level of indentation...
Hey, we're aware of this and we're working on it. I've added it to the Python Experience meta tracking issue to make sure it doesn't get lost. Thanks for reporting!
Looking back at this, I think I was a bit overeager claiming this was the correct behavior. While I agree Neovim is also a great editor, I think we can...
This actually shouldn't be too complicated to improve, we just have to keep looking upwards/downwards until we hit a line that is less indented than the current block, and then...