-
hi
I'm writing a course on JS using ijavascript as the jupyter kernel
and I experience something odd in the section I am currently writing on promises;
what I see is this
if I run in a not…
-
Can you please provide another clear example of a streaming transcription that has a `return`. At present, the return of `alt.transcript` when reaching it's final state (i.e. `not is_partial`) results…
-
how to apply the contents in lecture 11? When do we know to use map or thenDoThis? (coz there is no codecrunch exercise on that so I not sure how to write code abt it)
-
- OS: MacOS Ventura 13.0.1
- Programming Language version: Python 3.10.1
- CCXT version: 2.2.103
While fetching trades for all USDT pairs (more than 100 pairs) stream connections has been establi…
-
```
class Rick : Singer{
// constructor
gonna_make_you()
i.hariColor=red
understand
// private variables
Inside var hairColor;
// public variable
Stranger var concertLocati…
-
There are many asynchronous Stub API functions like this one:
```python
stub.callsArgAsync(index);
# Same as their corresponding non-Async counterparts, but with callback
# being deferred (exec…
-
### Operating System
Windows Server 2022 Datacenter
### Programming Languages
Python
### CCXT Version
4.4.33
### Description
I have started a new vps on windows Datacenter and am using ccxtpro …
-
### Description
Messages posted to a queue using ICollector occasionally fail. While this can be caught, IAsyncCollector cannot be used because the error is silently buried with no way to catch it.…
-
Goodday, Web3 devs and learners, I am having this persistent issue for some days now. Each time i'm following up the tutorial on Intro To Ethereum programming [Full Course] at about 7hrs:14mins.
I tr…
-
When a connection is lost, the library should fire any outstanding promises for requests (calls, subscribe acknowledged publishes, etc) with error.
Eg ABPy has an `errback_outstanding_requests` fun…