Matthew Painter

Results 29 comments of Matthew Painter

@codebling - I was trying to look at your failing tests, but some of them I can't really get to the bottom of (e.g. javascript urls not working) Did you...

Sure, good idea, but I would still rather have something where the API properties can be inferred by reflection rather than more decorators as it becomes much more verbose 👍

@nartc - that's not actually the answer to the original question, I don't think you should have closed it :) I think as @kamilmysliwiec says, "it still doesn't check controller's...

@sriharsha9992 - did you find time to do this?

Here is the diff that solved my problem: ```diff diff --git a/node_modules/@aws-sdk/client-sns/dist-cjs/protocols/Aws_query.js b/node_modules/@aws-sdk/client-sns/dist-cjs/protocols/Aws_query.js index 1b53c3e..3239ee6 100644 --- a/node_modules/@aws-sdk/client-sns/dist-cjs/protocols/Aws_query.js +++ b/node_modules/@aws-sdk/client-sns/dist-cjs/protocols/Aws_query.js @@ -4352,7 +4352,7 @@ const buildFormUrlencodedString = (formEntries) => Object.entries(formEntries)...

Thanks for your reply. Yes, I think that definitely you could support Number, BigInt, String and Long for int64 types. My thinking here was firstly to understand the codebase and...

@ardatan - you can use the branch on my repo, it works, i.e. in your package.json ``` "resolutions": { "**/protobufjs": "mjgp2/protobuf.js#bigint" }, ``` I understand it's going to be targeted...

I'm happy to take it forward, but I think I was waiting for v7 to be released first. Not sure where that is right now?

@alexander-fenster - wondering if there is an ETA for v7 so I can start to work out how to take this forward?

Well, v7 has been released (woo!), and so hopefully we can start to pick this up @dcodeIO ?