Eric Slosser

Results 12 issues of Eric Slosser

If I run `vault login...` without an `-address FOO` parameter, and don't have VAULT_ADDR defined, it will use the default, as per `vault login --help`: -address= Address of the Vault...

core/cli
core/auth

On some machine/macOS versions, our app would crash with `*** Terminating app due to uncaught exception 'NSInternalInconsistencyException', reason: 'NSApp with wrong _running count'` after the user clicked the 'do not...

If a setting has an async side-effect, and requires-restart, then `saveChanges()` can `exit(0)` ([HERE](https://github.com/krzysztofzablocki/AutomaticSettings/blob/a01e983b566626a810deb9ecae193ff23cda1947/Sources/AutomaticSettings/AutomaticSettingsViewModel.swift#L37)) before the side-effect is done.

see [Slack thread](https://pointfreecommunity.slack.com/archives/C04L56P2VEF/p1699373344457719) ### to test view an episode, change video playback rate. (gear icon) quit safari, relaunch, view a different episode, check its rate expect: its playback rate will...

I need an SPM package of PINRemoteImage that includes this commit (93428e8b6e797d27d1f57425937c0e094d0f4ad8) If you could tag and release 3.0.4 (or call it anything you like), it would be appreciated.

## Description ios App - menu "Tools > No Caching" has misspelling in help text ## Steps to Reproduce 1. launch Version 4.16.0 (49700) 2. click on 'tools' menu, drag...

bug
✅ Done

## What it Does Sometimes, a merge breaks the project file by removing a file from the PBXFileReference section, but leaving it in other places. When that happens, `@pbx_objects[object_id]` is...

@cassianodialpad reported errors when trying to build with SPM https://github.com/nytimes/NYTPhotoViewer/pull/342#issuecomment-860958176 i took a stab at fixing, see branch `bug/fix-build-error` haven't figured it out.

contents of #221, plus a couple tweaks. cc @sergiog90 Original PR contents: >Allow developers to show the status bar with navigation bar buttons without overlaps. > > If gallery is...