Yakir Luc Gagnon

Results 95 issues of Yakir Luc Gagnon

How can I use the SPI API here to control a DotStar LED strip? To control a DorStar LED strip from an RPI I'd _normally_ connect the LED strip to...

Feature request for the far future: add controls for PWM. This is really just a place holder for a todo. Not an actual issue...

help wanted

When building a full-stack app, I find it frustrating to define basically 3 nearly identical types: 1. What I consider the main struct: defining the logic of the type disregarding...

The `Point2f`s that `decompose(Point2f, Rect(0, 0, 1, 1))` returns are not sorted in a clockwise order (nor counter clockwise). This is not ideal because plotting a decomposed rectangle doesn't work:...

This is a yet-another-synchronous-update problem. I'm mainly submitting this issue for book-keeping purposes. This specific example concerns `contourf`: ```julia xs = Observable(1:10) ys = Observable(1:10) img = Observable(rand(10,10)) contourf(xs, ys,...

I just discovered that I can't update the shape of the data when using `contourf`: ```julia julia> img = Observable(rand(10,10)) Observable{Matrix{Float64}} with 0 listeners. Value: [0.26012042174488126 0.6155168366602535 … 0.8833955468295739 0.7253659877385812;...

I'm trying to use PyCall on a Raspberry Pi... Currently I'm getting these errors from these commands: ```julia (v1.2) pkg> build PyCall Building Conda ─→ `~/.julia/packages/Conda/kLXeC/deps/build.log` Building PyCall → `~/.julia/packages/PyCall/ttONZ/deps/build.log`...

Just added a download so that the user doesn't need to manually do it.

category: bindings julia

Is there a simple way to integrate the resulting interpolation (e.g. `integrate(itp, xmin, xmax, ...)`? I'm thinking of using `Cubature.jl` right now, but it seems like there would be a...

wishlist

So once #163 is solved, it would be very useful (particularly in the realm of Images) to integrate an interpolation within a shape. This is useful if we interpolated an...

wishlist