Jared A. Scheel

Results 84 comments of Jared A. Scheel

Try updating Sublime Text.

No worries! Thanks for the info, I'll take a look again.

I've run into this as well. All of the sudden, I can't get a release to go out. The changelog is generated properly, the PR has the `release` and `patch`...

I am running it on metal, not in a CI job. I’m out of town for the weekend, but I can can post on Monday. It actually worked fine when...

I can also confirm that this extension causes about 24% load on a cpu core. Disabling fixes immediately.

Resurrecting an old issue, but I noticed that running kail was bumping up my local cluster's cpu usage by about 2x. Killing kail immediately dropped it. Running k8s in Docker...

Also getting this from the app's debugging: ``` [Process] 0x7fc67680b220 - [pageProxyID=5, webPageID=6, PID=7102] WebPageProxy::didFailProvisionalLoadForFrame: frameID=4, domain=WebKitServiceWorker, code=0 ```

So, super weird, but I cleared all the data out before loading the web view via: ``` WKWebsiteDataStore.default().removeData(ofTypes: WKWebsiteDataStore.allWebsiteDataTypes(), modifiedSince: Date(timeIntervalSince1970: 0), completionHandler: {}) ``` and it loaded. However, nothing...