jared jennings
jared jennings
i also don't have a large enough print volume for the whole thing, but i've set out to print a full-size keyboard in pieces and glue them together. don't miss...
Judging from the searching I've done every time I hit a roadblock, OpenSCAD and its underlying CGAL library are the only thing in this area with staying power. libfive looks...
@jrozner, I don't have my own printer, so I split it up in ~1.5 hour pieces. See https://github.com/jaredjennings/dactyl-keyboard. For most of the pieces, adding several layers of mandatory support, raft...
The tenting angle is hard-coded: it is the `(/ π 12)` toward the end of `key-place`. The curvatures across the keyboard and from top to bottom are defined as α...
If you run the dactyl.clj that's currently in the repository, you'll get SCAD output with Matias-shaped holes in it. See the [single-plate](https://github.com/adereth/dactyl-keyboard/blob/e0416e329032b3648a86e53656906702603dbeb0/src/dactyl_keyboard/dactyl.clj#L48) vs. [old-single-plate](https://github.com/adereth/dactyl-keyboard/blob/e0416e329032b3648a86e53656906702603dbeb0/src/dactyl_keyboard/dactyl.clj#L21) functions (single-plate is what gets used...
"Could not find implementation class: org.janusgraph.diskstorage.inmemory.InMemoryStoreManager" Perhaps you are missing a classpath entry? EDITED TO ADD: This comment is probably not helpful at all. The classpath used would be built...
The `CaseObservable` opens the file named by the caller, and saves the open file within its `self.data`. This file object is later passed to `requests.post` by `TheHiveApi.create_case_observable`, so it has...
Unofficial chart https://github.com/jaredjennings/helm-thehive now exists, and already has [issues](https://github.com/jaredjennings/helm-thehive/issues). Fixes welcome!
Do you mean high availability? What exists now with TheHive 4 on k8s using the helm chart is that TheHive is run using a k8s Deployment object, with 1 replica....
PR #349 seems to do steps 1-3 of my outline. I took notes on how I set up for building and running (step 4a), but they are not published anywhere...