aegian
aegian
I did review your question and while waiting on my branch to see if it apt for merging to here. You can check out this branch with your problem. What...
I made some changes to the project but waiting on approval to get them merged, in the meantime what you are asking can be done check it out here https://github.com/sainzg/httprouter/blob/main/params_test.go...
after you download types.xsd add these 2 types and then generate again .....
Here are the dependencies installed, node v16.4.0, npm v7.19.0 "dependencies": { "@types/uuid": "^8.3.0", "add": "^2.0.6", "body-parser": "^1.19.0", "compression": "^1.7.4", "cors": "^2.8.5", "cross-env": "^7.0.3", "date-fns": "^2.22.1", "dotenv": "^10.0.0", "flatpickr": "^4.6.9", "fs":...
Thanks @Oliver-Piorun it worked, only getting a strange message (node:5164) [DEP0148] DeprecationWarning: Use of deprecated folder mapping "./" in the "exports" field module resolution of the package at d:\project\test\\node_modules\tslib\package.json. Update...
Hi Oliver, thanks for your reply. No it does not affect build/run at all.
if it's still active then please update it so v2.1.1 can be referenced in go.mod currently only v1.0.0 can be used
How would you approach this case below, without the answer of protojson to unmarshall into a predefined message but to a simple struct that is part of the message instead?...
Here is an example of what I'm facing as problem, some others have said to use protojson to unmarshall into a proto message but that is not what I need....
It does not help either, I ended up having to force the variable to send the iso datetime string instead and manually. Thanks, Gustavo On Thu, Apr 18, 2024, 00:28...