Joshua C. Randall

Results 52 comments of Joshua C. Randall

> P.S. So, I hate to be that guy and ask, but is this the PR that had all the licensing headaches? My feeling there hasn't really changed. Yes, it...

> I am genuinely concerned about the safety issue here with versions... I don't think requiring the version match the generated bindings is okay, since (for example), I'm planning on...

> A better way is probably to store and read into the functions themselves, rather the the API. This would also give us a path forward to eventually supporting `dlopen`/`dlsym`....

@tetron I've lost track of exactly where this ended up, but it looks like I did implement some fixes on the workbench side to support `"kind":"text"` (but it looks like...

This is a signal to crunch-run that it is ok to bind mount over `/keep` (and therefore it is ok to implement the mounting of all subdirectories of `/keep` within...

It shouldn't be harmful without the crunch-run changes, so long as the container doesn't have contents in `/keep`. The only side effect with the current crunch-run would be that an...

- I've changed to a symlink to a shared file in a .common directory (initially I hadn't done that because I didn't know how to let runit know a subdirectory...

The current revision also adds `--retry 3` to the `bundle install ...` calls, as I've occasionally seen temporary network failures cause the two `bundle install` attempts run one after the...

We generally run a keepstore on every compute node (and also some dedicated ones for loading data in and out from external sites via keep-proxy/keep-web)

I also had the issue @samburnstone mentioned with the proxied async generator iterating one additional time after it returns (with an undefined value). @egriff38 I wasn't quite sure what you...