-
I am using Google's Business API to add a location from my Node.js application, but I'm encountering the following error:
```
{
"error": "Request contains an invalid argument."
}
```
I am …
-
### Operating System
Linux
### Programming Languages
_No response_
### CCXT Version
latest
### Description
Hi there,
My use case is to buy/sell new currecny pair immediately af…
-
Please, change the syntax from
```rust
#[update]
fn f(/*...*/) {
// ...
}
```
to
```rust
#[update]
#[return_immediately]
fn f(/*...*/) {
// ...
}
```
Give a warning if used old synt…
-
### Operating System
Windows 10
### Programming Languages
"react": "^18.2.0",
### CCXT Version
3.0.61
### Description
I'm using ccxt in nestjs is OK.
But using in reactjs, some f…
-
See the diagram in this section:
https://docs.microsoft.com/en-us/dotnet/visual-basic/programming-guide/concepts/async/#BKMK_WhatHappensUnderstandinganAsyncMethod
---
#### Document Details
⚠ *Do no…
-
### Feature request type
Other
### Component name
_No response_
### Is your feature request related to a problem?
_No response_
### Describe the solution you'd like
Stop using "as…
-
protected override async void OnReceived(byte[] buffer, long offset, long size)
{
base.OnReceived(buffer, offset, size);
}
Should I set async fo…
-
### Question Validation
- [X] I have searched both the documentation and discord for an answer.
### Question
When does it make sense using llamaindex workflows? I understand that it helps with asyn…
-
There are a bunch of async features we don't support
- [x] async with/async for (https://www.python.org/dev/peps/pep-0492/)
- [x] async comprehensions (https://www.python.org/dev/peps/pep-0530/)
…
-
#### Environment details
- Programming language: TS/JS
- OS: macOS
- Language runtime version: Typescript 5.6.2
- Package version: `1.7.0`
#### Steps to reproduce
1. Configure a …