John Molomby

Results 8 issues of John Molomby

The docs are clear that defaults must be supplied and, although the specifics could be improved (#254), not supplying a `default` value usually errors out. However, if `undefined` is given...

Super-minor fix to link syntax in README.

I've had a problem with the sync command where `b2` exits before the sync is complete, leaving some complete files and some partially files ending in `b2.sync.tmp`. This doesn't seem...

Attempting to download a file but specifying a local filename in a dir that doesn't exist causes throws an unfriendly error. Eg.. ```sh b2 download-file-by-id $FILE_ID "this-dir-does-not-exist/stuff.zip" ``` Throws.. ```...

enhancement
up-for-grabs

When a download is active (eg. after running `b2 download-file-by-id`) it cannot be interrupted with a `SIGINT` (Ctrl+c) or EOF (Ctrl+c). Both cause the progress bar to be printed on...

I have an issue where my the `createDb()` function (on my instance of the `PostgresDatabaseManager`) results in the error: error: must be member of role "" (where "" is the...

``` -----> Build Running build (yarn) yarn run v1.22.19 $ keystone build && keystone prisma migrate deploy Browserslist: caniuse-lite is outdated. Please run: npx browserslist@latest --update-db Why you should do...

On Postgres, the `_utc` field does not store the UTC date, it stores the local time (ie. with the offset applied). On Mongo, the correct UTC value is stored. ##...

issue/community