Ahmed W.
Ahmed W.
In all my local tests, lfchan performance go up with the number of cores and go channels go down. I wonder if this is somewhat related to https://github.com/golang/go/issues/14406 or https://github.com/golang/go/issues/13805....
I'll give it a try later on
this is fixed in https://github.com/OneOfOne/http-types-rs/commit/82270e7322a82fb751116b5e9d8a90cc7c11c8f6
Possibly related: https://github.com/Plagman/gamescope/issues/628
I'm maintaining a hard fork of this repo that I plan to keep up to date, please resubmit this PR at https://github.com/OneOfOne/http-types-rs
It is not set, gonna try with the latest commits.
Nope, still used 50-100% cpu and can barely move, with the mouse or the keyboard. You can try locally, I think you might need Lsp setup with tsserver but turning...
Same, it doesn't even show any of the lyrics servers in the side bar, just last fm.
I'm starting to manage an active fork of this repo, if you can submit this pr to https://github.com/OneOfOne/http-types-rs and make sure it passes tests, I'll publish it.
I wrote a small patch, which semi-accomplishes this, however you need to pass the collection names to the db constructor. ex : `db = new (require('mongolian'))().db('test-db', ['session', 'cache'])` The patch...