Elie Michel

Results 66 issues of Elie Michel

Send a [webmention](http://webmention.org/) to the target link when adding it to shaarli. Webmentions are part of [IndieWeb](http://indiewebcamp.com/).

The following snippet prints null gradients while if using `backward(c, true)` we get the right value (5.0, 2.0): ```C++ using FloatD = DiffArray; FloatD a = 2.0f; FloatD b =...

The following snippet leads a stack overflow because of an infinite recursion: ```C++ using Vector2fD = Array; using Matrix2x2f = Matrix; Vector2fD y(.2f, .3f); auto [s, c] = sincos(0.7853981633974483f); Matrix2x2f...

I am following section 13.2.7 of [the manual](http://www.mitsuba-renderer.org/releases/current/documentation_lowres.pdf) in order to render animation frames on different machines, and in particular creates a so called shallow copy of the scene using...

A common pattern is to offload computing intensive operations in a C++ backend, then provide a python front-end to it. We should have a demonstration of this.

We should profile the amount of new memory allocation when manipulating arbitrary attributes, and organize the API in a way that hints the user into using the most efficient approach....

The *nouns* (or *concepts*) of Snap, like *Element*, *Fragment*, *Paper*, etc. are not defined in the documentation at [doc/reference.html](https://github.com/adobe-webplatform/Snap.svg/blob/master/doc/reference.html). First, this leads to many dead anchor links within the doc...

Copy/Paste nodes with Ctrl+C/Ctrl+V Copy both as a custom MIME data and as text, so that one can copy from/to a text file.

When an operation changes the number of ports. one can emit the new signal `portCountChanged()` from a `NodeDataModel` to trigger an update of the node. **Related issues:** This is an...

When a post contains something like `Foo Webmention.io`, which means it is a reply to Foo, Webmention.io sees itself as the reply target if it is webmentioned. For example, [this...