Robert K. Bell

Results 8 issues of Robert K. Bell

The value of `readonly` select elements should not be modified. Currently, nice-select displays the selected value, not the value set `readonly`.

# Problem When I hit *Build Elm Project* and there is a single error, it's slightly awkward to go directly to that error, using the keyboard. The *Next Error* and...

Possibly related to #398; I have been using Shelving and swapping branches, but haven't noticed the *IDE Internal Error* icon flash until long after it's occurred, so it's hard to...

# Problem I'd like to use environment variables like `COMPOSE_PROJECT_NAME` in the labels of a service, but they only appear to be resolved in the label values, not the label...

But the readme still says to use that file, which no longer exists. ![the js file has been removed from the npm package](https://github.com/kraklin/elm-debug-transformer/assets/2717397/8137c55c-e0a7-4601-ae75-45bc456b7166) https://diff.intrinsic.com/elm-debug-transformer/1.1.2/1.2.0#file-dist__elm-console-debug.js I tried to use `dist/index.js` and...

I'm adding elm-program-test to an existing project that makes use of elm-http-builder, but I'm unable to reuse the HttpBuilder.Task requests in the simulated effects. This means to use elm-program-test, I...

When: - the view html contains attributes like `Html.Attributes.attribute "contains-double-quote" "\""` - and a selector does not match, then elm-program-test shows an error like: ``` PLEASE REPORT THIS AT :...

For example, this file: ```elm module BadModuleNamedWith exposing (dummyDecoder) import Json.Decode as JD dummyDecoder : JD.Decoder String dummyDecoder = JD.succeed "" ``` would produce Gen code containing: ```elm {-| dummyDecoder:...