Jerome Gravel-Niquet

Results 101 comments of Jerome Gravel-Niquet

There are basic golang bindings here (they work well): https://github.com/augustoroman/v8 As far as I understand, he wraps those pointers in its own pointers and then passes those back and forth....

Would using a C bridge similar to https://github.com/augustoroman/v8 help? I expect I'd run into the same problems with pointers getting freed. However, it probably would be a simpler bridge given...

@nprail sure, anything would help. There's probably a lot that won't work since we can't use the Crypto API from node.js (I'm assuming we'll have to sign some JWTs for...

@orionz this proposal looks good to me. Is there anything I can do "manually" to fix this on our end? It sounds like it's a fairly big change to make...

This wouldn't be such a big problem if everything didn't need to be in-memory at all times. If the structure could be fetched or modified via a seekable operation on...

Any more thoughts on this? #359 would possibly help to store things not-in-memory. But even if we did that, we'd like to be able to trim de history from time...

That would be really nice. I've just spent a few hours trying to find out why an operation failed silently. It was due to `Contract::Validate::Extract` not finding params, I was...

> Do you know of any good crates wrapping the docker API? I haven't worked with any of them unfortunately. Looks like there's this one with a good standing (in...

Ok, so I should design my representation of data with a delimiter to mark the end of a message.

@cpu oh, derp. Thanks for pointing that out. Was hoping to be rescue and set my job to be retried after the value provided by that header.