Dave Meehan

Results 55 issues of Dave Meehan

## Problem Test run ok when saving from a test module (for that module only). When "Test Project" is clicked, the Tester Console reports "No tests executed!" ## Expected Behaviour...

I had added a Dynamo DB to my sst config, used it in the app including writing some data. In the process of my work I had to checkout a...

I've now experienced this problem every time I've updated the sst CLI using homebrew. Regardless of the command (install, deploy, dev commonly used), the first run after upgrade produces an...

Possibly related to #728, but without the need for recursive application to the object properties. ``` z.object({ id: z.string().readonly(), description: z.string(), }) ``` As of Zod 3.22.2, syntactically this is...

This is a new app, with Nextjs resource. Literally just started it by creating a nextjs app (`npx create-next-app@latest`) and then `sst init`, then adding the Nextjs resource and `sst...

I use Jetbrains PHPStorm as my IDE, and the new multiplexor mode for sst doesn't play nicely with the IDE: 1. Mouse scroll causes a lot of flicker as SST...

I have been using 0.0.462 for a while without problems. Yesterday I decided to upgrade to 0.0.535 and started getting problems with `sst dev` and `sst deploy`. One part of...

I wanted to write this up somewhere as adding NextAuth has been a bit of a pigs ear (at least at time of writing). I've been dealing with some other...

If there is a `sst dev` instance running, then attempting to invoke another for a different project gives an error ``` There's another "sst dev" session running in ``` It's...

I have a field which represents an ISO 8601 timestamp (aside from created/update timestamps) which I want to be able to handle as a Date object (due to making several...