R. Tyler Croy

Results 143 comments of R. Tyler Croy

Well, the whole utility of the json_gem compatibility for us is that we can have Yajl speed up JSON on MRI, and rely on the JRuby JSON gem for speed...

@Yonisha there's some exclusion support native in Gradle itself, but this [doesn't extend to files()](https://discuss.gradle.org/t/how-to-exclude-file-dependency-in-compile-configuration-from-the-runtime-configuration/5316) I came across this ticket when I was writing [this blog post about excluding dependencies...

I have a current version of FreeBSD and ZFS running with this crate. `posix_fallocate` will fail with `EINVAL`. ```diff diff --git a/src/unix.rs b/src/unix.rs index 5c2f4f2..79f7595 100644 --- a/src/unix.rs +++ b/src/unix.rs...

@ryanavella fs4 does bubble up the `EINVAL` but still does not provider a suitable `allocate` implementaiton, but I will take that up with _that_ maintainer instead :smile:

I do not understand what this pull request is intending to do or why :confused:

@zZKato thanks for putting the effort in here. I am quite curious to some day learn more about how many tables are being queried at once those Lambdas :smile: The...

@ion-elgreco I assume this is manifesting when using the S3 backend outside of the AWS environment?

@ion-elgreco I think with your recent improvements, we have this now right?