dhmw

Results 11 comments of dhmw

This is absurd - how can this not be implemented?

I looked into this a bit and found that null was being deliberately excluded from mapping; I've raised a PR to rectify this: https://github.com/shiftcode/dynamo-easy/pull/361

I can confirm this is still an issue with the latest versions.

This issue is not stale - I'm also looking at running refine dev in a container next to my APIs all in the same compose stack. This is preventing the...

I have been surprised today to find out that my services do not in fact support IPv6 despite the presence of AAAA records created by this plugin. I am looking...

Same here. There seems to be very few tools available for generating API specs from TS types. This project looks very promising and I like the idea of the contract...

This appears to be mostly due to the really old version of `ts-morph` that spot uses; I have a local copy updated to `[email protected]` and most of these errors go...

PR to update dependencies just enough to make it work https://github.com/airtasker/spot/pull/2061 EDIT: I have been going deeper using this tool on my types, and I have to say that the...

This change has been helpful, thanks, but I have to point out there's a typo in one of the env var names `TERRRAGRUNT_IAM_ASSUME_ROLE_WEB_IDENTITY_TOKEN` You've got too many `R`s in `TERRRAGRUNT`.

Digging a bit further into this - I don't understand the auto verified attribute requirement here. The import fails for any user with no `email_verified` attribute, or if the attribute...