Mike Perrone

Results 12 issues of Mike Perrone

### A note for the community * Please vote on this issue by adding a 👍 [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) to the original issue to help the community and maintainers prioritize this request...

type: bug
domain: performance
needs: more info

**Is your feature request related to a problem? Please describe.** The generator produces code that is not compatible with PEP 681's `dataclass_transform` interface. For more details see https://github.com/microsoft/pyright/issues/7166 **Describe the...

https://ts-morph.com/details/types#telling-type > If you see something that doesn't exist here and should (there's a lot missing), then please log an issue or submit a pull request. **Is your feature request...

### Description I would like to utilize the [reactions.add](https://api.slack.com/methods/reactions.add) method to react to a message ### Feature request #### Potential usage example ``` - name: React to an existing Slack...

enhancement
semver:minor

Ask to document which exceptions request() might raise I notice that the .[json function documents that it might raise](https://requests.readthedocs.io/en/latest/api/#requests.Response.json) a `JSONDecodeError`. This is very helpful for writing comprehensive error handling...

Minimal spec with a regex that has an escape character: ```yaml openapi: 3.0.0 info: version: 1.0.0 title: API for Regex Test paths: /test: get: responses: '200': description: A test endpoint...

Addresses https://github.com/recap-build/recap/issues/429 Adds a new type `UnknownType` for situations where converters can't figure out an appropriate existing recap type. This does not have comprehensive test cases and I'm not sure...

There may be situations where there is a field that cannot be understood by the recap converters, or cannot be represented in Recap, or based on the particular source system...

Like was added to postgresql https://github.com/recap-build/recap/pull/414

In https://github.com/recap-build/recap/pull/414#discussion_r1457938365 when implementing Postgres enum support, it was going to be additional effort to also support arrays of enums. I excluded it from the scope of that PR, though...