Ken-Håvard Lieng
Ken-Håvard Lieng
So you want Dispatch to function as an auth provider or just the ability to add other providers than the ones in the config?
Cool, making it possible to add any of the goth providers should be doable.
Maybe something like [this](https://github.com/rhysd/go-github-selfupdate) could work.
Setting `verify_certificates` to `false` in the config should fix this, having a prompt asking if you still want to connect might be a good idea though.
Which version of iOS is this? It should run fine on 9.3+ at least.
You currently need to import `exporting` before `full-screen`.
Regression since 10.2.1, also happens if you hide and show the stock tools on https://www.highcharts.com/demo/stock/stock-tools-gui
Getting the same error when calling: ``` payload.update({ collection: 'foo', id: 1, data: { title: 'bar' } }) ``` On this collection with 1 doc in it: ``` { slug:...