Ryan Williams
Ryan Williams
Grafana has come a ways since the 1.9 release I originally built this against; there's probably some cool new stuff we can do here using it.
Currently the documentation maybe over-emphasized Spark-on-YARN since that is what I use and what I've built some convenient functionality for (e.g. the `app` param to fetch start/end/app info from YARN...
First I ran: ``` gcsfuse /tmp/ ``` Then, attempting to open an HDF5 file with [h5py](http://www.h5py.org/): ``` >>> from h5py import * >>> input = '/tmp//file' >>> f = File(input,...
I could be wrong about these, but: - Removed a few places were the `%` operator was applied to the `dx` component (that should basically never happen, afaict) - Set...
This should help with #53 and #54.
It would be neat if some markdown, HTML, or CSS sentinel value could be interpreted by `mdpdf` as a "page break." I love this tool, but often spend a lot...
Seems to be down again! https://iamthefold.com/  xref #8
I had a shell continuously building my project's WASM web target, while I was developing: ```bash cargo watch -i .gitignore -i "pkg/*" -s "wasm-pack build --target web" ``` At some...