Jim Hester

Results 120 issues of Jim Hester

I think it would be useful to have an extension of the syntax to allow users to specify a custom error message. i.e. ``` r fun

Not exactly sure of the format, perhaps just extending to replace any call of `?` with the checking code would work. I can't really think of a time where `?`...

This works for the following functions using the trailing format. It still needs to have the code cleaned up and made more readable, but thought I would show you the...

Currently roxyglobals duplicates globals that are registered in multiple files. I think it would probably be preferred to only keep the first instance of each name.

I should flesh out some headings at least before the dev day.

documentation
tidy-dev-day :nerd_face:

Please make sure your issue is not addressed in the [FAQ](https://fbinfer.com/docs/support#troubleshooting). - Infer version v1.1.0 - (intel) macOS 11.3.1 (20E241) - infer installed from homebrew via `brew install infer` Just...

Because we aren't keeping track of how many lines were skipped.

feature
readr 📖

When dealing with very large numeric only files the index takes up ~ the same amount of memory as the actual data. - We could investigate writing the index to...

feature
performance :rocket:

If I am reading the POSIX spec correctly it allows you to mmap a file longer than the filename and guarantees the extra bytes until the next page will be...

feature

I tried the earlier one and not much changed, but they have made improvements since, so it is worth re-benchmarking. https://lemire.me/blog/2020/03/10/fast-float-parsing-in-practice/

feature