Rick Gigger
Rick Gigger
This happened to me as well
@fragsalat I tested your code and verified that it works. I don't know how to reconcile it though with the official docs on property decorators. from https://www.typescriptlang.org/docs/handbook/decorators.html#property-decorators Property Decorators A...
This workaround worked pretty good for me ``` nodemon --watch ./src --ext ts,graphql,json -x 'node --loader tsx src/main.ts' ```
Yes, I think that's right. Currently Macro does a prefix match in the sense that a route using the pattern '/cows' will match with a path of '/cows/list' but it...
I made the switch for a very small project. It was very seamless and immediately fixed a bunch of issues caused by node-canvas memory management bugs. YMMV but my experience...