Roman Pearah
Roman Pearah
Unless I'm missing something, iterm is the only alternative terminal command for boot restore. Is it possible to support any terminal if given the command name, e.g. kitty?
This fixes the reference to jQuery as described in #4, updating to jQuery 1.10.2. The attempt to load the local dependency was resulting in `$` being `undefined`. It also removes...
I cannot handle the ExceptionInfo that is thrown from this function in buddy.sign.jwt, forcing me to use a regular try/catch: ``` (defn unsign ([message pkey] (unsign message pkey {})) ([message...
The examples in the docs imply that postcondition handlers will receive `args`, but that doesn't seem to be the case: ``` (defn add-one [n] (inc n)) (with-postcondition! #'add-one "An optional...
It's a pretty common case that I want optional config keys because the function that will eventually take in that config has its own fallbacks. For example, with langhor (library...
In the wild, I have noticed that the results of `parse-string` don't always nest as expected. For example, if you pull in the DOM for `https://www.google.com/search?q=dentist+pinellas+county+fl` (I'm using clj-http to...
I could be wrong but it doesn't appear that the monitor parameter is used at all in the `ecr` black box function. Is that right? Is there a way to...
I think I must be missing something here, but Backbone already implicitly implements the Promise interface via jQuery. "The jqXHR objects returned by $.ajax() as of jQuery 1.5 implement the...
I'm trying to deploy this in vanilla Minikube (no Rancher) but after killing in all the variables with values and deploying, I get this: ``` Wed Nov 22 17:24:07 UTC...