arcticfly

Results 16 issues of arcticfly

I'm trying to follow the instructions under https://github.com/GoogleCloudPlatform/nodejs-docs-samples/tree/main/cloud-sql/postgres/knex to set up a Google Cloud project with a postgres database. Unfortunately, the link on step number 4 is broken. ``` Create...

type: bug
priority: p2
samples

Example `show` method is incorrect in repository. It's missing the boolean `fullScreen` parameter. Also, it isn't documented in the method table below. This PR adds the `fullScreen` parameter and documents...

Fixes https://github.com/itinance/react-native-fs/issues/1129 Ensure byteSentTotal sent in progress updates is accurate on Android when `binaryStreamOnly` is set to `true`.

On Android, when `binaryStreamOnly` is set to `true`, progress updates record an inaccurate number for `totalBytesSent`. Specifically, according to progress updates, `totalBytesSent` is equal `totalBytesExpectedToSend` long before the files are...

### What were you trying to do? I was trying to record many short videos on my Pixel 5. ### Reproduceable Code ``` I think the easiest way to reproduce...

🐛 bug

Update navigator example link Navigator example link was missing `bare` in its url, so the link didn't resolve. ## Motivation Users should be able to follow links in the documentation.

Fixes #429 tRPC is really awesome, but it currently doesn't support or allow server-sent events. This small PR doesn't affect behavior for existing supported requests, but does allow a route...

Currently users have to type in a command after activating the Taxy extension in order to start execution on their command. It would be really useful to have a voice-to-command...

enhancement

**Describe the bug** Right now, `null` types are translated to `undefined` in the generated TypeScript SDK. We'd like to support `null` as a possible type that users of our SDK...

openapi
typescript

### Current Behavior After running `zapier init --template=typescript zapier-app`, I've modified the following two files: package.json ``` ... "type": "module", ... ``` and tsconfig.json ``` ... "module": "ESNext", "moduleResolution": "Bundler",...

feature-request