Philip Bergqvist
Philip Bergqvist
This issue has been bugging me for too long now. numbro seems to handle this fine, so I will probably switch to that instead.
+1: the ORDER BY clause in the query seems to be completely ignored.
Ah, I forgot that `map` is a valid HTML element. But, even if I don't use self-closing tags, a component named `MapView` doesn't work :/ https://jsfiddle.net/e2yxoomh/11/
Hmm ok. Well, it seems uppercase works for the first character. - Foobar => Works - FooBar => Doesn't work
Ok, thanks. In any case, some warnings would be useful. I wasted quite a few hours trying to figure out what was wrong.
Indeed. The chart can shrink, but once it's shrunk it won't expand again (because of max-height). http://i.imgur.com/hbvDUkX.gifv Once the chart has shrunk it doesn't work to call resize() or flush()...
Yes, that's an issue I've also run into now. My charts are contained by divs that may resize even if the browser window doesn't resize. Apparently DOM elements don't fire...
Ah ok, that's what I thought. I added the following to ensure bodies (and headers) are never sent to rollbar. ``` transform: (data) => { delete data.request?.headers; delete data.request?.body; delete...
Thanks for the feedback! Indeed, the current structure worked well initially, but as there are more cities/areas now I've been planning to change the structure.
+1 (Just tried to watch NASA TV live. It just constantly spins).