Kannan Goundan

Results 30 issues of Kannan Goundan

Platform: - macOS 13.4.1 - Volta 1.1.1, installed via Homebrew Notes: - Normally, I just run `yarn`. I'm running `volta run yarn` here so I can pass the `--verbose` flag...

```typescript // @flow type Client = { clientId: string, redirectUri: string | Array, }; function f1(client: Client) {} function f2(clients: {[string]: Client}) {} const clientSpec = { clientId: ('hi': string),...

Typing: soundness

The latest version of node-postgres (NPM package "pg") uses a subclass of `Error` called `DatabaseError`. 1. I _think_ it was added around Dec 2019: [commit](https://github.com/brianc/node-postgres/commit/fa44905b3068ccd289ed7f7ee733d4cd94cc3de9). 2. It was exported from...

Same goal as the other PHP pull request, but this one sticks to the existing style of the other language implementations (update()-style interface, CLI tool, tests).

We were checking for the presence of "out/stamp", which is created before "javac". So if "javac" failed, we'd still think the build was up to date. So dumb.

This also required upgrading the dependency "generic-array".

Linux 4.15.0 Node 12.14.1 AnyProxy 4.0.5 We have a long-running Node service that runs AnyProxy like this: ```typescript import anyproxy from 'anyproxy' ... const proxyServer = new anyproxy.ProxyServer({ ... });...

It appears that a single redis-cluster-proxy instance can only connect to a single Redis upstream (or single cluster). Is this project open to supporting multiple Redis upstreams in the future?

# Bug Report ### 🔎 Search Terms object is possibly undefined 4.8 ### 🕗 Version & Regression Information - This changed between versions 4.7.4 and 4.8.2 ### ⏯ Playground Link...

Bug
Fix Available
Rescheduled