Danny McClanahan

Results 31 issues of Danny McClanahan

This takes the `*-live-preview-*` functionality and turns it all async with an idle timer, as you suggested. Instead of using the `markdown-do-sync-or-async` macro as in the previous attempt, I just...

### Problem I'm parsing a string into tokens with chumsky, and I would like to also use chumsky to parse those tokens into something else. While `select! { ... }`...

It seems like `usize` and `isize` could reasonably be allowed to implement `ConstantTime{Greater,Less}` via the macros that are already used for other integer types. I assumed it was an oversight...

### Problem #79 proposed a `ConstantTimePartialOrd` trait, but that attempt was abandoned due to questions about how to create an `Ordering` without the use of `match`. This PR picks up...

### Problem In signalapp/libsignal#469, we discussed having to hand-roll a constant-time comparison function for a public key with a slice of bytes and an enum tag. After seeing #78 where...

### TODO - [ ] #98 - [ ] #99 ### Problem As described in #98, the Signal client crypto implementation wants to use `subtle` to filter and sort `PrivateKey`...

*This PR is on top of #12871; see the `+337/-23` diff against it at https://github.com/cosmicexplorer/pip/compare/refactor-requirement-preparer...cosmicexplorer:pip:metadata_only_resolve_no_whl?expand=1.* *Continuation of #11512, now with test cases and a lot of comments.* - Closes #11512....

bot:chronographer:provided

### Continued motivation for `fast-deps` While PEP 658 is the standards-compliant solution and metadata from there is already preferred when available, `--use-feature=fast-deps` avoids downloading wheels against `--find-links` repos and any...

bot:chronographer:provided

*This issue supersedes #285.* #287 adds lots of useful docstrings to the crate, but it is too large by itself to review. We will split it out into smaller PRs...

documentation
acknowledged

Generated parser in debug mode with `jison -t `. Got `ReferenceError: Jison is not defined` when running `parse()` on the generated parser. Traced error back to code: ``` javascript trace:...