Madeline

Results 13 comments of Madeline

This branch works great by the way! Thank you! :) I got this working at home this weekend and now to deploy this to my work computer as well.

:wave: I wrote a basic interface for ActivityWatch. My extractor & DAL code is here: https://github.com/hpi/activitywatch My synchronization code is https://github.com/hpi/aw-sync-client and https://github.com/hpi/aw-sync-server It works alright from what I've seen...

Verify the parameters you are passing into the function. This seems only possible if you are setting a country parameter, as by default the library returns US numbers. In addition,...

Very disappointing. This bit me. :( Sorry for the necro but should consider removing `someday` as a valid option if it bricks syncing. For anyone coming after me, here is...

Just for note, this seems broken again. :) I came here looking for this issue. I will look into previous fixes and see if I can get you all a...

I haven't used this library in a while so haven't been able to check up on this bug. :)

The branch or the project? Just want to know if my branch broke. I haven’t used this in a while. 😅 > On Jul 1, 2019, at 10:02, MaraZ1 wrote:...

I've been having this issue as well! I finally got it to build (somehow) after reading a bunch of other issues. ``` git clean -fdx export CXX=/usr/bin/clang++ export CC=/usr/bin/clang cmake...

I kept using `-DCUDA-COMPILER=clang` and when I dropped using it, CMake started complaining about me using clang-5 or clang-4 so I dropped back to clang 3.8 like what was suggested...

Try targeting your cuda architecture directly with the -DCUDA_ARCH flag. > On Nov 7, 2017, at 08:37, cbesot wrote: > > All that I tried doesn't work. From gcc problem...