Daniel Peebles
Daniel Peebles
I'm using a simple tool (called Hologram) that fakes EC2 instance metadata credentials on developer machines. All the official AWS SDKs have no problem with it, but it only emulates...
Curious if you've thought through what would be required to make this an integral part of Nix on macOS. Would be super cool if it could be seamless!
Looking for a high-level "why you want this repo instead of nixpkgs", perhaps in the top-level readme?
With MonoSAT's graph operations, it feels vaguely like there might be a somewhat mechanical transformation from datalog to GNF and MonoSAT, but I haven't fleshed that out. Have you given...
From what I see on the homepage, the most recent Mac-native SSHFS release on the osxfuse homepage is from 2014 and is 2.5.0, when the latest sshfs release is 3.2.0...
It's remarkably hard to get at top-level types if you're living inside a custom package. Our build process is fairly involved and our Build.scala has a package declaration in it....
I'd normally submit a patch but can't do so easily from where I am right now, so for now I'll just report the bug. In https://github.com/mtkopone/scct/blob/master/src/main/scala/reaktor/scct/ScctInstrumentPlugin.scala#L238, you call .source on...
Is it possible to be Nix from start to finish and specify my container images using `dockerTools` instead of talking about images from a pre-existing registry? That would be amazing!
#79 upgraded to Go 1.7.1, but that doesn't seem sufficient to fix our issues. It seemed to work at first, but after a while, I get stack traces in the...
SAML?
It seems like the hologram server is playing the part of a simplified SAML identity provider, and the client could be taking SAML assertions from such a provider and calling...