Matt Brandly

Results 43 issues of Matt Brandly

i'm unable to import large elm project, at least without providing a github token. for example, importing the dependency graph for `stil4m/elm-syntax` causes a rate limit error before all the...

the README mentions > Please note that you must accept the competition rules on the competition's page before running your commands. but it would be nice if the CLI gave...

This could be naive and probably needs way more testing, but I saw #7 and figured I'd give it a shot. I thought it was a good idea to separate...

# 🐛Bug report **Describe the bug** I want to do this: ```jsx {!hasDuplicateTimestamps && ( )} ``` I might have multiple events at a given timestamp. If I do, I...

# 🐛Bug report Before calling `onZoom`, `EventHandler` creates the necessary `TimeRange` that will be passed to `onZoom`: https://github.com/esnet/react-timeseries-charts/blob/aa9c9b368100d78337b562d9e2833f2d90d9de3d/src/components/EventHandler.js#L206-L209 The desired behavior is to produce a `TimeRange` where `timeRange.begin() < timeRange.end()`....

`` and `` are building, but `` is still a mess. opening this to track progress.

# ❔Question hey. thanks again for this library. i'm rendering a chart that's composed of a list of `EventChart`s. i'd like the highlight a range of time on that chart....

fixes #410, [as discussed](https://github.com/esnet/react-timeseries-charts/issues/410#issuecomment-524958414) passing `state` into `label` was straightforward. i'm still checking `isHover` when `label` is a string. is that ideal? also, i updated the outage example, so the...

like this one: https://package.elm-lang.org/packages/izdi/junk/releases.json ``` A web handler threw an exception. Details: packages/izdi/junk/releases.json: getFileStatus: does not exist (No such file or directory) ```

i wrote out [a comment on the current setup](https://github.com/brandly/Lax/pull/95#issuecomment-688599063), so here are some notes on how things should work in the future. currently the dev environment is pretty nice on...