Matthieu Pizenberg

Results 102 issues of Matthieu Pizenberg

This is a question from @jxxcarlson on slack about the following message: > "elm-test-rs" can't be opened because Apple cannot check it for malicious software. The solution seems to be...

There might be some interesting insight for future elm-test-rs dev https://nexte.st/

The elm main for the reporter doesn't need to embed any runtime parameter, it can get all that is needed from flags and ports. This means we could compile it...

A progress bar is useful to get a timing and progress estimate at a glance for long running fuzz tests. Here is an example implementation of a simple progress bar....

Currently, the `--watch` mode re-run everything. This is a simple but very useful strategy. Few improvements may come to mind. 1. Only rerun tests potentially impacted by the change 2....

Here is a screenshot from an example implementation started in PR #4 That implementation did not work in all cases so it may be inexact (I don't remember exactly how...

help wanted

Currently, the design of the supervisor and runners is very straightforward and generic: give one test to each worker. When a worker sends a result, give it another test and...

Currently elm-tooling-cli is awesome to install pre-built executables but cannot be used to install other elm tools such as elm-test or elm-review because they require npm + dependencies. But there...

Hi, I'm coming from a discussion in https://github.com/image-rs/image-png/issues/114. My issue is regarding the very slow reading of png images in wasm. @HeroicKatora identified that the issue might come from inflate...

Hi, I have a rather open question regarding potential usage of elm-vegalite. First a note on the vega data voyager project. I find the vega data voyager project (https://github.com/vega/voyager) to...