Randell Jesup

Results 28 issues of Randell Jesup

with this: ``` fn range_keys(map: &BTreeMap, range: impl RangeBounds) -> Vec { Vec::from_iter(map.range(range).map(|(&k, &v)| { assert_eq!(k, v); k })) } ... assert_eq!(range_keys(&map, (Excluded(0), Unbounded)), all); ``` the code for range()...

This code doesn't compile: ``` let mut map = BTreeMap::from([(0, 0), (1, 1)]); ``` Code like this is used in the examples for from() in std::BTreeMap

It would be cool to have A2024/Moniterm monitor support; which would allow much higher resolution displays (~1K x 800 ish, at 10 or 15 hz). Speaking as someone who has...

enhancement

When a disk image is configured, it detects and handles RDSK partitioning -- but only if block 0 starts with RDSK. The spec for RDSK says RDSK can be anywhere...

The spec link should now be https://urlpattern.spec.whatwg.org/ in README.md

For Compression Dictionaries: ``` 2.2.3 Multiple Matching dictionaries ... 2. Given equivalent destination precedence, the dictionary with the longest "match" takes precedence. ``` What is 'longest'? the longest match= string...

compression-dictionary

I presume the Chrome implementation also has this bug - the WPT dictionary-registration.tentative.https.html assumes that id="test" will yield an id of '"test"', when it should be 'test' per RFC 8941...

compression-dictionary

Lost my profile while uploading, see error message. Local build of m-c pull, no changes that should affect the profiler. Compressed size was 26MB [profiler.txt](https://github.com/user-attachments/files/18186297/profiler.txt) ┆Issue is synchronized with this...