-
I've got some sensors generating floating point and integer data. I'd like to send this over MQTT, and ideally without converting back and forth to the Ascii.
The docs have bool publish(const char…
-
Vibe.d DNS resolution is the cause of hundreds of threads spawning and then dying, per second.
This is expensive to us, as we're doing some allocations in module ctor, and overall it slows down the p…
-
It means that `` is transpiled as `` it means local.l1 is evaluated more than it is required.
Tests:
```
[TestMethod]
public void Can_transpile_arg_between_two_macros_in_safe()
…
-
The only thread-safe function in FFTW is `fftw_execute`.
But the FFT filter calls `fftw_plan_dft_r2c_1d`. This makes MLT non-thread safe.
One solution for this problem is making programs linking…
-
```
Following code (opening a handel with C library dlfcn.h) was working find till
iOS 4.3.3
----------
void *handle =
dlopen("/System/Library/SystemConfiguration/WiFiManager.bundle/WiFiManager", …
-
In some files, e.g. `Registry.cpp` there are uses of VOID, BOOL, etc. Some Googling indicates these are artifacts of win32 programming. What I couldn't tell for sure is if it is safe to just move thes…
-
LaserGrbl v7.12.0.0
Grbl v1.1h
Wrapper: UsbSerial
Win 11, Home, 10.0.22631.0 (7)
CLR: C:\Windows\Microsoft.NET\Framework64\v4.0.30319\mscorlib.dll 4.8.9261.0 built by: NET481REL1LAST_C
TypeOf e…
-
Following the discussion in #40, it could be handy to have a new call for safer decompression that might have this signature:
```
int blosc2_decompress_safe(blosc2_context* context, const void* sr…
-
Hi, how are you?
I'm trying to install in my VPS using Ubuntu 22.04.
All the process is OK, all installation is OK, but I'm getting an error.
This error occours everytime I run the command ./zr…
-
The same reasoning applies as the reasoning for why partial enums wouldn't make sense. The meaning of a member in a ComImport type changes based on its order within the type.
There is currently no …
jnm2 updated
4 months ago