Nathaniel Waisbrot

Results 8 issues of Nathaniel Waisbrot

I'm interested in a better error message that would have saved me some debugging headache. **Environment** ``` rkt Version: 1.11.0 appc Version: 0.8.5 Go Version: go1.5.4 Go OS/Arch: linux/amd64 Features:...

area/usability
kind/friction

I'd like to be able to pin to a specific commit without using a SHA. Conversely, the "autoupdate" feature of pre-commit by default [pulls the latest tag](https://pre-commit.com/#pre-commit-autoupdate). So for either...

Related to #147 Each commit here fixes one set of problems. The main problem was Ecto 2.1 defining a bunch of opaque types and then peeking inside of them with...

By default, inputs are marked as 'optional'. But the action fails when there's no repo-token, so it is not optional.

In `docs/self_hosting/installation/kubernetes.mdx` The docs mention replacing ``, but that's not part of the `helm install` command that's shown. Added the namespace argument there and changed the variable to `` which...

The instructions currently read > Note: Remember that `key = a; attrSet.${key}` returns `1`! However, this is not correct. It should be `key = "a";`. (Or `a = "a"; key...

Instead of using assert to evaluate an `abort`, use it as it's described in the problem text and linked manual. fixes #37

## Description In a test-context for a Chrome extension I'm working on, there's no `window` object. `initializeFaro` crashes because it's looking at `(window as any).k6` to see if K6 is...

bug