Martin Olsansky
Martin Olsansky
@andrewelkins I was actually pleasantly surprised that Cabinet creates date directory path. It wasn't mentioned anywhere :+1:
Anything being done about this?
This seems to do the job https://github.com/Secbone/koa-session2
What prevents you from wrapping it and forwarding ctx,next? This is per request @Kumagor0  My issue with `koa-session` is that you have to pass...
Guys there is better looking alternative https://github.com/lstrojny/functional-php
https://www.typescriptlang.org/dt/search?search=%40types%2Fmapbox still nothing 🥲 maybe this https://github.com/otris/jsdoc-tsd
Update cert pls 🗡
For anyone bumping into this `horrible snippet ahead` ```ts export const apolloServerErrorsMiddleware = (): Middleware => { return (next) => async (req) => { const res = await next(req); //...