Cassondra Foesch

Results 31 issues of Cassondra Foesch

When `heartbeater` receives a close notification, it stops receiving on `c.deadlines`, this gives a race condition where it is possible for the `reader` goroutine sending a deadline on the `c.deadlines`...

bug
awaiting response

There is a race-condition where we ask for a StatVFS, and then check it against the current results. This has one a number of occasions caused tests to fail, despite...

So, I’m checking in and pushing a PR very early here, so that others can get a sense of how the client refactor will look like after integrating the filexfer....

I figured, I have everything necessary to give this a shot, what could possibly go wrong? Maybe it would expose the issue with the `io.Copy` mentioned in #433 ? I’ve...

Most of the proposal is right there in the title. What with `io/fs` being rolled out in go1.16, we have a big opportunity to remodel, simplify, and rework our API....

The closer this library matches the os.File object the more easily functionality can be wrapped with interfaces. The `(*Client).ReadDir(path string) ([]os.FileInfo, error)` should probably also include an "n int" parameter...

enhancement

Addresses: * https://github.com/go-test/deep/issues/3 (diffs are reported from their `reflect.Value` which will use `fmt.Stringer` if implemented * https://github.com/go-test/deep/issues/22 (`TimePrecision` will use `Truncate` on `time.Duration` and `time.Time` if non-zero) * https://github.com/go-test/deep/issues/32 (`Equal(bType)...

I’m documenting a few edge-case bugs that came up while I was tinkering with the package. I have a branch with fixes for most of the currently open issues as...

This does not cause an import cycle while compiling, so no one’s builds have broken, and go does a decent job at caching the `go.mod` downloads, so no one has...

**Describe the bug** We sometimes see `channel.state.last_message_at` with a value of `1754-08-30T22:43:41.128Z` **To Reproduce** ``` channel = stream.channel("messaging", conversation_id, { "members": user_ids.map ( el ) -> el.toString() }) channel.create() .then...

bug
status: unconfirmed