John Floren

Results 15 comments of John Floren

PTAL. I've overhauled the way we handle atomic write temp files by jamming them into a (hidden) subdirectory. The name of this directory is configurable; anything within that directory will...

They are. The problem is that if you *don't* set TempDir, ReadStream is broken. You *will* read inconsistent data if someone sneaks in a Write before you finish reading. So...

Copy TestIssue63 from the branch into the same file in master. It should fail--it did on my Linux box, anyway. It demonstrates that what is read from an already-opened file...

I do use diskv in situations where some values are multiple gigabytes, and some are multiple megabytes. We noticed this behavior when trying to figure out why sending items from...

@MichaelS11 It is hard to write tests without knowing that the expected behavior is. I agree, a language spec is important. I'm writing a description for the documentation of my...

A BNF syntax would be great, although it's been so long since I've written one that I'm not confident I could pull it off.

I hate to say 'me too' but: me too. This could be quite useful internally at work, but it would have to be fully contained in our LAN (including keyservers)

Filtering by CIDR would be great but I think if I could specify *multiple* interfaces to ignore, that would suit my particular purpose.

Note that you can't just say `wget -O /fd/1 http://example.org` on Plan 9: ``` wget: 2022/06/05 15:19:50 Failed to create output file "/fd/1": open /fd/1: '/fd/1' inappropriate use of fd...

To the original reporter I'll point out that bf1c66bbce23153d89b23f8960071a680dbef54b was back in 2018. Updating to the current master branch should put you in good shape.