Jared Forsyth
Jared Forsyth
So...they're horrendous? I really want to like hyde, but getting anything done requires spending >30 minutes digging through source code...
Looks like the current best way to get the headerFontFamily into something that's not an `hX` or similar is this, taken from [gatsby](https://github.com/gatsbyjs/gatsby/blob/master/www/src/layouts/index.js#L105): ``` css={{ fontFamily: typography.options.headerFontFamily.join(`,`), }} ``` it...
Here's the trace, which points to an `unwrap` in `ArcBall::update_projviews` -> one of the matrix inversions appears to be failing. It generally happens when I am looking straight up, but...
~the `n*4` makes it seem like we're reading RGBA for each pixel, but experimentally `band.pixels.read(0,0,16,16)` only uses 256 slots in the data buffer; only one elevation reading per pixel.~ oh...
Following the readme, I did ``` opam switch 4.04.0 eval `opam config env` ``` and then did the configure line for aarch64, but at `opam install ocaml-android`, I get an...
### Summary Description  Here's the SVG that triggers the error ### Additional Details Looks like it might have to do with the transforms I've got on some svg...
``` :~/clone/rsn/withbuckle$ fail zsh: command not found: fail :~/clone/rsn/withbuckle$ echo $? 127 :~/clone/rsn/withbuckle$ fail | huh zsh: command not found: fail ✔ Seems fine! :~/clone/rsn/withbuckle$ echo $? 0 ``` I...
So we're using the `package.json` to put config, but what should we put there? There are some issues that I think fall under this: - #17 make js compilation optional,...
Do we have any control over this output? ``` *** jenga: [18950] root=/Users/jared/clone/rsn/myntax, sys=Darwin, j=1, f=1 (NO_VERSION_UTIL) *** jenga: 42/42 targets are up to date *** jenga: done (#1, 1.199s,...
`rebel -P`, and then I change one of my source files, and it doesn't recompile. Am I missing a step? I have to kill & re-run rebel for my stuff...