-
As far as I understand lines 220 ff. in mqtt.c:
```
if (mqttClient->mqtt_state.outbound_message != NULL) {
if (mqttClient->mqtt_state.outbound_message->data != NULL)
{
os_free(mqt…
-
Hi Dimitar @misev, as a part of our UC data collection and pre-processing process we need to prepare cloud free Sentinel 2 image mosaics. I would like to know what you could propose as best solution f…
-
OWM adopts [API v3](https://openweathermap.org/api/one-call-3) and onecall is no longer free.
The call to v2.5 returns the following message
```
00:44:42 [DEBUG] wedder - Pulling current weath…
-
[RefBundle.destroy_if_owned](https://github.com/ray-project/ray/blob/585048c6c50934b914b885f25c4d05ba546a5f9a/python/ray/data/_internal/execution/interfaces/ref_bundle.py#L75) is used for eagerly fre…
-
## Problem Statement
In my previous PR, I designed the feature such that new users are automatically placed in the Connectivity-Free mode (Capacitor solution), while existing users remain in the On…
-
We will be calling a free stock api to fetch the data and further dispaly it
API: https://www.alphavantage.co/documentation/
-
Dear i-pi developers,
I am writing to inquire whether i-pi supports calculation using VASP’s on-the-fly machine learning force fields. My question arises due to differences in certain labels within…
-
There are cases, where the dataload for the memory is bigger the the available memory.
For that the data can't be processed in one block. Ocgis provides calculation in chunks (chunk size needs to be…
-
**Version of emscripten/emsdk:**
3.1.54
It seems like after a certain point, the memory profiler begins to report allocated memory as "free," despite not actually showing that data as free in the …
-
Type-casting an dispatch_data_t object to NSData and sending -description results in a segmentation fault. I assume bridging doesn't quite work.