Andy
Andy
Adding the length of a string is basically adding a very weak second hash algorithm. Isn't this the same as concatenating two hash algorithm results or using one but with...
I was using `create-elm-app`. So there are differences between `start` and `build`: Different Webpack configuration, hot module reloading (?), `--debug`, `--optimize`. The issue you mentioned is highly interesting. If `--optimize`...
I'm trying to limit the cause, but I'm currently not able to reproduce it. As of now I can't be sure, that the identical code was used for the example...
Yeah, I'm sorry, as long as I can't reproduce it, in a useful way, it doesn't make a lot of sense to investigate. I noticed, the styles list depends on...
One class per element? This could be a hint in the right direction. So this is the actual part with the issue.  ```elm viewRightButton : ( Asset, msg )...
What about the issue https://github.com/rtfeldman/elm-css/issues/415? It has a 0.18 example, but sounds pretty much like the "multi class" issue, we have here. SSCCE of that issue: https://ellie-app.com/9P7wNngFQa1/1
Minimal example for two classes on one element: ```elm module Main exposing (main) import Browser import Css exposing (..) import Html.Styled as Html exposing (Html, button, text, toUnstyled) import Html.Styled.Attributes...
## Update Rejecting requests with `ResponseError MethodNotFound` won't help. It will result in a different error message, but has the same effect of swallowing the format request (and second language...
> :o what... is this? Slightly offtopic but `diagnostic-languageserver` is quite handy: It allows you to add [any linter or formatter](https://github.com/iamcco/diagnostic-languageserver/wiki/Linters) to a generic language server implementaiton, without the hassle...
> I think the lsp library automatically determines them based on whether you have a handler for the corresponding functionality Might be the case. But it should also be possible...