Matt Widmann
Matt Widmann
Semaphores have no ownership concept (a signal can come from any thread), so they cannot avoid priority inversions by boosting the priority of an owner when higher-priority waiters are present....
Alright, I'll move ahead with my workarounds. It looks like there is a [link reference scanning system in place during the first-pass](https://github.com/raphlinus/pulldown-cmark/blob/bf0a1a4938dbd2ec41c3add069b3d361d11731f4/src/firstpass.rs#L1082) that might be appropriate for handling footnote definitions,...
The version of `pyzmq` used by Package Control only has an Intel native binary; it's missing one for Apple silicon. This prevents it from being loaded into the native Sublime...
Would something like this work? ```lua local bit_53 = loadstring[[ return { bor = function (x, y) return x | y end, band = function (x, y) return x &...
Those are valid, thoughtful points. Here's another proposal: MD5 hashes are a known quantity and this particular implementation hasn't seen an update in 2 years. How about, going forward, new...
You need to update Package Control to version 4. See https://github.com/wbond/package_control/issues/1612.