Daniel Peebles
Daniel Peebles
I'm pretty interested in toolpath generation and was wondering if anyone in this project had given CAM much thought. I see some G-code generation but was looking for more explicit...
I was thinking about how to migrate a large project to wartremover incrementally. I was thinking that perhaps a nice approach might be to have a @clean annotation (perhaps taking...
Terrifyingly, there are swaths of the `.view` world that are simply unimplemented and unconditionally throw runtime exceptions. Let's disable them!
I could see this being handy especially in actor code, where even though you didn't declare the `var` yourself, you might still accidentally close over it. There might be a...
As far as I've been able to tell, Hydra does the following to figure out what to build: 1. Evaluate your jobsets 2. Pick a job, anywhere 3. Build it...
As of https://github.com/docker/hyperkit/pull/104 (which just got merged), Hyperkit has its own "official" go wrapper, which would probably be simpler to use/maintain than the one in this project.
I've noticed that my API Gateway deployments from SAM generate a stage called "Stage". It looks like that comes from this snippet of code: https://github.com/awslabs/serverless-application-model/blob/2de2304916aadad3f5d6da5b29dce9f9eae081c3/samtranslator/model/api/api_generator.py#L172-L173 And oddly enough, `self.remove_extra_stage` is...
If you enable versioning on an S3 bucket, it takes a while before it actually turns on (so if you try to set up replication immediately, it'll fail). This seems...
This might reveal a deep misunderstanding on my part, but as far as I can tell, nix fundamentally divides its derivations into "fixed-output" and "deterministic build", based on the presence/absence...