C Anthony Risinger
C Anthony Risinger
I left Firefox for use/development at the turn of the decade... some 8+ years ago. I seek now to rekindle an old flame. _This one single feature overcame great "no...
`run()` calls `join()` internally, but what you have also allows `SIGINT` because you are in the main thread, and you passed a "timeout" to `sleep()` -- the interpreter will get...
the issue arose due to passing `172.17.0.207:5050` as `master_uri` instead of `[email protected]:5050`, but that did not get me there due to other problems :(
no i have not, but your changes look 100% legit to me, and would take care of this specific issue. once that PR lands i will close this ticket (if...
I think this might be solved by https://github.com/czarny/brisync/commit/088054cff25ce191b90db22f81d1618f96f6b2e7 -- not part of recent 1.3.1 release -- I've been running a dev build for a week or more without issue, and...
@kirach Yeah it's been a while but it's exactly that -- though I stopped using brisync because it stopped working on the latest OSX entirely -- you'll need to have...
You did not enable app threads with `--enable-threads`, probably you are having GIL issues. Also, you cannot catch signals in python without a specific option enabled that I forget offhand,...
@yeukhon ... not to toot my own whistle here, but i couldnt find a working impl a few days ago either... so i did this: https://github.com/xtfxme/gridfuse ...i'm wanted it to...
yes you would need to ensure the stub existed in all snapshots, but that is no more/less difficult than the current situation. i don't think it is unreasonable to require...
For easy reference and to avoid needing to follow links, here is the actual framework. All you need to do is paste it as the first message or use it...