Shane H

Results 8 comments of Shane H

This looks great. From a marketing point of view, it would be really cool to see a "time-lapse" style animation of the whole US map, adding each event 1 by...

Probably the easiest way to do this is to use something like [VueJS ](https://vuejs.org/)for the templating engine, Combine it with Material UI with [Vuetify](https://vuetifyjs.com/en/), and the front end gets much...

That's certainly true, as well. A reusable template front end is a reusable template front end, whatever way you go with it. I've never really enjoyed working with React, so...

@john-osullivan if it will help, we have the 32 issues she has listed on her site right now on the WarrenPlanBot [repo](https://github.com/joegoldbeck/wpb-bot/blob/master/src/plans.json), and we have the ability to parse all...

> Where do I vote? At this stage, we prompt the user for an address and then make a request to Google Civic API, or something similar, to get polling...

I like that you can see the whole thread/chain of replies when authoring since it's hard on mobile to alternate between views on the display. It's not like on desktop...

But the larger issue then is that we have 2 different schema definitions that rely on which value is present in the timeRange field. If "YOY" => use yearOverYearTimeRange, if...

Any chance you guys can help me conceptualize this using promises? I've been using this with https://github.com/limonte/sweetalert2, but the author feels an alert queue is "spammy" (https://github.com/limonte/sweetalert2/issues/125). However, it's a...