chrg1001

Results 11 comments of chrg1001

I found another example (more simple). [playground](https://www.typescriptlang.org/play?#code/JYOwLgpgTgZghgYwgAgJIEZkG8BQz-IwD2RAXMiAK4C2ARtANw4C+OOA9O8gOpFQDWoAOY4wATwAOKXgOHIAvMgAKwBPwA8GADTIA5LoB8TDlwByRMMgDufQSBGhIsRCnNgZdocggAPSCAATAGdlVQ1tPUNsZiA) ```typescript interface I1 { foo: number; } // Working type Working = Pick; // Not working interface NotWorking extends Pick {} ``` ![image](https://user-images.githubusercontent.com/40189653/168558266-d68c1267-6abe-49c0-9ca6-67c405a956a2.png)...

This problem is expected to be solved when #150 is merged. This PR includes the upgrade of google_api_headers to 1.1.1, and this version of the package solves that problem. FYI:...

@martin-braun Awesome! I used the mb version before when I failed to pass the App Store review due to something in this package and the PR for the fix was...

It seems that my intentions are not being conveyed because of my poor English. Due to a previous issue with this base, my app did not pass the App Store...

@martin-braun Can you merge #150 to your fork to fix this issue?

@rmtuckerphx > Add support for Blob, Stream and base64 string I have tried for them, but could not use them due to errors. (just converting to each type) ```typescript const...

Workaround at this time ```typescript await openai.createTranscription(fs.createReadStream('/path/to/audio.m4a') as any, 'whisper-1'); ```

@fysoul17 Is there any plan to merge this?

I'm experiencing a similar issue with `@connectrpc/connect-es` when using Bun runtime. **Environment:** - Bun 1.3.1 - `@connectrpc/connect-es` for gRPC communication between microservices - Works fine with Node.js runtime, fails with...