Dave Keen

Results 27 issues of Dave Keen

Each function should have a tag saying what version they have been available since.

documentation

In order to pan the editor you need to click and drag using the middle button. Unfortunately on a Macbook trackpad there is no middle button! Can there be a...

Currently all the colours from the Elm compiler are stripped out and Vite shows everything in the same colour. It would be lovely if the colours could be preserved as...

enhancement

Specifically in my app I have a stopwatch running, which works by having a constantly ticking: ``` elm {-| An effect that triggers TimerTick after 1 second -} tickSecond :...

This is more consistent with the naming of everything else in Elm (including `mapCmd` in the same package).

``` elm isAbsolute : Url -> Bool isRelative : Url -> Bool ``` or I suppose: ``` elm type UrlType = Relative | Absolute getUrlType : Url -> UrlType ```

Since `mapListOverTree` only returns `Nothing` if its list is empty, `indexedMap` builds a list based on the length of the tree, and a multiway tree always has at least one...

**1. Read the [FAQs](#faqs) 👇** **2. Describe the bug** It is not possible to animate the `x` and `y` coordinates of an SVG element using `animate`. **3. IMPORTANT: Provide a...

bug

Hi! I've just found this wonderful looking project and would love to use it in one of my project. However, when I bundle my project I get these errors. Any...