André Dietrich

Results 28 issues of André Dietrich

Thank you for the solution, I found out that elm-apps also crash when screen-readers change the focus or highlight certain elements and this patch was a solution to my problem....

a little modification according to the following suggestion : https://bl.ocks.org/malwoodsantoro/43bba1d03a8d22c10b3e9943eb0c55d1

Hi @tordanik, first of all, great tool. We are using it for our GPS simulator https://gitlab.com/OvGU-ESS/GpsSatFi ... If I try to generate an obj-file for the following location: http://www.openstreetmap.org/export#map=17/52.50956/13.37545 and...

Hi, i just did some experiments with List.map and a `foldl` version of it, which seems to be faster (on average 25%), for different sizes and also when multiple mapping...

I just found out that the application of ScreenReaders for blind, such as the Chrome ScreenReaders results in a crash of an elm application. It seems to add additional nodes...

Maybe the edrys publish-subscibe module could be used as an connector/provider for Yjs? This way, it would be possible to make use of all collaborative projects (also for the monaco-editor)...

Hi, is it possible to use your simulator and API for simulating single circuits only? I mean, if I have a string, can I call some api(string, container-id, other-settings...) function...

# 1. Link to sections via #section-title Currently sections are identified by numbers as URL-fragments `?https://course-url#slideNumber`. It is possible to use the slide number as local references `[link](#123)` but it...

🍭 enhancement

There are still some points that need to be optimized in terms of Accessibility: - [x] Quizzes - [ ] Surveys - [ ] Presentations with updated elements - [...

🍭 enhancement

At the moment LiaScript supports, simple text quizzes `[[solution]]` , selections `[[(**right**)|wrong|wrong wrong]]`, single-choice `[(X)]`, multiple-choice `[[X]]`, matrix and generic `[[!]]` quizzes. Text-quizzes and selections should become part of normal...

🍭 enhancement