Mateja Petrovic

Results 5 comments of Mateja Petrovic

The upgrade is simple with the most noticeable difference lying in `src/models/User.ts` as can be seen in the following [diff](https://github.com/microsoft/TypeScript-Node-Starter/compare/master...mateja176:feat/upgrade-to-typegoose) (other file changes are mostly unrelated).

Ran into the problem implementing a recursive mapper type: ```ts export interface Route { path: string; label: string; icon: React.ReactElement; } export type Routes = Record; export interface NestedRoute extends...

@flxwu Thank you very much for you effort Felix, could you give us a brief progress update on the enhancement? Btw, I'd be happy to help.

Right now when you attempt to install type definitions for [ml5](https://www.npmjs.com/package/ml5) like so ```sh npm install --save-dev @types/ml5 ``` you are met with the following error: ``` npm ERR! code...

This is possibly an xdefi browser wallet bug given that the `tx.input` aka `tx.data` is failing the `isHexString` check because it doesn't start with `0x`. Can you confirm this assumption...