ecyrbe

Results 72 comments of ecyrbe

Not exactly, your use case would require to also handle data extraction from zodiosError. This proposal does not handle this use case. But if it's easy to add, we could...

Thank you for taking the time to report this issue and also to create a reproductible example. This will be fixed today as it should be an easy fix. to...

Sorry for delay, not as easy as i thought.

> I think this might only separate and make the `parsing` part opt-in but not the `evaluation/matching` part? as currently we still check if the user pass in just `string`...

It's indeed really weird. Since you are exporting the type it should use the exported type. Can you try to use [tsup](https://tsup.egoist.dev/) to generate the build and check if the...

Can you try but making HOTScript a peerdependency ?

The variable should be available in the else statement. As a c++ developper i can't find any reason why you would hide the variable in the else statement. All the...

This will be available on v11 as it's a breaking change

I'm waiting for tanstack query v5 before releasing v11, else this would be Bad to release another breaking change soon after.