Gus Narea

Results 71 comments of Gus Narea

I think I'm running into the same issue: ![jacoco](https://user-images.githubusercontent.com/369863/87577541-f5ef1000-c6ca-11ea-867c-0d70f6c9cbd9.png) ... Even though I have many unit tests using `wsConnect()`. Is there any workaround for this? (Besides ignoring the "uncovered" branch)

For anyone coming across this, one quick workaround could be: ``` helm install --set updateStrategy=RollingUpdate nats-streaming . ```

I've been running into this issue occasionally ever since I integrated this action, but today it's been happening like 60% of the time on macOS on CI (CI also runs...

I ran into this issue, but instead of getting a `400`, the `file.save(...)` just hung. I fixed it by passing `resumable: false`.

@fsouza, #497 didn't fix this issue. It just made it different. Consider this: ```typescript test('Bug', async () => { const bucketName = 'foo'; const fileContents = Buffer.from('bar'); const client =...

Anyone who managed to get a gRPC server to work on Android: Did you get it to work with TLS? If so, how? We've got the server to work on...

@liugangnhm https://github.com/relaycorp/relaynet-courier-android/blob/0313d28dfde84f4d728e8a5f26d3fe52b253c3cd/app/src/main/java/tech/relaycorp/cogrpc/server/CogRPCServer.kt#L52-L70 That's using TLS.

You could try using `empty`: http://masterminds.github.io/sprig/defaults.html E.g., `if empty .Values.store.ft.max_channels`

I've had a go at having this fixed, taking the original patch and the recommendations above. What do you think about this? https://gist.github.com/gnarea/1a2bd805237400cb37ef I'm using this in my own project,...

Just found myself in the same situation as @sazary, so I second his suggestion of giving people the heads-up. By the way, isn't #67 the root cause for this? It's...