Jeremy Dunck

Results 17 comments of Jeremy Dunck

I should note, if you're happy to take this upstream, I'm happy to do the work.

Inspiration: http://warpspire.com/posts/url-design/

Some added here, more to come: fe50cc6f8926cd2b82e2e72b058df53666514a2b

XHR.abort() : http://www.w3.org/TR/XMLHttpRequest/#dom-xmlhttprequest-abort So it's just bookkeeping (which XHR is currently active?).

How about this - if KeenClient is constructed with asynHow about this - if KeenClient is constructed with async=True, a daemon thread is started, and all requests are queued to...

In my experience, a safer approach is to start a single thread which fetches from a queue and makes the reporting request. The main thread just adds events to the...

Here's another test that would require async support: http://heydanno.com/blog/2010/03/07/detecting-transition-event-support/

On CircleCI, I have 3 nodes. I am using pytest-circleci to run a subset of the suite on each node, and also using pytest-random to reorder the subset of the...

Thanks for the attention, Leah. -circleci doesn't do any sorting, just filtering. I did that patch to -circleci so that it works regardless of item ordering -- [previously](https://github.com/micktwomey/pytest-circleci/commit/5b48d9d34f4f6f0d11a54e7c6d6fa1c88bf0f7e2#diff-edb0ca80a110eb1f8c629038b0ea2640) it would...