Confidenceman02

Results 35 comments of Confidenceman02

I think as a first effort this should be user defined. Perhaps in settings a user can provide a map with the relevant elm programs to bundle. Let's consider the...

Hi @hiddenroadss . Thanks for the issue! You always bring me interesting tricky problems to think about. I love it! My first thought is, adding extra elements like a +...

> When you say "Render a + button inline with elm-select", do you mean add it as a select option(which can only be selected in this case and I'm not...

Would love to know how you go! Shoot through any questions to me if you get stuck, happy to help.

Assuming all worked out ok so closing issue. 👍

Would be cool to use a similar setup as Shadcn and use an endpoint to resolve all the widgets. https://ui.shadcn.com/api/components

In fact, python`dict` is nothing like elms `Dict`. Elm `Dict`'s under the hood are [Red-Black](https://en.wikipedia.org/wiki/Red%E2%80%93black_tree) trees. Constraining this conversion to only work with python `dict` might make the most sense....

Tracking an issue for [Confidenceman02/elm-select](https://github.com/Confidenceman02/elm-select/issues/180)

https://github.com/Confidenceman02/elm-select/issues/176

Hi @RisottoNacho 👋 , Thanks for opening an issue. > This is because they are stored as a dictionary, if they were a list, insertion order could be preserved. Yep,...