Davis Vaughan
Davis Vaughan
- https://thenumb.at/Hashtables/#linear-probing - https://www.reddit.com/r/rust/comments/52grcl/rusts_stdcollections_is_absolutely_horrible/ - Rust's Robin Hood hash map impl right before switching to hashbrown https://github.com/Amanieu/rust/blob/379c380a60e7b3adb6c6f595222cbfa2d9160a20/src/libstd/collections/hash/map.rs - https://cglab.ca/~abeinges/blah/robinhood-part-1/ - https://www.sebastiansylvan.com/post/robin-hood-hashing-should-be-your-default-hash-table-implementation/ - https://codecapsule.com/2013/11/17/robin-hood-hashing-backward-shift-deletion/ In my experience, one of the detriments...
I have a case where I know the type I'm casting `.to`, and that `.to` also has a known name, so I'd like to also supply `.to_arg`, like you already...
Goes with https://github.com/r-devel/r-svn/pull/206
We are working on the next vctrs release, targeted for Jan 15, and this package came up in our revdep analysis. `vctrs::obj_is_list()` no longer returns `TRUE` for _list arrays_, which...
We are working on the next vctrs release, targeted for Jan 15, and this package came up in our revdep analysis. I am unsure if this is a false positive...
Hi, I see you reexport `fill()` from tidyr here and also add your own method: https://github.com/bupaverse/bupaR/blob/c9b9eed4705f4e7a42d6ff378227f5615fa44150/R/fill.R#L1-L8 Unfortunately the way you re-export is incorrect: ```r #' @title Fill event log #'...
Hi there, we are working on the next version of dplyr and your package was flagged in our reverse dependency checks. Your package does one of two things: - It...
- `"window.nativeTabs"` now that we have https://github.com/posit-dev/positron/pull/9159 - Personally also use `"window.openFoldersInNewWindow": "on"` - `File: Open Recent...` with `Cmd + Click` option to open in new window - `"window.newWindowDimensions": "inherit"`...
If you're given `1762527600000`, which is `"2025-11-07 10:00:00 EST"` but in milliseconds, how to convert to a millisecond precision sys-time? Can't go through `duration_milliseconds()` because it requires integers and that...
Rather than dumping in the console and making you copy/paste it out? And should it just always get generated when pulling `cloud_results()`? Because if I run `cloud_results()` followed by `cloud_report_checklist()`...