Results 115 comments of Sam Whited

The tests on this seem to be failing. I have been using a forked version of this library to do this for a while; any chance you could update to...

I would like to disagree with the assertion that creating ambiguous routes this way is "sane". If you want ambiguous routes or need them to meet legacy requirements, there are...

Also, consider removing your test binaries dependencies from your `go.mod` file by making `cmd/ftest` its own module or by renaming `cmd/` to `_examples/` or `.examples` which I believe are ignored...

Sounds like you need to set your system LOCALE to UTF-8 or they need to manually specify a locale when opening the docs.

Update: I just used the main nextcloud app and it asked me to re-auth. After revoking and re-creating the app password the notes app started working too. I suppose this...

> I guess the answer is no, but are we aware of any client to test this new CB support? I've got my own library that we could manually test...

Ahh, I removed the "SupportsChannelBinding" stuff but I remember why it can't be removed now: it's part of an interface so we need that method otherwise it's not a Transport...

As a way to make testing this easier I've added a package to Alpine Linux for jackal (which is what I use in my integration tests). It's pretty straight forward,...

I have the same issue and a clean build does not appear to have fixed anything. Maybe this is some missing dependency for translations? It doesn't say what file is...

I can confirm that I already checked out submodules and all the files are there.