Andrei Popa

Results 10 comments of Andrei Popa

Thank you for responding. The setup is GKE (v1.12.6-gke.7) + nats-operator + nats-streaming-operator updated to the last releases. I don't think there is a PV, I use the standard stuff...

I have Automatic node upgrades = Disabled, Automatic node repair = Enabled on that cluster. But I remember that I upgraded k8s manually 4 days ago. The thing is after...

Was't resilience supposed to be the great benefit of all this? I came this morning to the office and found ALL `nats-streaming-1-*` pods in `CrashLoopBackOff` with around 500 restarts, meanwhile...

Yes, but I need to test it more because the app crashed one time when generating effectiveDateTime. Don’t merge it yet.

The crash was caused by force unwrapping optionals in DateAndTime parse() method. Apparently on Linux calendar.dateComponents() doesn't return nanosecond component.

Hello Colin, Thank you for your efforts. Any plans on supporting NVIDIA Accelerated libs CUDA, cuDNN, cuBLAS, etc. ? Thank you!

@collinhundley This might be the missing link: https://github.com/rxwei/cuda-swift

> You want to install themis which is statically compiled with some backend (openssl/boringssl) to not install openssl/boringssl to your system? I would even go as far as remove the...

Guys, any news? I got the same error on macOS 10.12.6 with new `vapor new test1 --template=web`, built using `swift build` ``` { "port": "8443", "host": "0.0.0.0", "securityLayer": "tls", "tls":...

@tanner0101 the certificates that I used were self-signed. And using [my proposal](https://github.com/vapor/vapor/issues/1199) it worked with `curl --insecure`. I also need to check with signed certificates but I need to bind...