Kenton Varda

Results 33 issues of Kenton Varda

Many Sandstorm users have requested the ability to upload themes. Last I knew (could have changed), Ghost required you to ssh/ftp into your server to upload themes, but of course...

Something to try out sometime: Apparently Java has this feature where you can essentially AOT-compile your classes into a big old dump that gets mmap'd in at runtime, for faster...

The new machine I built can download a boot image over HTTP instead of TFTP, which sounds nice. That said, setting up an HTTP server can paradoxically be a lot...

watchexec v1.24.0 on Linux Prior to this version, when I pressed ctrl+c, both watchexec and the program running under it would be termintaed. As of 1.24, only watchexec is terminated....

bug
need repro

The array is indexed by the field number, so that lookups no longer require a binary search. This is meant to be a better alternative to #1659. However, my benchmarks...

Personally, I depend deeply on a 5-star rating scale to curate my music. At different times, I feel like listening strictly to my favorites vs. a wider variety, and to...

enhancement

It's really easy to set up a build farm following [the quick start guide](https://bazelbuild.github.io/bazel-buildfarm/docs/quick_start/). Hooray! However, this guide configures buildfarm to listen for commands on a public IP port on...

question

Thanks for writing this plugin! I've used it successfully (along with ACME.js in general) in https://github.com/sandstorm-io/sandstorm/pull/3299. I had some thoughts on propagation verification. So, currently, if I pass `verifyPropagation: true`...

itty-durable currently scans all bindings (the contents of `env`) to find Durable Object namespace bindings. It decides that a binding is a DO namespace if it has a method `idFromName`....

bug

We should add a new sandstorm command: sandstorm tls-keys This would simply read the two files and inject them into the database as the new TLS keys. This would be...

enhancement
self-hosting
bite-size
install-config