Dan Robertson

Results 70 comments of Dan Robertson

After a quick look at rusty-sandbox, I doubt `add_directory` will work on FreeBSD, but I could be wrong. I wholeheartedly agree with this request, but I'm not sure if the...

I am officially the worst maintainer on the face of the earth :smile: I finally got around to this (and hope to spend more time on this project) now. >...

That would be awesome! PRs and any work on docs would be very much appreciated

> The style of writing you're using here would be better for a separate document I can move this to the wiki and close this if that is preferred.

The idea here is that it would be cool to have the quick group of xfstests passing at least to the point where most of the time the tests pass...

Updated and seems to pass xfstests.

Updated to only run the btree check if the page is not uptodate. I kept the check in the page state creation to ensure this check isn't run often.

I think i have an idea for a better implementation of this. We don't seem to call write_begin for a buffered write. I think if we add that, i might...

Current status: | Test | Firefox | Safari | Chrome | |-----|--------|-------|---------| |Blob range request slices the blob| :x: | :heavy_check_mark: | :heavy_check_mark: | |Blob range request with multiple range...

@roblabla Great catch! I like your solution. Only nit is that I'd prefer `other.duration_since(*REFERENTIAL)`, but that is just a nit. A PR with a test would be appreciated! If you...