Ian Denhardt

Results 428 comments of Ian Denhardt

Here you go: https://mirror.zenhack.net/pub/docker-spk Quoting JJ (2018-10-02 11:25:14) > I completely understand your point. As I don�t have a ready to use > go-environment I cannot simply build the app...

There are now "official" binaries for MacOS and Linux uploaded to the releases page: https://github.com/zenhack/docker-spk/releases

It looks like this is an issue with the upstream file upload library that davros is using: https://github.com/adopted-ember-addons/ember-file-upload/issues/2

@ocdtrekkie, it is not user specific.

I poked around a bit, and I *think* that in theory nextcloud desktop should handle not supporting range requests OK: https://github.com/nextcloud/desktop/blob/56a6fe4731a8d71c314c44822a960a66acfb9f67/src/libsync/propagatedownload.cpp#L205 That said it's entirely possible that that logic isn't...

These are characters that have special meaning in URLs; I would hazard a guess that fixing this is just a matter of putting `encodeURIComponent`/`decodeURIComponent` in the right places.

Yeah, this should be as simple as breaking out the existing write permission into finer grained permissions/roles, and updating the relevant checks.

I have some interest in making this happen (this library is a dependency of something I want to run in the browser). From skimming the implementation, this seems pretty doable...

Just hit this myself; looks like an upstream bug that was fixed here: https://github.com/modern-go/reflect2/commit/835802817d782825522f9d3fb740b00139f42e2, but version 1.1.9 has a version bound on reflect2 that allows versions without the bugfix. Upgrading...

A while back after discussion with @lthibault we wrote https://github.com/capnproto/go-capnproto2/wiki/Ref-Counting. Probably this should be cleaned up and more centrally integrated into the docs.