Matthew Scharley
Matthew Scharley
`ocaml-graphql-server` does typically use records for object types. As you point out though, it doesn't auto-implement any resolvers for you. The biggest issue with the current version of the types...
For what it's worth, we just run `queue.clean(3600 * 1000, "completed")` once a minute and this means we only have an hours worth of completed tasks at any point in...
Sure, and I 👍 'd this issue too. Just letting people know of workarounds in the meantime.
I'm also looking for this. The simplest possible design I can think of, built on to top of an atomic job acquisition (ie, the assumption is each job is locked...
It may work, but I'd still personally prefer something built into bull with the support that that would entail. Specifically, I'd be worried about getting the error handling right for...
My current process for getting libssh2 into rugged: 1. Install DevKit if you haven't already 2. Download and extract CMake into the devkit. 3. Get pkg-config-lite (needed to detect libssh2...
`--disable-shared` does the same thing, I verified that only a `.a` library was output.
For posterities sake, if anyone is interested on how I actually got this working I did a writeup here: http://matt.scharley.me/2016/01/rugged-windows.html
@hannwong unfortunately I don't have a Windows system to test on any more but rereading my article I can't see anything there that is obviously 64-bit specific - it should...
This is also happening for raw `AggregateError`s as well, that at least should work.