Matthieu Pizenberg

Results 102 issues of Matthieu Pizenberg

* Ian's [`Interaction` module][opensolid-interaction]. In this module, a lot of mouse and touch features are reimplemented with additional gestures management. [opensolid-interaction]: https://github.com/opensolid/svg/blob/master/src/OpenSolid/Svg/Interaction.elm

Hi, I'm interested in the [zif file format][zif] in order to create and visualize very large (800Kx5K pixels) zoomable images. The format seems to be based on a tiled big...

topic: formats

If I'm correct, currently elmls is using `elm-test make` to figure out if the tests are compiling. And we've had some discussions if it could be useful to use `elm-test-rs...

I've just tried to use coz for some rust programs but I don't know how to run it correctly. When I try the default example `toy` provided in the `rust/`...

Zola version: 0.8.0 I'd like to have a non-bloated `base.html` template so I made it this way. ``` {# base.html #} {% include "head.html" %} {% include "body.html" %} ```...

enhancement

In `neoformat/autoload/neoformat/formatters/java.vim` I see `clang-format` as available. However, in the doc it is not listed in the supported filetypes formatters and when calling `:Neoformat clang-format` it answers `Neoformat: formatter definition...

Computing self intersection for a polygon or a polyline is not obvious, even if an intersection function for line segments is provided. I recently had to do this so I...

Hi, first thank you very much for this crate! I'm building a rust program calling other executables and using `which` to locate them in order to pass the absolute path...

Hi, I'm trying to port an image processing algorithm to the web with [wasm-bindgen][wasm-bindgen]. The first step is to read a png image. I used this crate for that and...

In case some of the maintainers here are interested, I've updated DVO core to use the current templated Sophus, and removed ROS dependency [in a fork](https://github.com/mpizenberg/dvo). It only compiles dvo_core...