Chris Van Vranken

Results 14 comments of Chris Van Vranken

I stumbled on this commit today, it looks like some work was done to implement this. I'm not currently writing android code though...or I'd be tempted to give it a...

I have put some work into this here: https://github.com/cessationoftime/akka-serial But I am not sure yet if I will get around to completing it.

@download13 I don't believe this project is maintained anymore. But I did publish this pull request to npm if you wish to use it. See: https://www.npmjs.com/package/proto-loader6

Ok, when you test it, keep in mind it requires the changes to robolectric found here: https://github.com/pivotal/robolectric/pull/134

This appears to fail in maven, if scala tests are run first thing. But works if java tests start the run. I dont plan to fix it myself since my...

I didn't think it had created the DefaultLoader at that point, but I bet that was the issue and it sounds like that would work. I've actually converted all of...

https://github.com/teozkr/Sbtix currently has an implementation that makes use of https://github.com/alexarchambault/coursier and pretty nearly does what coreyoconnor suggests. The coursier cache directory isn't populated with dependencies directly, instead sbt is given...

@edolstra I plan to try to build a solution for uploading to S3 buckets, but I am wondering if it is more appropriate to build it as part of the...

I've made progress on this and I can upload files to S3 buckets. However I want to upload the output of a custom derivation. So I have code like: ```...

I ended up calling nix-build within the resource. See: [s3_bucket_upload.py](https://github.com/cessationoftime/nixops/blob/s3BucketUpload-efsMountSec/nixops/resources/s3_bucket_upload.py#L87). It is working well and I have a derivation that runs webpack and uploads to S3 which deploys alongside a...