Mike Perrone

Results 44 comments of Mike Perrone

https://github.com/vscode-shellcheck/vscode-shellcheck At a cursory glance it isn't that simple, but this is an obvious place to start figuring out how. Maybe someone from there would be motivated to help?

[Here it is in the playground ](https://openapi-zod-client.vercel.app/?doc=PYBwpgdghiCWBcACAzAOgAwYFCwgM2Hi0UQDcwAnAZ1mAiQEYNsSAXWVgGzCQEEAFAJKICFRACUwAczAAPRABUwVVlhBRWACypESAelbLWukohnHipkhWUg6VZSaskA5ACZ06F0%2BckAJsoAxhSwIOx0fIiGKoiQfna4qr5WgXSGEBbJzjAgnLCBGrQQegBWVBGWWVZUgZpgALZQPlWmrACe4EjAAEYlYIFJLc4gFKCU7I6VQ1Y2MrKNrLXN060dPIgqIRBSUyum6qyGFPSIqADUADp650A)

Here is a pull request containing a failing test showing this behavior: https://github.com/astahmer/openapi-zod-client/pull/197

I see that you merged https://github.com/astahmer/openapi-zod-client/pull/197. I'm interested in trying it out, but it looks like there was not a new patch version published. Was that intentional?

@astahmer it looks like you merged the PRs without my confirmation. There are some more regular expressions I want to make sure work, for example `/\d`, the regular expression matching...

I haven't had time to go back to this, but I'm confident that there is still a bug in the current version around this behavior.

@astahmer would you be able to fix this bug with regular expression translation?

@astahmer I spent a good amount of time trying to understand what's going on and in the end I corrected the test and reverted the change you merged: https://github.com/astahmer/openapi-zod-client/pull/288 I...

Ah yes, forgot/missed that. Thanks for taking a look