Niels Swimberghe
Niels Swimberghe
Add a versions.yml entry for the TypeScript SDK
Refactor the code so it doesn't directly refer to `Docker`, instead to `container`, and the code receives whether it should be run in docker or podman. If this is a...
Unfortunately, the most oauth's fail: ┌────────────────────────────────────────────────┬────────────────────┬─────────┬─────────────────┬──────────────┬──────────────┬─────────────────┐ │ Name │ Output Folder │ Result │ Generation Time │ Compile Time │ Failure Type │ Failure Message │ ├────────────────────────────────────────────────┼────────────────────┼─────────┼─────────────────┼──────────────┼──────────────┼─────────────────┤ │ oauth-client-credentials │...
Can this be merged? We really appreciate this project, but we cannot depend on it if it isn't patched for security vulnerabilities. We'll have to fork it or find an...
@MPapst that only works for consumers of libraries, but we're providing libraries to other customers, so it's not a working solution for us unfortunately.
Hi folks, any more changes needed here?
@RogerBarreto Sounds like everything is good to move forward. Once this is merged in, I can work on implementing real-time STT
@RogerBarreto looks like all checks are passing now
@RogerBarreto Thank you for taking care of this. I don't work for AssemblyAI anymore, but I'd be happy to continue to drive this.
When I change `"type": "commonjs"` to `"type": "module"` in my package.json, I get the following error: ```plaintext 👺 Import resolved to an ESM type declaration file, but a CommonJS JavaScript...