Martin Olsansky

Results 25 comments of Martin Olsansky

@andrewelkins I was actually pleasantly surprised that Cabinet creates date directory path. It wasn't mentioned anywhere :+1:

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 ![Screenshot 2019-12-27 at 18 50 49](https://user-images.githubusercontent.com/7975158/71527030-d1bc1500-28d9-11ea-91ad-2badb4e4ce1b.png) 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

For anyone bumping into this `horrible snippet ahead` ```ts export const apolloServerErrorsMiddleware = (): Middleware => { return (next) => async (req) => { const res = await next(req); //...