Bruce Adams

Results 34 comments of Bruce Adams

Still fails occasionally, even after #12. Still sad :cry:

This is the most recent failure: https://travis-ci.org/bruceadams/pmap/jobs/89927576 I'm assuming that's a public web page. It doesn't always fail. When it does failure, the failure is consistent, including before your enhancements:...

Several of the tests use `sleep` and timing to check that threading is really happening. I've never been very happy about it, but I want tests that really demonstrate that...

Fixed via 5091a3e6df1e9671500e30db73aabdc879f0a596

Yikes! A new surprise: https://travis-ci.org/bruceadams/pmap/jobs/92478348 ``` Failure: test_defaut_thread_limit(Pmap_Test) kernel/bootstrap/proc.rb:20:in `call' test/pmap_test.rb:71:in `test_defaut_thread_limit' 68: 69: def test_defaut_thread_limit 70: last_size = (1..128).pmap{ ThreadGroup::Default.list.size }.last => 71: assert_equal(65, last_size) # 65 = 64...

Hmm. Have you already fixed this with 22721edef7ee2ef30d5c3f9e73980826adac5add?

@jimweirich Ooh, yes, I can easily imagine daylight coming through those huge windows would be a problem for the camera. I was thinking of a different problem. For a little...

I'm back to looking at this. In my house (city location, moderately noisy WiFi environment), I find that receiving nav data often stops after about two seconds (both on an...

I've been running a slight variant of your [nav_test](https://github.com/bruceadams/clj-drone/blob/nav-test/examples/nav_test.clj) with more debug output. Also, I added time stamps to log messages, see pull request #4 . (I'm barely able to...

Oops. Yes. Turning the communications reset back on corrects the problem I was seeing. Sorry for my false diagnosis. There is a related thing I've been struggling to understand. -...