Simon Hampton

Results 42 issues of Simon Hampton

#### Expected Behaviour Charts on mobile screens should fill whole width of container #### Actual Behaviour Seem to have width set at half the "real" size, i.e. based on the...

I use a sync program to keep my to dev computers in sync. It works in general, but I experience issues with elm-test, as when I switch from one computer...

I am hitting a Debug.crash with some of my tests. In other words I'm reaching a place that I thought was impossible to get to so i'm pretty keen to...

I'm using this jade on the client side ``` div( class="btn btn-primary btn-upload" upload-button url="/api/gps" method="POST" required="true" on-success="onSuccess(response)" ) Fileupload ``` And receive in nodejs with ``` exports.receive = function(req,...

create a program with ``` view = textarea [type_ "text", value "hello world"] [] ``` > Uncaught TypeError: Cannot set property type of # which has only a getter

Take a look at https://ellie-app.com/7ZFCDMKy54sa1 . Look at the red square using the dev console and note the padding is a mixture of 5 and 20px. Click the button. Expect:...

I think I followed the instructions correctly, as I do have the hello world post showing. I then created an About page with slug `about`, but when I click on...

The question came to me when considering a css styles autocomplete. Type in `color` and - for 5 results - you get a bunch of results `border-...-color`. I'd like that...

I'm stuck creating a simple marker. In my component I have `this.resto = {lat: 4.7, lng: 52.5};` and in my html ``` ``` but I end up with the error...

I'm struggling to work out how to monitor changes to the web comp attributes using "attributeChangedCallback". I will feed any changes in via ports to my elm code