Matthieu Pizenberg

Results 102 issues of Matthieu Pizenberg

All is in the title. I've been enjoying Helix for rust / elm / python dev. I also have some DIY embedded projects and thought it would be awesome to...

C-enhancement
A-language-support

It is a bit far from now, but one thing that would be great to optimize "real-world" performances would be to use "real-world" packages registries. For example, we could build...

There has been many more active contributions in the past few months and I realize we don't have any guideline except the small paragraph in the readme. I think it...

I'm currently writing the v0.2 -> v0.3 upgrade guide and realizing we still have the name `Range` for our default impl of `VersionSet`. However, this is not exactly the same...

help wanted
good first issue

It was mentioned [in a comment on reddit](https://www.reddit.com/r/rust/comments/ob721q/announcing_version_021_of_pubgrub_a_dependency/h3w8hs1) so may be worth exploring.

While solving all elm packages, I stumbled upon quite a lot of unsolvable packages, for different reasons. I've classified those errors in different categories and I think it would be...

I've been playing with making a [WebAssembly solver for the Elm ecosystem](https://github.com/mpizenberg/elm-solve-deps-wasm), with the aim of it being easily usable for tooling written in JavaScript. The wasm API I've settled...

In some pathological cases, it's possible the solver takes much longer to find a solution. For any given dataset of packages and versions, and a given dependency provider, it is...

```sh ❯ roc --version roc nightly pre-release, built from commit 010aed88f9d on Wed May 8 09:12:51 UTC 2024 ``` I’m currently testing Roc on macos with an M3 chip. In...

Currently in version 1.1.1, the `expectBytes` function has the following signature: ```elm expectBytes : Decoder a -> Expect a ``` Since the Elm bytes library has no decoder to get...