-
` const alpaca =new Alpaca({
keyId: 'API_KEY',
secretKey: 'SECRET'
})
`
` const websocket=alpaca.data_stream_v2`
-
### Documentation issue
- [ ] Reporting a typo
- [ ] Reporting a documentation bug
- [ ] Documentation improvement
- [x] Documentation feedback
### Adding nx to an existing NestJS project
I have…
-
## Describe the bug
Hi guys, I'm having a problem when running a NestJS project with `yarn start:dev`. Below is the output:
```sh
[Nest] 1208570 - 08/29/2024, 9:05:57 AM DEBUG [Slack] apiCal…
-
### Checked other resources
- [X] I added a very descriptive title to this issue.
- [X] I searched the LangChain documentation with the integrated search.
- [X] I used the GitHub search to find a sim…
-
Hello!
Before writing i searching the same issues but anyway not found a solution. :(
Used:
"bcrypt": "^5.1.1",
"@types/bcrypt": "^5.0.2",
"@nestjs/core": "^10.3.10",
Node tested,
node 20…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Describe the issue
I have installed NestJs and have reflect-metadata in my dependencies:
"reflect-metadata": …
-
### Is your feature request related to a problem? Please describe.
I'm trying to check if a workflow execution exists by using the workflowId.
### Describe the solution you'd like
I was check…
-
## Description
NestJS has better Async support as compared to Django and hence it would be able to provide better performance during bench-marking as compared to the current Django based Micro-servic…
-
Hey guys,
I appreciate the effort you put into this, enabling OpenAIs realtime API at such early stage.
Quick question:
What would be the ideal way to integrate this into a bigger framework, sa…
-
I am using an nx mono repo and I have my prisma models dumping to a library. So I am trying to integrate this by using a custom prisma client:
`import {PrismaClient} from '@frnt/lending-api/models'…