Seandon Mooy

Results 16 issues of Seandon Mooy

Hello! Love the library, but I noticed that `systemBus`, unlike `sessionBus`, doesn't pass `opts` down the chain. I've added this, so that I can `.systemBus({ authMethods: ['ANONYMOUS'] })` Thanks!

Hello! I've added support for `xread` and `xadd` (generated the stub for `xrange` and `xlen` but haven't gotten to testing that yet) in a branch here: https://github.com/erulabs/thunk-redis/tree/erulabs/add-redis-stream-functions (diff: [here](https://github.com/thunks/thunk-redis/compare/master...erulabs:erulabs/add-redis-stream-functions)) I'll...

Hello! I wrote a patch to resolve my question at https://github.com/MaxToyberman/react-native-ssl-pinning/issues/146 - this patch enables TLS certificate validation at runtime, without the need to pre-bundle the certificate into the app....

Is it possible to provide a certificate at runtime? I have the certificate's pubkey at runtime, but do not know it during build time. The use-case is talking to a...

Currently, the NON_STANDARD_NODE_ENV warning is printed on every "next build" or "next start" when NODE_ENV is set to anything, even a valid string like "development" or "production". It is not...

type: next

### Expected behavior `skaffold deploy` and `skaffold run` are safe to use. Assuming one has a HorizontalPodAutoscaler, the `replicas` count of a Deployment may not match what's contained in the...

kind/feature-request
area/deploy
priority/p3
area/render

We had an imgproxy instance crash in production over the weekend with the following stderr output: [imgproxy.log](https://github.com/imgproxy/imgproxy/files/12456830/imgproxy.log) exerpt from the above: ``` SIGABRT: abort PC=0xffff904809d0 m=7 sigcode=18446744073709551610 signal arrived during...

**Description** Levant doesnt support Nomad 1.6.1 "node_pool" **Relevant Nomad job specification file** ``` job "test" { datacenters = ["dc1"] region = "global" type = "system" node_pool = "all" ... ```...

Hello! I've split the Dockerfile dependency install step out so that PHP changes can be made and the base layers (which are very large compared to the code layer) can...

Hello! This library no long works with ws > 2.0.0 (specifically https://github.com/websockets/ws/pull/1099) I've fixed that, and it now works with modern `ws`! I've also upgrade the `ws` dependency as there...