Dmitrii Kovanikov

Results 365 comments of Dmitrii Kovanikov

Hi @Nimor111, that sounds great! I appreciate your enthusiasm 😊 However, note, that this particular issue is a bit challenging. Property-based tests for this issue include generating a random value...

Hi @samhh, thanks for submitting the issue! This indeed looks like an unexpected behaviour :disappointed: `tomland` uses `Text` internally, and during encoding `Text` is printed using the `show` function. The...

Depends on: * https://github.com/kowainik/validation-selective/issues/62

At this stage, this will require to rewrite a lot of code, and I don't see a reason to do this without compelling use-cases. They may appear in the future,...

We may change AST even further to be able to preserve the initial ordering of fields. This may be useful in the situation when you want to change some parts...

@ramanshah I think your first idea can be addressed. We can have a data type like this: ```haskell data Order = Order [Key] PutRest data PutRest = Beginning | End...

@ramanshah I think that your example with `products` under the previous PR is excellent. It would be nice to have it in the library documentation! I think you can add...

Hi @everythingfunctional! Thanks for reporting the problem with the specific use-case. `tomland` indeed doesn't handle implicit tables in the same way as explicit at the moment. The problem is that...

Hi @TomMD! Your proposed implementation of `semioptional` is almost how `dioptional` was implemented initially and this implementation was removed in favour of current `dioptional` in this PR: * https://github.com/kowainik/tomland/pull/101 It...

Hi @AlistairB! Sorry for not returning back to you earlier. We are kinda busy and lacking the free time to maintain everything... It's great that you provide a real use...