Nick Johnstone
Nick Johnstone
Hey @whitecolor! This is such a cool project. I think users might be confused between what this does and what cycle-restart does, so I'm going to first outline how I...
Hello, I've encountered an issue with the `linearGradient` function. ```elm > import Color exposing (Color) > import Color.Interpolate exposing (..) > import Color.Gradient exposing (linearGradient) > palette = [ Color.white,...
Hello, I work in a team that's using Elm and we're very happy with it, thank you all for your hard work. We have encountered a runtime error when attempting...
This makes it difficult to initialise `raygun4js` asynchronously, which is becoming more common. Related: #453, #383, #259
Currently, `raygun4js` wraps the console methods in order to create breadcrumbs from console messages. Unfortunately, this causes the console messages to show up as being logged from `raygun.umd.js` or equivalent...
Options are only applied when `rg.init` is called, which means that calling `rg4js('options', ...)` after the page has finished loading will not apply the options. You can workaround this by...
_From @kristianmandrup on March 17, 2017 20:39_ Which test frameworks are currently supported? Please specify. I'd like to use [ava](https://github.com/avajs/ava) Would just require support for async/await for `Time.run()` I think?...
It would be nice if the HTTP driver provided a helper for mocking the HTTP source, comparable to mockDOMSource or mockTimeSource. The API could be comparable to mockDOMSource. Maybe: ```js...
_From @real34 on February 11, 2017 10:11_ First thank you for this great driver! It would be great to have diagrams exported as images (seehttps://github.com/ReactiveX/rxjs/blob/master/doc/writing-marble-tests.md#generating-png-marble-diagrams-from-tests) for several reasons: * living...