George Gensure
George Gensure
+1 here, jffi does not work without a classifier for `native`. I will prepare a PR
Progress has been slow here, mostly due to rusty scala and exploratory coding. jffi doesn't have a dependency on its native interface, which may or may not be their problem,...
I think it will work fine, just note that I added the `runtime-deps` explicit runtime dependency specification there as well, so that I can draw the (omitted in pom) requirement...
@kevingessner posted as #131 - I have a preliminary runtime-deps at https://github.com/werkt/bazel-deps/tree/model-runtime-deps and don't think I have the time to [learn to do enough proper scala to] take that through...
I realize this is very old at this point, but http://www.synthfont.com/sfspec24.pdf has the full specification for the soundfont behavior, and all the assumptions I saw in this thread are correct:...
Per the [sri](https://developer.mozilla.org/en-US/docs/Web/Security/Subresource_Integrity#using_subresource_integrity) docs, the digest specified must be a base64 encoding of the bytes (actual bytes, not hex) of the digest, not hex plaintext, as yours is. The appropriate...
Your original issue belies two things: we're breaking a future chain between validateInputs's findMissingBlobs call and the chain in validateAndRequeueOperation, which is bad and prevents us from seeing the actual...
We're glad you like it. Regarding "no available workers" - this is a response that gets sent as a part of a request to upload cas content to a shard...
We need a better consensus model if we're going to trigger events like that based on this - for instance, we will hit this particular scenario on every write, for...
> Do you think at the very minimum when this exception is thrown we should at least fail with an exception that does allow local fallback (if enabled)? That will...