Paul Grau
Paul Grau
For now we're maintaining a local fork, in which we implemented it like this: ```diff diff --git a/src/lib.rs b/src/lib.rs index 0eb472c..8e520e1 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -23,7 +23,7 @@...
Yeah, I also noticed this. Upgrading multiple segments to a tunnel does not give the same result as drawing a new multi-segmented tunnel. I don't think that's a rendering issue,...
Hi! I also noticed this issue while working on https://github.com/apache/datafusion-sqlparser-rs/pull/1679 That PR doesn't fix this issue but I'm going to work on it next.
I want to say that this used to work fine, it only broke for me when upgrading from 1.121.0 to 1.136.0 and Vite from 6.4 to 7.2. Probably more likely...
I'm playing around with a different approach for editing parts of the AST that works more like tools like eslint work. The idea is that given accurate source spans, why...
Hi! Just a small note since I started playing around with this. I assume it's because it's not implemented yet but anyway to keep track: it seems currently that Function...
Thanks for the reply @Nyrox . It seems if we just implement AttachedToken for FunctionArgumentList's parentheses, the missing spans for Value wouldn't matter much for my case, as the union'ed...