MartinSStewart

Results 78 issues of MartinSStewart

If I run elm-doc-preview, it will successfully show me my package documentation but after about 30 seconds, it will crash and the documentation I was viewing will refresh and tell...

bug

Steps to reproduce: 1. Download [program.zip](https://github.com/elm/error-message-catalog/files/2333122/program.zip). Alternatively, run `elm init` and add a src/Main.elm file containing ``` module Main exposing (..) a = 5 ``` 2. Run `elm reactor` and...

`It seems that yinYang} does not have any docs. Please open a bug report here with the title “UnknownBlock found in docs” and with a link to this page in...

For normal text I can double click it and to turn it into a text input that I can then edit. It seems intuitive that the same behavior would be...

enhancement

When opening https://elm-designer.passiomatic.com/ for the first time (or after I clear local storage) if I click and drag a primary button onto the page, and then drag the primary button...

bug

Parameter missing from C.bars function

While using the Elm plugin for Parcel I've noticed that whenever the page I'm working on hot reloads, any scroll offset on the body gets reset. This is a problem...

I'm working on adding the ability to play sine/square/sawtooth/triangle waves to `elm-audio`. Currently `elm-audio` has it's own `type alias Frequency = Quantity Float (Rate Cycles Seconds)` and a `cyclesPerSecond :...

I wanted to represent bitrate, aka bits per second, when I noticed there isn't a module for bits. I guess there would be two units, `Bits` and `Bytes`, with helper...

I wanted to take an existing url and modify the query parameters. I noticed `Url` is just a record type so I figured the correct way to do this is...