Michael Rätzel
Michael Rätzel
In most instances, the initial process to find the root takes less than 15 seconds. So the three minutes with your setup are a lot more. You can check the...
Does it only take so long with your program, or does it also happen when you run an app like [a2aa08658d745522](https://catalog.botlab.org/a2aa08658d745522)? If it is generally slow on your machine, you...
There is no implementation so far to collect or forward what goes into Debug.log in the backend. Currently, the backend uses a javascript engine to run the Elm code. As...
Now that more of the infrastructure is in place, I don't expect any significant challenge for collecting the log entries from the backend app. An open question remaining is how...
Is there any way to reproduce this? I tested here with Chrome Version 95.0.4638.69, and it opened the details for the selected item to the right without covering the list....
> However, in the default split-screen view (showing half text editor, half complied app), the popups stay contained in the text editor area, giving a bad user experience as they...
> I went to https://elm-editor.com/ and triggered the suggestions while importing. > > Here, `Browser` or `Html` is not suggested, even though the rest of the code is using them:...
Here is a video showing how the documentation tooltip looks like in practice:  If you found a case where it does not work as expected, let us know.
> What confused me is that there is no documentation shown for the majority of the identifiers in the default "increment/decrement buttons" demo project that loads when you visit the...
If you want to start development with a complete working app as a template, an easy way is to download the contents of this repository and use the example app...