Tim Wisniewski

Results 184 issues of Tim Wisniewski

I changed it because of a new webpack bug (webpack/webpack#5931). But it turns out I changed it to a value that's not recommended for production (https://webpack.js.org/configuration/devtool/#devtool). Ideally the bug will...

Not sure how it could happen but it appears to be babel/esmodules related. The error is `Unexpected token export` on `dist/popper-utils.js:1002` :-(

bug
v2

It feels a bit slow on mobile. Maybe we can optimize. https://github.com/vuejs/awesome-vue#lazy-load

v2

Desired look: current|desired ---|--- ![screen shot 2017-09-06 at 06 43 02](https://user-images.githubusercontent.com/761444/30108020-a677a81c-92ce-11e7-86e5-5bf255c28af4.png)|![screen shot 2017-09-06 at 06 42 06](https://user-images.githubusercontent.com/761444/30107996-8e4e05e2-92ce-11e7-9a1b-1de4ab705653.png)

v2
help wanted

At the moment it's inlined in the `` tag. Extracting it should improve load times. Though it'd be nice to inline the critical CSS so there's no flash of unstyled...

enhancement
v2

The `data-scripts` folder (currently in the `contentful` or `jekyll` branches) cleans and merges data from open data philly via a command line python script. We'll need to run these twice...

v2
discussion

For quick access to "John Doe" or "33"

enhancement
v2

Current site supports: - By number of voters - By turnout percent - By vacancies - By ward number

enhancement
v2

At this point it's a vue2-leaflet plugin

v2

A fellow in Leaflet's gitter [showed me](https://gitter.im/Leaflet/Leaflet?at=59c8f071bc464729747258bd) how he's used `L.tooltip` for labels: ![2017-09-25-13_03_19-index html](https://user-images.githubusercontent.com/761444/30858719-d322ce4e-a28e-11e7-82b1-7850b5f028a6.png) Tooltip options: ```js {permanent: true} ``` And styles: ```css .leaflet-tooltip { background: none; box-shadow: none;...

v2