Results 19 comments of ldeck

Is there a reason why nvm can't also support `.node-version` if present as a fallback to `.nvmrc`? That may make it easier to collaborate with Windows folks using nodist.

The problem is that there was no mention that (require 'starter-kit-defuns) is required for starter-kit-[lisp | ruby | js] etc to work.

Oops, description: These are the additional clarifications I found helpful in getting started: 1. QuickStart for setting up the remote builder 2. link to the nix docs for creating a...

As per the above linked discourse discussion, the following two options seem to do the trick: ``` { stdenv, fetchFromGitHub, go, lib }: stdenv.mkDerivation rec { name = "kr-${version}"; version...

Does kryptco have interest in maintaining/contributing a derivation to [nixpkgs](https://github.com/NixOS/nixpkgs) for kr? The one question worth answering is with respect to the license.

Yes `styx preview [--detach]` both fail to start the server for me too. The echo statements are printed, but then the service isn’t found running. And as mentioned by @pinpox...

The problem seems to be a misuse of caddy: `'[ERROR]' first argument must be a 'subcommand;' see ''\''caddy' 'help'\’’’`. ### Styx debug output: ``` % styx --DEBUG preview-theme showcase +...

I wonder if this was previously assuming caddy v1 in the past? Caddy v2 seems to have a completely different api.