Daniel Vu

Results 6 issues of Daniel Vu

**Describe the bug** For Kubernetes clusters hosted on Google Kubernetes Engine, hereby referred to as GKE, the backend service timeout is [30 seconds by default](https://cloud.google.com/load-balancing/docs/backend-service#timeout-setting). As a result, any WebSocket...

bug

The following snippet of YAML results in an invalid credentials.yaml file: ```yaml apiVersion: v1 kind: Secret metadata: name: spellbook-credentials type: Opaque data: MQTT_HOST: "Zm9vYmFy" MQTT_PORT: "Zm9vYmFy" ELASTIC_HOST: "Zm9vYmFy" ELASTIC_PORT: "Zm9vYmFy"...

bug
help wanted
wontfix

**What is the purpose of this pull request? (put an "X" next to item)** [x] Documentation update [ ] Bug fix [ ] New feature [ ] Other, please explain:...

**Is your feature request related to a problem? Please describe.** Official documentation for usage with Vue.js projects is lacking. **Describe the solution you'd like** A guided example on par with...

help wanted
question

[As the Kubernetes docs note](https://kubernetes.io/docs/concepts/services-networking/service/#loadbalancer): > Some cloud providers allow you to specify the loadBalancerIP. In those cases, the load-balancer is created with the user-specified loadBalancerIP. If the loadBalancerIP field...

Hi, This seems to be the most popular Elixir library for interfacing with Firebase Cloud Messaging so I thought I'd open a feature request here first. The current Firebase docs...