Tim Mensch

Results 46 comments of Tim Mensch

For what it's worth (and for future people who search and find this thread), the relevant code is now: ``` if (this.config['canvas']) { this.canvas = this.config['canvas']; } else { this.canvas...

I just came here looking for exactly the same answer. 😢

Further information: It just doesn't seem to work for me at all. I did a completely clean deploy and it still failed. I'm trying to create and autoscale four DynamoDB...

Sorry, but this happened long enough ago that I don't recall how I resolved it. I think I ditched all auto-scaling from within `serverless` though. At this point this seems...

Awesome, that works. Didn't know that was optional. Maybe the fix is to add "(Optional)" to that field? And maybe some additional docs that show up after you do an...

Just tried out `random` and gave up because -- no TypeScript declarations. I need a seeded number generator for my TypeScript project, and with 3000+ projects out there with declarations,...

I just came here to look for this. I'm on Windows. VS Code has been _completely_ flaky and failing in similar ways to the description above--pretty much exactly since I...

Verified: After bisect, Prisma was identified as the problem. Note I'm running Insiders, but I'm really only running Insiders because the normal VS Code was crashing so much that I...

Additional note based on further reading above: I use the Pretter plug-in on almost every save as well, I use `ts-node`, and I use `nodemon`. Could be a connection to...

Thinking outside of the box a bit. The file `node_modules/.prisma/client/index.d.ts` only changes on `prisma generate`, right? So what you need to do, technically, is to restart the TypeScript server when...