kewaopcode

Results 7 comments of kewaopcode

Had the same issue on linux (not sure why it happened, maybe because i use xmonad), try **appDisableAutoScale True**

Links to what? elm-ui or places where you conditionally use nodes and attributes ?

viewIf: https://package.elm-lang.org/packages/elm-community/html-extra/latest/Html-Extra#viewIf viewMaybe: https://package.elm-lang.org/packages/elm-community/html-extra/latest/Html-Extra#viewMaybe attributeIf: https://package.elm-lang.org/packages/elm-community/html-extra/latest/Html-Attributes-Extra#attributeIf attributeMaybe: https://package.elm-lang.org/packages/elm-community/html-extra/latest/Html-Attributes-Extra#attributeMaybe (all of these combinators require empty node&attribute that does nothing) also, elm-ui: https://package.elm-lang.org/packages/mdgriffith/elm-ui/latest/ it is a cool alternative to css, maybe you...

Well, they are really similar, so i think the most interesting parts are **fillPortion:** https://package.elm-lang.org/packages/mdgriffith/elm-ui/latest/Element#fillPortion **layout debugging:** https://package.elm-lang.org/packages/mdgriffith/elm-ui/latest/Element#explain > **before:** > ![image](https://user-images.githubusercontent.com/64617713/168480633-5f7144c1-fb35-416c-90f0-954c54de4ade.png) > **after:** >![image](https://user-images.githubusercontent.com/64617713/168480580-c82e4070-23f1-4454-a094-110cbda7f2d8.png) ## and maybe **paragraph:** https://package.elm-lang.org/packages/mdgriffith/elm-ui/latest/Element#paragraph...

Is it going to be fixed? This is the second time i face this issue having literally no idea what is going wrong, thats kinda sad

> The majority of people don't read the docs/wiki/changelog, so in practice this is just more work for little reward. > > I don't get why people prioritize to run...

weird, i cant even exec stylish-haskell with equals "same_line" `app/Effectful/Cereal.hs: :68:41: error: parse error on input ::'` ``` data BinGet :: Effect where GetWord8 (here):: BinGet m Word8 ```