Harikrishnan Shaji

Results 6 comments of Harikrishnan Shaji

What would `||` look like? ``` if (condition) { ... code x } if (anotherCondition) { ... code x } ``` ?

From my preliminary investigations: 1. `statusCode` and `error` are added by fastify. We should be able to modify it in the handler. Map `statusCode` to `code` and ignore `error` entirely....

I'm thinking we can add something like an `extra` field to an Error object. And the handler checks and destructures the value of that key if it exists into the...

> We could also consider handling errors thrown by ssz types e.g. `JSON expected key ${jsonKey} is undefined` in [container.ts](https://github.com/ChainSafe/ssz/blob/6220d320b004ea80bd30925487ac0f3299295528/packages/ssz/src/type/container.ts#L347) but unless ssz throws a specific validation error this will...

> Hi @har777 , are you still working on this PR? @philknows sorry I completely forgot about this one. I'll work on the comments this weekend and request a review...