Lorenzo Sicilia

Results 21 comments of Lorenzo Sicilia

the actual syntax: `S.object().prop('myDeprecatedProperty', S.string().deprecated());`

It's an interesting feature, not sure how to tackle it. I have the feeling we need to bring an important part of the codebase in Typescript to deliver this. However,...

We could learn something from TypeBox. It has an interesting approach. However fluent-schema starts from JSON Schema not Typescript. On Thu, 6 Aug 2020 at 12:33, GC wrote: > Thank...

@samkohli did you solve it? likely It depends on configuration issues. Could provide more context?

hey @jviray interesting question. The default [ether-js-fetcher.ts](https://github.com/aboutlo/ether-swr/blob/master/src/ether-js-fetcher.ts) doesn't support that. You could create a custom one but I would suggest using directly Etherjs I don't see it as a very...

@brian-mann do you have any update on this one? In October you said soon. I know your backlog is very long but CI logs are quite important. Every time there...

Thank you, @g4rcez, for these improvements! I will let others have a look, too, but LGTM.

@cyberwombat can you test it with #199 fixes?

It would be great to test it, it's unclear if it's really fix the root issue

@greguz without writing ALL the tests, can you check if it fixes the original issue: https://github.com/fastify/fluent-json-schema/issues/198. Of course, if you want to add more test coverage is SUPER welcome, but...