Dmitry Ignatovich

Results 195 comments of Dmitry Ignatovich

So, I just published an MVP without RBQL support, but the main features should work. Please give it a try and let me know if you find any issues. I'll...

@StevenH237 did you get the error when you installed the extension in the regular vscode or at vscode.dev? I just updated it to 2.0.0 in the regular vscode and I...

Got it, thanks! I will play a little to try and reproduce this.

indent-rainbow uses a different technology, instead of syntax defintion files it relies on VSCode `setDecorations` API method. As I understand this method offers greater flexibility at the cost of performance....

Current behavior has one important advantage: when some fields have zero length they are still visible and distinguishable because of distinct coloring. But I agree that coloring delimiter in some...

The current workaround would be to set `sep=` as a "comment prefix" just for this file, select it with cursor -> right click -> set as comment prefix.

Originally I though that "Align" mode would be used only for viewing purposes. And JOIN doesn't work because it compares literal string values of fields. I guess it is possible...

Another possible solution: never strip whitespaces, but detect them, and if whitespaces were found, show a warning at the end that "Some fields have trailing whitespaces this might affect query...

I agree, I also like this "never-discard-whitespaces" policy more than "discard-with-warning" option. Besides Item 4 in CSV rfc recommends to keep them: https://tools.ietf.org/html/rfc4180 I also found that current handling of...

I think this may not work in some cases, for example, consider this file: ``` # This is the list that you asked me for, burn after reading! Name,address John...