Andreas Molitor

Results 11 comments of Andreas Molitor

I added most of the scm queries that I understood. Currently I am struggling with scopes - many of the previously recorded tests are now failing because of "NoContainingScopeError"s. I...

Wow thanks for the help everyone! I'm currently dedicating my free time to prepare https://github.com/anmolitor/protoc-gen-elm 4.0.0, but that should only take a few more days. I'll come back to work...

Hi, in short: I think right now we could do this. I'll release a new version with this function in the next days. Below a bit of "Why this wasn't...

I decided to call the function `currentLanguage`. Dynamic mode is more tricky than I thought. Currently, an init function like this gets generated: ``` {-| Initialize an (empty) `I18n` instance....

I released a new minor version which generates the `currentLanguage` function in inline mode (3.4.0) (thought I might as well, since the function will remain there). The function is undocumented...

Do I need to do anything here? I signed the CLA, but it seems like the tests don't run unless someone allows them to?

Related: the white default on the input field can be overridden by passing an explicit `Background.color` attribute, but if you instead use css `background-color` directly (in my case to use...

Thanks for the quick fix! Not blocked on AoC, completed all days on my own so far just using the excellent roc tutorial and documentation. Good job - I am...

For reproduction, I am using this package: https://package.elm-lang.org/packages/timo-weike/generic-collections/latest/ManualDict Further investigation showed that the issue is somewhere in "unwrap", since just wrapping compiles just fine.

Alright, I've found the issue: In `unwrap` I have used `Type.named [] config.dictTypeName`, but I should have used `customAnn` instead. It would be great if the error messages regarding type...