Glandos

Results 199 comments of Glandos

It seems really promising. Could you add the database path as a parameter? It is currently [hardcoded to your home directory](https://git.sr.ht/~rakoo/magneticos/tree/master/item/main.go#L40) :smile:

This seems tricky. Magneticod communicates with **a lot** of different peers, and usually a few time per day. So this could be a waste of memory. I don't know if...

There is no limit on the size. Mine is currently 31GiB, with 10.7 millions torrents and 332.3 millions indexed files.

> ```json > { > "compilerOptions": { > "types": [ > "vuex-pathify" > ] > } > } > ``` > > should fix the undefined `set`/`get` methods TS errors....

> This is possible today by using [vuejs.org/v2/guide/render-function.html#Event-amp-Key-Modifiers](https://vuejs.org/v2/guide/render-function.html#Event-amp-Key-Modifiers) > > ``` > Trigger only once > ``` This seems nice, even if undocumented. However, the `.native` modifier has no prefix,...

No :( I performed the test on my company's application that I'm currently developing. If I don't have the time to build one myself, the result were done when there...

I am really new to Vue internals, but I'm wondering if the test-e2e failed because of this patch, or some other external cause. Is it useful to re-run them?

I've had the same issue with SRT-only realignement. The test case is in the attached file. [Happy.Hour.2015.ENG.zip](https://github.com/smacke/subsync/files/4397925/Happy.Hour.2015.ENG.zip)

Thanks for the quick reply! > The healthcheck thread has to wake up every second to update the query load and drop rate of downstream servers, and will go back...