Jeff Stafford

Results 34 issues of Jeff Stafford

### Database name All databases! 🙂 # Pull request description This PR allows compiling a statically-linked wal-g binary, compresses the binary using `upx`, and changes the `wal-g/golang` Dockerfile to Alpine...

### Database name MySQL # Pull request description ### Describe what this PR fixes `mysqlbinlog` cannot use MySQL keyring plugins, which makes it impossible for it to read encrypted MySQL...

mysql

Because wal-g uses C/C++ extensions (namely the brotli library), it is dependent on the version of glibc where the binary is built. The current build environment makes wal-g incompatible with...

### Icon Request - Nylas Mail - A cross platform email client. https://www.nylas.com/nylas-mail/ - `nylas` Current Icon: ![](https://cdn.dribbble.com/users/215/screenshots/2554122/dribbble-n1-icon_1x.png)

Although I was trying to have a one-size-fits-all approach where no one would even need to configure anything, there are some legitimate settings we need to support, including: * Changing...

While looking into #107 (was looking into shared items/sharepoint support while planning things out for #70), I noticed we currently don't really request any Sharepoint permissions so the app can't...

Started working on this in the `shared-items` branch. So far it seems like shared items are identical to normal items, with the addition of a `remoteItem` facet (nothing special aside...

Uploads are failing repeatedly in some scenarios with: ``` time="2020-10-16T12:21:51" level=warning msg="Upload session failed, will retry from beginning." func="000016:fs.(*UploadManager).uploadLoop()" file="upload_manager.go:104" err="Put https://graph.microsoft.com/v1.0/me/drive/items//content: net/http: request canceled (Client.Timeout exceeded while awaiting headers)"...

Currently creating symbolic links returns ENOSYS.

Currently onedriver's on disk cache and memory cache have no upper bound on how big they can get. We should periodically prune the onedriver db and in-memory caches to keep...