Zachary Golba

Results 10 issues of Zachary Golba

Addresses known vulnerabilities by running [`npm audit`](https://docs.npmjs.com/cli/audit).

Numerous housekeeping tasks. Still a work in progress.

[RFC](https://github.com/postlight/lux/blob/master/ROADMAP.md#polymorphic-relationships-75)

feature
▅ L

We should implement update notifications via [**yeoman/update-notifier**](https://github.com/yeoman/update-notifier). ## Thanks @mutewinter for the idea!

feature
good-first-contribution
▁ S

Leftover from #287.

test-coverage
good-first-contribution
▁ S

Leftover from #287.

test-coverage
good-first-contribution
▁ S

🚧 WIP

work-in-progress

Closes #3 --- Adds sandbox support by adding the ability to pass a `--sandbox` (or `-s`, for short) flag to the `glide init` command. When `--sandbox` is passed to the...

Currently, the authentication service does not send the correct login url when a sandbox instance url is provided to `glide init`. I suspect [this line of code](https://github.com/postlight/glide/blob/master/packages/glide-authenticate/src/lib.ts#L46) to be the...

bug

Fixes a possible reference error if used with a bundler that does not automatically define node globals suche as [vite](https://vitejs.dev).