Paul Dempsey
Paul Dempsey
Service health (and other metadata) can be consider simply a read-only resource: GET https://api.contoso.com/v1.0/service/health
This issue is painfully limiting in the app I'm trying to write. I'm not a rust guru, so looking for a viable strategy to be able to &mut self in...
Thank you, @riverar . A concrete example with TypedEventHandler that compiles would be more helpful (this code doesn't compile, and a bit abstract for a newbie). What's an ObjectTypeFoo? I'd...
You didn't `#define UNICODE` before including `windows.h`
In usual C windows app, wWinMain would be a "wide", meaning Unicode entry. For Unicode app, one #defines UNICODE or _UNICODE before including windows.h. (and pass the linker flag to...
MINGW64 /g/repos/rack/plugins/pachde1 $ gcc --version gcc.exe (Rev6, Built by MSYS2 project) 13.1.0
The RTMIDI API virtual ports won't help, because they work only on OS that support virtual ports, which Windows does not until the new MIDI Service with MIDI 2.0 support...
> Afaik, SPDX does not allow explicit tagging of code ranges It does. See https://spdx.github.io/spdx-spec/v2.3/file-tags/#h3-snippet-tags-format
Decimal alignment for float/fixed (align with decimal point in specific location) would be useful.
> * do we try to support mixed (left-to-right and right-to-left) in the same context? Pretty much a hard requirement. There are no pure right-to-left writing systems. All real-world usage...