Chris Dostert

Results 54 comments of Chris Dostert

is this getting merged?

Another scenario to consider why this should be added: lets say i have a few distinct search operations on a photos resource: Get: /photos?mentions=Jim "retrieves photos where jim is mentioned"...

@earth2marsh yes they are distinct methods. They perform different operations and should be individually documented.

@webron and @fehguy , welcoming discussion regarding why an API containing the operations above either conflicts with the "Swagger point of view on API design" or, if it provides a...

@fehguy the concerns raised by your examples are squelched if you only consider the presence of query parameters and not their values (as operation discriminators). Thoughts?

I mean you get into personal preferences with that question right? a path based implementation of the examples might be something like: Get: /users/jim/photos-mentioned-in "retrieves photos where jim is mentioned"...

sorry for late response but @davidnewcomb wait.. I said no such thing AFAICT; not sure where that quote back in 2016 is coming from

Any updates or ideas on a plan to solve this? `chown` / `chmod` on mounted files is pretty commonly needed and likely a blocker for a fair number of folks.

FWIW, https://github.com/tus/tus-node-server/blob/master/lib/stores/GCSDataStore.js#L151 is definitely wrong as pointed out by @nfriedly ; new offset needs to account for existing offset, not start at 0. Currently upload of single chunk works but...

also seeing this issue; using mongodb atlas & elastic cloud