Results 217 comments of darkweak

@fa1rid sorry for the delay, can you paste the curl command and the HTTP response headers? Maybe you're sending a `Cache-Control: no-cache` HTTP request header or you have a `Cache-Control:...

@mnot can we merge that please?

Hey @Suven actually, the cache-handler uses a stale response if the context allows it. You must have to set the `stale` directive (by default the `stale` is equal to 0,...

Hello @Sandros94, `s-maxage=100` tells the response should be stored for 100 seconds on shared caches (public/shared caches should not store authenticated requests/responses).The directive `stale-while-revalidate` should contains must contains a value...

@sandros94 @Suven the latest version should fix this issue. (After one year 😅)

@juliens that's actually a draft, I'm actually trying to attach some exported functions to the wasm host but without any success to share the data. Maybe we could work together...

Hello @emilevauge thank you for answering. Does the WASM plugin is allowed to use any library ? (especially the ones that relies on `unsafe`) If yes, we don't have to...

Hey @websitesca that should be implemented in the https://github.com/darkweak/storages repository, but I don't have any idea about what we have to do to run the garbage collection in badger. 🤔...

Hey @stpp2 what do you want to do? Can you give me a request/response to illustrate your mind?