Ivan Kuznetsov

Results 8 comments of Ivan Kuznetsov

Hey there! Thank you for feedback. As for video and audio tags - it would be really cool to have, however, I think we'd better build ultimate image gallery first....

Hi @chrismeyers, thank you very much for the contribution! Unfortunately, I'm unavailable to work on the project now. @anandkulkarni Maybe it's possible for you to allocate some developers for this...

Hey! Thank you very much for feature suggestion! Will add global method with `group name` and `image index` as arguments.

Hi! Unfortunately, there's no way yet. I'll modify your issue to feature suggestion a bit later. Thank you very much! Unfortunately, I'm now very very busy and can't add features...

Hi @JesusCrow! You now can add custom source to the image by passing it in directive value like that: ```html ``` In this case, it will open `customSource` image, and...

Thank you very much for all explanations, @JesusCrow! Now I understand about srcset, sorry, should google it after your first request. I think it's very good feature to add! Will...

Hi @ockam! Than you very much anyway! Sorry, don't have time yet to resolve all issues and PRs, I'll come and continue working on the plugin shortly :) Thanks!

As a more elegant temporary fix, you can override `box` back right after opening `Feliz.Plotly`. ```fsharp open Feliz.Plotly // Feliz.Plotly shadows `box`: https://github.com/Shmew/Feliz.Plotly/issues/25 let box = Microsoft.FSharp.Core.Operators.box ```