Chris Rybicki
                                            Chris Rybicki
                                        
                                    Could you speak to some of the motivations of removing Node as a prerequisite (minimizing bugs caused by using different Node versions, reducing the setup needed for integration test runners,...
I had a similar issue with classes with `Map` fields not getting properly reconstructed, although my issue was resolved by noticing that the library only seems to support maps with...
Also, I seem to have no luck getting the annotations to work for converting field which is a Map of Set objects, like this: ``` import {serialize, deserialize, Transform, Type}...
@echeung-amzn Hmm, that sounds like it might be another bug. If you could file a separate issue for it that would be great! It would be especially helpful if you...
Another example: (https://docs.aws.amazon.com/cdk/api/v2/docs/aws-cdk-lib.aws_ec2-readme.html#using-nat-instances)
So it turns out this bug is... sort of intended behavior at the moment. 😅 Automatically tagging packages based on the README is something we did to improve the visibility...
Yep - it's definitely possible to add some functionality that disables this behavior by adding a custom tag to the package, like `construct-hub/do-not-autotag` (and we'd probably want to hide this...
@gabewomble For this issue I was more thinking about when our package library gets larger and increasing the timeout is no longer an option since there's a 15 minute limit...
I think a feature like this could be tricky to add because not all projects published to npm are on GitHub. In addition, information about a package's repository URL provided...
Hi @Misfits09 - can you see if updating the "organization" field in your package.json to a boolean value and re-publishing the library fixes it? See this related issue: https://github.com/cdklabs/construct-hub/issues/900