Alex Gorbatchev
Alex Gorbatchev
If the API is stable, just release 1.0. If there are changes, release 2.0 :) Personally I really dislike when packages stay in 0.x for years, while being used in...
I want to +1 the importance of preserving the comments and ordering , this is very important for large enterprise projects with multiple computers for many reasons (history, reasoning, tagging...
I noticed even the most basic schema causes VSCode intellisense to become very slow, i'm talking 30s for types to show up in VSCode. Removing generated TS code from the...
Using `vim.schedule_wrap` solved the problem for me
Also seeing this on 0.23, using windows, macos and android cc @Outlet2048 verbose log from windows instance: ``` 6/28/2024, 10:05:32 AM->Check or pull from db:Projects/archive/van/General tips.md OK 6/28/2024, 10:05:32 AM->UPDATE...
What @mdtdev said above is still the case.
@Contra did you ever end up getting this done?
curious what is the status of this?
same issue :+1: simple example ``` await doStuff defer err, result err ?= new Error '...' unless result? ```