Davidbrcz

Results 13 comments of Davidbrcz

I've been poking around for a day or two. I've been able to integrate into Aard Anki's demo and registering some example data upon an user bookmarking a word. After...

I have a [working prototype (branch anki-exporter)](https://github.com/Davidbrcz/aard2-android) that cover my needs: upon bookmarking a word, a card is created in Anki with the word and its definition (check for duplicate)....

For a partial answer, see https://github.com/itkach/aard2-android/issues/80#issuecomment-464489344

I've - rebased the PR, fixed the compilation issue - made shutdownAll publc and remove its registration with atexit - changed startThreads to make the thread creation much less dependent...

Hey, I have two commits with different approaches. [One ](https://github.com/Davidbrcz/osgearth/commit/2ddeb5b44d4dc565bd5543de428bd24bfe567e52) tries to implement minimal changes that fixes some of the issues found in the original message. But it still deadlocks...

I've updated slightly the commit that reworks the threading more deeply to address an issue someone found

Unfortunately, the situation is not as good as I expected. The original commit didn't have a call to `notify_all` in `SynchronizedStopQueue::stop`. It was an oversight and should have been a...

Ok, I've dug deep on this, lost quite a bit of hair but I think I have an explanation. I think the core issues come from the current design of...

This looks oddly similar to this [cmake issue](https://gitlab.kitware.com/cmake/cmake/-/merge_requests/2341)

Just run `pip install --user future `