John Floren

Results 12 issues of John Floren

Per our discussion on #62, this makes all writes atomic.

The siphon will now stop writing to its internal buffer once the size of the buffer exceeds the maximum cache size. Because we write until we *exceed* the max cache...

If the cache is enabled, `readWithRLock` always reads the file using a `siphon`. The siphon code copies *every byte* it reads into a bytes.Buffer. When the full file has been...

If someone calls ReadStream, then proceeds to read from it slowly, then someone else calls WriteStream, the reader will start to get the *new* resource contents part-way through. This is...

**Is your feature request related to a problem? Please describe.** There's no good way to fetch something from HTTP to stdout. **Describe the solution you'd like** `wget -O - http://google.com`...

Feature Request

**Describe the bug** Plan 9's mount and bind call namespace.ParseArgs(os.Args). This function takes args[0] and compares it against various strings ("bind", "mount", etc.) to figure out which syscall to use,...

Bug
plan9

**Description**: In master, EachKey cannot extract from an array of strings. Specifying `foo.[0]` would return nothing for `{"foo": ["a","b"]}`, because EachKey calls the Get function twice and in the case...

Right now, in the drawread function, the Qctl case checks if the buffer is LESS than 144 characters: ``` if(n < 12*12) error(Eshortread); ``` But then it does this snprint:...

I'm using the standalone module on a Debian system, and while it's working great I'm seeing huge numbers of flows between my Docker containers, which are not especially useful to...

I needed to unpack a Message, check which templates the data records referred to, attach those templates, and re-package the message as a binary IPFIX message. Here's a workflow: msg,...