Evert Pot
Evert Pot
wow that is a bad bug report. I would hate to get one like that. Anyway, I also have an issue install hashlib with npm. I'm trying to install 'webshell',...
Yes, we should be able to!
I think this is a great idea... I think the way this should work is using a environment variable like `KETTING_DEBUG=1`
Agreed, this is a good idea. With ketting 6 this should also be pretty achievable.
Hi @reda-alaoui , Been a while since I looked at this, but wanted to confirm.. supporting etag and if-match is strictly for server-to-server right?
@reda-alaoui forgive my igorance, but don't browsers already do this out of the box? if you send an `ETag`, a subsequent GET will automatically get a `If-None-Match`, no? Or is...
Ah the `PUT` use-case makes sense. I don't think the browser will do this automatically. In that case there's a few questions we'd need to answer: * How can the...
Not making this a 6.0 goal (again). It hasn't really been asked for too much and it's too large.
Thanks for the link. Looks like that could do a lot of the heavy lifting that I didn't feel like doing :D
Yeah, it has a bunch of issues... off the top of my head: 1. No way to programmatically expire 2. No support for `Link: ; rel="invalidates"` which is really just...