Petri Lehtinen
Petri Lehtinen
This is useful in CI to check whether TOC was updated or not when changing the headings in a markdown file.
Add a typera specific body parser middleware. If it's used, don't require the use of express or koa body parser. Check how it could be typed in a way that...
They're currently produced by io-ts's default reporter, and are very verbose and hard to decipher.
Add something like: ```typescript const combinedMw = composeMiddleware(mw1).use(mw2) ``` `combinedMw` could then be used like normal middleware, and it would combine the results and responses of `mw1` and `mw2`. Not...
## Type errors Type errors like these are hard to decipher, add explanation: ``` // index.ts:24:7 - error TS2322: Type 'Route' is not assignable to type 'Route'. // Type 'Response...
Add bigint/bigfloat types and hooks to allow using external libraries to manage them. There's an initial patch by Deron Meranda here: http://deron.meranda.us/computing/c/jansson-bignum/
All numbers or only overflowing numbers, or maybe two separate flags?
Implement an incremental/restartable parser that doesn’t require all the input available when the parsing begins, i.e. the user could feed the parser with input data as soon as it is...
The only tutorial was written for v1.1 and has not been updated since. There are new (and old) features to cover. There's a starting point for a tutorial using pack/unpack...