Orasund
Orasund
In the doc of the [body-parser](https://github.com/expressjs/body-parser) you can find that the post-limit is at 100KB!
I second this. I would like to have my functions that return Html tested. In Particular, I do not care if it looks correct, just if it compiles.
Found a workaround by adding ``` |> always "Ignore this line" --> "Ignore this line" ``` to the end of the code.
I believe a drawer is not a good first contribution, because you will need to solve two seperate problems first: * Shade - no matter how many drawers will be...
This bug relates to https://github.com/mdgriffith/elm-ui/issues/270. I will need to come back to this issue once it's fixed. An easy fix is to use ``` Material.iconButton |> Customize.elementButton [Element.width Element.shrink] ```
Implemented Hotfix in 3.0.1. I will keep this issue open until it is fully resolved
Actually, it might be best to split it up into 3 different widgets: `ChipInput`, `FilledInput` and `OutlinedInput`. It's definitely something I do not want to rush. So I'll not include...
I actually have already something to show: [Checkout this Documentation](https://orasund.github.io/elm-tracery/) You find the [code here](https://github.com/Orasund/elm-tracery/tree/main/generateDocs). The steps needed to get to the documentation where the following: 1. Create an Elm...
Short answer: CIE-LAB and CIE-LCH. Long answer: I noticed that your maths functions are not very nice. While looking into algorithms for adding and blending colors, I found out that...
Thanks for your response, but your suggestion did not work. Its still the same as before. ☹