Vlad Sitalo

Results 300 comments of Vlad Sitalo

I've tried disabling that cleanup with https://github.com/MatthieuBizien/roam-to-git/commit/558917b92fff9c4b7f9d3b622bdd4e14314f62c5 but it seems the issue is that for some reason parent process is terminated, so just disabling cleanup is not sufficient 🤔

ah, got to the root of it =\ ``` remote: error: See https://gh.io/lfs for more information. remote: error: File json/dbname.json is 126.14 MB; this exceeds GitHub's file size limit of...

Ok, after configuring LFS manually and commiting the .gitattributes file - things work now https://docs.github.com/en/repositories/working-with-files/managing-large-files/configuring-git-large-file-storage

ah, but github LFS has 1gb limit and it seems it uploads a new file each time instead of diffing, so ended up chunking the json into smaller parts instead:...

feel free to create PR for that ;)

Hey there @DanilaFe I was wondering what is the status of the work/if you have your FF branch published somewhere? :) --- UPD: oh somehow missed you're the author of...

Also, the v3 is now enforced in Chrome =\ (if you want to publish the extension to the store, at least)

As far as I can tell the current master in fact supports Firefox!

Yeah, it is quite frustrating. v2 still works in Chrome, you just can't publish it to the store =\ I here describe an approach of dealing with it for Parcel...