Synchronization Acknowledgement

Results 67 comments of Synchronization Acknowledgement

Thanks for your interest :) There is lots stuff to be done (and to decide), and you've motivated me to create a roadmap of sorts. I'm currently on a (mostly-)computer-free...

I hit this too. It appears that Poetry accepts the `^` format for the project's own `python` version, and reflects it verbatim to `poetry.lock` instead of converting it to a...

Speaking of, it would be nice to have a configure flag for disabling liburing altogether. The current way Folly discovers uring support is non-configurable: https://github.com/facebook/folly/blob/543770552d1f784533e0c456ac70515d7f6276be/folly/io/async/Liburing.h#L19-L23

Thanks for the deep dive! Will try to reproduce locally to see if it works.

While the "mixin" alternative supplied in the OP covers some use-cases, I don't think it covers a use-case that I developed in zigSelf, which is common/generic implementations of object methods....

> @sin-ack hi is this issue still open? Yes, I can still reproduce with: Compiler: clang version 19.1.4+libcxx Folly version: 2025.01.06.00

Relevant Electron issue: https://github.com/electron/electron/issues/45862 Looks like it will be fixed in Electron 38, which will pick up Chromium 140.

libgit2 will be compiled regardless of what your system contains because it's vendored: https://github.com/nodegit/nodegit/tree/master/vendor Besides, libgit2 is rather quick to compile; Nodegit includes its own binding code in C++, which...

Hmm, I learned after opening this that apparently it is possible to enable this without Paket integration using [ItemDefinitionGroup](https://learn.microsoft.com/en-us/visualstudio/msbuild/item-definitions?view=vs-2022): ```xml true ``` If this PR is unnecessary after this, feel...