-
Do you have marzjs.d.ts for TS use? Can you make one?
-
We're requiring unfortunate TypeScript flags that mark our library as very broken (`skipLibCheck: true`).
This is mainly due to our JS files including bad "type" info into d.ts files.
We'll want to …
-
Thank you for this code example! If anyone if interested in having this as Typescript example, I ported the code (without Perplexity search)
https://github.com/PacoVK/ollama-deep-researcher-ts
-
## Feature Request: Convert JavaScript Codebase to TypeScript
**Description:**
Currently, our application is written entirely in JavaScript. To improve code maintainability, scalability, and develop…
-
Hello.
Would you be interested in rewriting the frontend in TypeScript? It could make development easier and help identify common type bugs. I do I understand if you prefer not to use TypeScript :)…
-
Current the library doesn't have typescript support. I would like typescript support so that I can use it in my projects involving typescript code
-
The automated upgrade #2652 is failing with build errors, it may require code changes to clean up the linter errors before merging the upgrade.
-
Hey guys, I'm trying to replace `mysql2` usage with `serverless-mysql` in my project and have stumbled upon this error and I can't find any issues raised before, so thought I'd ask here if anyone else…
-
Are there any plans on fixing typescript definitions?
Half of the library uses `any` as return type
Half of the methods do not have argument types
Incorrect types for webhook payloads
-
Dear,
Hello.
I was trying to send OSC message with float data like below:
```
client.send("/cue/selected/loadAt",200)
```
but encountered error below:
```
No overload matches this call.
Argument of …