ChristophP

Results 88 comments of ChristophP

@brillout I see, so it's more suitable to set up tracking, error logging, consent layer etc

Hi there, @avh4 what would be the API design concerns regarding the use cases that would prefer `fromHex` to be `String -> Color` instead of `String -> Maybe Color`? As...

Hi, I was excited to try out the example too, but unfortunately also couldn't get the example to work. The example specifies code that uses `wasi.getImports()` which I believe has...

Also since the example suggests using parcel, I'm not sure if parcel v2 still works with it the same way.

This is what Safari complains about: ![image](https://user-images.githubusercontent.com/5880236/41318942-65fffea8-6e9a-11e8-9dbf-a15438cb1e47.png)

@debois It's been a while. :-) Guess this can be closed if it's not going to be merged.

Sure, I will open one as soon as I find some time to do it.

Okay I opened one here https://github.com/debois/elm-dom/pull/14.

For completeness sake: It's not working right on package.elm-lang.org right now. Go to this page https://package.elm-lang.org/packages/elm/browser/latest/Browser-Navigation and click on the first link to `Browser.application` and watch the page do a...

## Additional troubleshooting info ### Setup Run this script which creates a folder with 3 files (`.swcrc`, `package.json`, `index.ts`) setup a test sample for comparing `swc` and `parcel` results for...