Sean Lynch

Results 203 issues of Sean Lynch

Might be worthwhile to use `/dev/gpiomem` (and fallback if not available) which would allow rootless use of the library. See https://github.com/n8henrie/node-rcswitch-gpiomem for another library that does this, and http://wiringpi.com/wiringpi-update-to-2-29/.

Have you tested multi-part file uploads with this adapter? All attempts I've tried thus far cause the web request via postman to not respond and usually timeout after 5 minutes....

enhancement
help wanted

It appears all the attributes have their own scopes (on the `me` object) and thus `this` is not within the scope of a controller, but it's own scope (scope not...

LayerChart currently has a [Bounds](https://github.com/techniq/layerchart/blob/master/src/lib/components/Bounds.svelte) component that uses a fascade over a d3-scale (see [motionScale()](https://github.com/techniq/layerchart/blob/master/src/lib/utils/scales.ts#L99-L124), which is an abstraction to use either a `tweened()` or `spring()` store. See also [tweenedScale()](https://github.com/techniq/layerchart/blob/master/src/lib/utils/scales.ts#L45-L70)...

question

It would be nice to have an example waterfall/gnatt chart. Some reference examples: - https://bl.ocks.org/mbostock/c957dc9c1f8a0bae58d5 - http://andreaferretti.github.io/paths-js-react-demo/ (click on waterfall demo) - https://developers.google.com/chart/interactive/docs/gallery/ganttchart - https://github.com/commodityvectors/d3-timeline - https://github.com/flrs/visavail - https://github.com/dk8996/Gantt-Chart -...

👋 help wanted
🐯 example

- https://github.com/d3/d3-sankey - https://github.com/tomshanley/d3-sankey-circular - https://github.com/ricklupton/d3-sankey-diagram - https://ricklupton.github.io/d3-sankey-diagram/ - https://bl.ocks.org/tomshanley/b82d9aede85694b1422786ef41536ec5 - http://blockbuilder.org/tomshanley/6f3fcf68c0dbc401548733dd0c64e3c3 - http://blockbuilder.org/tomshanley/c4ed08a828b77a0115f8897f1e246b05 - https://bl.ocks.org/tomshanley/874923fe54b173735b456479423ac7d6 Examples - https://bost.ocks.org/mike/sankey/ - http://bl.ocks.org/NPashaP/cd80ab54c52f80c4d84cad0ba9da72c2 - https://bl.ocks.org/austinczarnecki/cc6371af0b726e61b9ab - http://bl.ocks.org/Neilos/584b9a5d44d5fe00f779 - https://plot.ly/javascript/sankey-diagram/ - [Sankey from...

🚀enhancement
👋 help wanted

- https://bl.ocks.org/mbostock/4063318 - https://github.com/DKirwan/calendar-heatmap - https://github.com/g1eb/calendar-heatmap - https://github.com/patientslikeme/react-calendar-heatmap - http://bl.ocks.org/eesur/5fbda7f410d31da35e42 Maybe consider hourly heatmap as well: - http://bl.ocks.org/oyyd/859fafc8122977a3afd6 - https://vega.github.io/vega/examples/heatmap/ - https://vega.github.io/vega/examples/annual-temperature/

🚀enhancement
👋 help wanted

First let me thank you for this awesome tool, it's exactly what I was looking for (simple online pixel editor). I've just recently have been experimenting with using piskel to...

feature

Discussed briefly in https://github.com/drcmda/react-spring/issues/5#issuecomment-378661614, but it would be nice if react-spring could calculate the to/from states if not explicitly provided, similar to [react-flip-move](https://github.com/joshwcomeau/react-flip-move) which uses the [FLIP](https://aerotwist.com/blog/flip-your-animations/) technique (ultimately `getBoundingClientRect`)...

kind: request
type: help wanted
type: good first issue

I'm creating an issue to track this feature. See **Text objects (only in Visual mode or after an operator)** in issue #1 These are a few of my commonly used...

feature
high-priority