Mike Cann

Results 98 comments of Mike Cann
trafficstars

![image](https://user-images.githubusercontent.com/215033/55286322-c5e40680-53cc-11e9-9158-35d722057d2e.png) Here this solves it recursively, it makes your brain bleed a little trying to work it out tho.. ``` type Scalar = string | number | boolean; interface User...

BTW using the above one could make a very nice fluent syntax using just a bit more typing and proxy objects. ![image](https://user-images.githubusercontent.com/215033/55286788-e3b46a00-53d2-11e9-834b-e0e19f7a7ba6.png) ``` type QueryArgsMap = { markTagSuggestions: QueryMarkTagSuggestionsArgs; marks:...

@helios1138 Awesome. I think you should go with your technique if you can get it to work. I spent half a day trying to come up with a clever non...

Its pretty easy to do something simple yourself. This is what im rocking right now and it works pretty well: ```ts import apm from "elastic-apm-node"; prisma.$use(async (params, next) => {...

Nice thanks :)

Has this PR stalled? Would love to see it go in for those of us tring to build things in CSP environments.

I too am struggling with this issue when building for a chrome extension using esbuild. Has anyone got a workaround this?

@Jack-Works ye I ended up doing something simmilar thanks to evanw's help: https://github.com/evanw/esbuild/issues/1006#issuecomment-802611119

> I was working with DynamoDB a couple months ago and I noticed that there is no good ORM for DynamoDB in Typescript. Yes you are quite right, I am...

Infact there are a bunch of dead links (the table of contents)