Assaf Arkin

Results 65 comments of Assaf Arkin

Currently looking for a maintainer to take over.

No issue that I can see. On Monday, June 4, 2012 at 11:31 AM, Brian Ploetz wrote: > While I see that what you're suggesting is a hook to allow...

Backward clock happens when the system clock is adjusted backwards which is not likely to happen often enough for you to notice. That detection is done in `mutex.synchronize` block. If...

Frequency is not the issue, it either works or doesn't. I assume you're calling `UUID.generate` or calling that method on the same UUID object.

My best guess is that the mutex is not working under that version of JRuby.

I have the same problem. We 're using Vows which uses Eyes to inspect objects when assertions fail. For smaller objects this is wonderful, it's easy to spot an error...

You can use a service account to generate an access token. It seems the trick is to impersonate a user who has access to the manager account (one you got...

I'm seeing something similar. When making a POST request with `action: '/folder'` it errors because `root.tsx` doesn't export an action. WIthout an action (`submit(form, { method: 'post'})`) the browser redirects...

Testing. During setup you want to wipe up all the queues, otherwise you end of processing jobs from the previous test case/run.

I don't think that's implemented.