Vilson Vieira

Results 33 issues of Vilson Vieira

While using `sharp` to resize a GIF file, it uses ImageMagick that unexpectedly breaks with a `Illegal instruction (core dumped)` while trying to read the GIF and extract metadata. We...

We had some conflicts with `libtiff` while using a [opencv buildpack](https://github.com/automata/heroku-buildpack-opencv) together with vips buildpack. A description of it can be found [here](https://github.com/automata/heroku-buildpack-vips#about-libtiff-use). We [forked](https://github.com/automata/heroku-buildpack-vips) your buildpack and removed all...

(our photobooth.json.js differed, I guess you did a different grouping than me, so I solved it considering your file. just for future reference, mine file is at https://gist.github.com/automata/8707814 )

Distance constraints are really nice, how about angle constraints? That would make it possible to remove those two "diagonal constraints" from this example: http://jsbin.com/risahi/4/edit

feature-request

As described in [this post](http://automata.cc/every-street-in-brazil/), I followed your steps and used [this PBF](http://download.gisgraphy.com/openstreetmap/pbf/BR.tar.bz2) file to generate visualizations of every street in Brazil: ![streets_proc_scaled](https://cloud.githubusercontent.com/assets/49062/12242414/1dae4fec-b880-11e5-8f57-92ee160bf5ba.png) ![streets_proc_inv_scaled](https://cloud.githubusercontent.com/assets/49062/12242415/1dc3c868-b880-11e5-8971-2a01879b3381.png) Just as a heads up to...

Any plans or appointment to make it run on node/io?

We need a kind of button on every node to show up the editor. Similar to "view source" on browsers. Every module (initially iframe one) should also refresh its content...

https://developers.google.com/chrome/mobile/docs/installtohomescreen

add the live code editor (friendlycode fork) as a native node. add two events inside iframework: view node's source and create new module. just work with iframe nodes for now.

create audio nodes as native nodes. select between using Web Audio API (while using Chrome) and Audiolet (while using FF) for now.