Julian Antonielli

Results 47 issues of Julian Antonielli

Hey, it'd be great if elm-format could format glsl blocks and style them properly. Have you thought about this, @avh4?

help wanted
discussion

# Bug description Running elm-format on ``` import Html import Html as Html_ ``` Results in ``` import Html as Html_ ``` Which breaks all the `Html.x` names. This is...

**Is your feature request related to a problem? Please describe.** I'm making a piano-like UI and I need to detect key up events to know when to stop playing the...

## Expected Behavior The lsp doesn't break imports ## Current Behavior The lsp changes ``` import A as B import A as C ``` into ``` import A as C...

Basically the title, shapes are black with a transparent background, which makes them invisible in dark mode:

Currently only `ttf` fonts can be served (because of https://github.com/elm-lang/elm-reactor/blob/master/src/backend/Main.hs#L285), mime types are missing for `otf`, `woff`, `woff2`, etc. So elm-reactor just doesn't serve them. I'm not too sure why...

**Quick Summary:** Trying to install many packages with one command throws a runtime error on the console. ## SSCCE ```bash elm install elm/json elm-community/webgl ``` - **Elm:** 0.19 - **Operating...

Basically, the `accept` attribute doesn't really work that well (setting it to just `image/png` will still let iOS users pick any `image/*` from their gallery, and will let android users...

Hi, I want to render a `128x128` canvas into a window of a possibly different size, how can I do this?

**Description:** In short, `Time.every` has a very different behaviour than `setInterval`, subscriptions to an equal amount of time (i.e, the first argument of the function) get bundled together instead of...