quantonganh

Results 39 comments of quantonganh

The logs is pretty the same when there is a new version: ``` Task . now using Connection 41 Task . sent request, body N Task . received response, status...

> look for calls `dispatch_async` and `isMainThread` I've taken a look at all below files. Looks like these are used for doing something after the popup dialog appear: download, extract,...

I asked my co-worker to test on 10.14 and I saw something in the logs: >default 12:23:06.968371 +0800 lsd Non-fatal error enumerating at , continuing: Error Domain=NSCocoaErrorDomain Code=260 "The file...

> Where is the code that show the popup dialog? OK. I found this: https://github.com/sparkle-project/Sparkle/blob/master/Sparkle/SUUIBasedUpdateDriver.m#L104

I added some logs: ``` diff --git a/Sparkle/SUBasicUpdateDriver.m b/Sparkle/SUBasicUpdateDriver.m index 2349f636..a5f6fe4f 100644 --- a/Sparkle/SUBasicUpdateDriver.m +++ b/Sparkle/SUBasicUpdateDriver.m @@ -71,8 +71,10 @@ [appcast setHttpHeaders:[updater httpHeaders]]; [appcast fetchAppcastFromURL:URL inBackground:self.downloadsAppcastInBackground completionBlock:^(NSError *error) { if...

> Were you using an older version of Sparkle before? No, I just started using version 1.21.0 some days ago. > The new backend, like the alerts, doesn't work without...

I changed `GOARCH` in the build.sh script: ``` diff --git a/hack/lib/build.sh b/hack/lib/build.sh index 9b2e314..69faafe 100644 --- a/hack/lib/build.sh +++ b/hack/lib/build.sh @@ -2,5 +2,5 @@ function go_build { echo "building "${1}"..." #...

ah, https://github.com/golang/go/issues/23086

@Chr1sK You have to enable [operation_debug](https://www.krakend.io/docs/authorization/jwt-validation/#jwt-validation-settings) setting to see what caused 401 error: ``` [ENDPOINT: /v1/endpoint][JWTValidator] Unable to validate the token: square/go-jose: compact JWS format must have three parts [GIN]...

``` { code: 24, kind: Uncategorized, message: "Too many open files" } ``` Can you check how many files WezTerm is openning: ```sh $ ps -ef | grep [w]ezterm $...