Thomas Coopman

Results 83 comments of Thomas Coopman

It is indeed an issue with the cache, but now I get the same error for both: ```bash node_modules/.bin/fpack --no-cache --development --preprocess='\.png$:url-loader' src/index.js fpack: internal error, uncaught exception: Not_found Raised...

```bash node_modules/.bin/fpack --version 0.5.4 (Commit: eaa749a) ``` it was easy to reproduce. Running `node_modules/.bin/fpack --development --preprocess='\.png$:url-loader' src/index.js ` on this repo https://github.com/tcoopman/fastpack-issue-118 The logo is empty here `touch logo.png` but...

Hmm, with or without `loader-runner` doesn't seem to make a difference (also with `--no-cache`). What does work if I run it without `--dev` or `--development` (not sure if there is...

Ok, some very interesting results (I've pushed the repo with some small changes): So a full log: ```bash $ rm -rf node_modules/ $ npm i > [email protected] postinstall /home/thomas/Workspace/tmp/fastpack-issue/node_modules/fpack >...

It seems to be better, but I still got the error a few times, I don't know how to reproduce it yet though. Going to try to find out.

Having a bad pattern in the loader can make it fail with the same error: ```bash node_modules/.bin/fpack --dev src/index.js --preprocess='^\\.png$:url-loader' Parse error /home/thomas/Workspace/playpass/argus/dashboard/assets/logo.png -------------------- Malformed unicode at (0:0) - (0:0):...

I have the same issue with both `krunner` and the `start menu dialog`. I've installed xmonad yesterday via `stack` using the info from https://github.com/xmonad/xmonad/blob/master/INSTALL.md Well, I'm not sure it's exactly...

That looks indeed like that bug, thanks!

Can I conclude correctly from this issue that it's not possible to use `Rely` with `lwt` at the moment?

I'm also not very familiar, but it's afaik not only for this ppx inline tests extension. There is a section on how to write a custom backend for it: https://dune.readthedocs.io/en/latest/tests.html#defining-your-own-inline-test-backend...