-
Implement error handling for all API calls made from the frontend. This includes displaying user-friendly messages when an error occurs (e.g., network issues, API failures) and ensuring the applicatio…
-
When using electrum as indexer, the service logs the following warning repeatedly:
`your wallet uses less efficient method of querying electrs, consider contacting the developer of your wallet. Rea…
-
-
```
const { GoogleAdsApi, services } = require("google-ads-api");
const keywords = ["crypto"];
const KeywordSeed = services.KeywordSeed;
const keywordSeed = new KeywordSeed({ keywords: keywords })…
-
There are quite a few calls to GetService in the constructors of MEF-created objects. This can potentially cause deadlocks in VS, there have a few other deadlock issues because GetService ends up need…
-
## Observed Behavior
N/A, this is a new feature request.
## Desired Behavior
For some types of performance analysis it can be helpful to understand how many API calls and enqueues occur betwe…
-
Previously, some calls to external APIs were performed at the time a module was loaded. This ensured that subsequent loading of the module (or other data) would not continually call the same API endpo…
-
It would appear as though the volume doesnt actually get raised or lowered.
-
When testing **MQTT_ProcessLoop**, we noticed a problem that **MQTT_Ping** was called **frequently** in the **handleKeepAlive** function, as shown in the **red box** in the figure, and every loop woul…
-
Hi @tessi! Great project!
My initial suggestion was around the `call_exported_function`. At the moment, you are passing `from` and returning to the caller, but I would consider accepting two argume…