Results 23 comments of Javier Goday

@fsvehla, I have implemented it like this https://github.com/jgoday/zio-json/commit/2f7160a34e37d60b56bf556796920f255fde39fd Two different macros (DeriveJsonDecoderEnum/DeriveJsonEncoderEnum) only for the sealed traits/case objects like enums. Is this a valid approach ? If so, we should...

Not sure it's a bug, from DeriveConfigDescription.descriptor[T] docs ``` * `descriptor[MyConfig]` works only if all the types that forms `MyConfig` has an instance of `Descriptor`. * For almost all the...

@mijicd Thank you for your support ! I have squeash it to sync in with master and fix zio-schema errors.

> @jgoday when you get a chance, please take a look at the remaining compilation issues 🙏 Sorry @mijicd, I was struggling with zio-schema, I still can not use automatic...

Hi, I have tried to implement it in this #612

> Hi @jgoday, we really appreciate your commitment (or devotions, maybe :) ) to Mudblazor > > Reviewing PRs for charts will take some time. The underlying reason is that...

Hi @gbaranski , I'm not sure I fully understand the problem, but given at least two image points, you find the minimum area that covers all of them, crop the...

> Hi @jgoday. I appreciate your PR (this and others). However, the Datagrid is currently in beta status and under active development. We won't review the PR during this period....

> Hi @jgoday > > Because of the latest merge, there is a conflict. Can you resolve it? After that, I can merge your PR. Hi @just-the-benno, sure, I just...

@jszwedko Seems that Timestmap in fn parse_internal (format/parse.rs), try to consume all digits without taking into account next items/formats. I have changed it to allow for the next fixed item...