Robbie Mackay
Robbie Mackay
It would be helpful to have a method that removes all defaults from an object. Similar to `.partial()` or `required()`. My use case is that I have a type for...
Is it feasible to extend this to support multi-region signatures?
I often want to generate a test release of a package however the Projen release flow will always bump the patch version. It would be great to support locally generating...
### Summary The recently added idempotency feature adds a dependency on jmespath. While that package has many downloads, it hasn't been updated in 2 years. This seems like a concern...
Could handleFetchResponse be exported so that it can be reused with custom Thunder clients?
An intersection like this ```typescript const schema = z .object({ packageCount: z.coerce.number().optional() }) .and(z.object({ packageCount: z.coerce.number().optional() })) schema.parse({ packageCount: 'asd' }) ``` will result in 2 invalid_type errors instead of...
Fix typo `lables` in issues update request. Fixes #45
I'm sending an update with `gh.issues.update(issueId, data)` .. data has a list of issue but none of them are being saved.
Making it easier to work with list items by giving them unique ids.