Matas Ramanauskas

Results 3 issues of Matas Ramanauskas

So, not sure if I'm doing something incorrectly, but here, I use this code: ```ts @Path('/test') @POST async test() { throw new Errors.NotFoundError('Not Found'); } ``` Then I generate swagger....

Reading this book from: https://mostly-adequate.gitbook.io/mostly-adequate-guide/ch04 Last exercise seems to be missing (thought I found it directly in github repo). Adding img example: https://i.imgur.com/mOC9HXT.png

Gate.io ob feed goes out of sync quite fast. Here is a repro: https://codesandbox.io/s/node-js-forked-bu2mv?file=/src/index.js Update 1: made another repro using regular ws. Seems like problem is still there. So gate.io...