Tristan de Cacqueray

Results 180 comments of Tristan de Cacqueray
trafficstars

> Don't you still have this issue? > > > Finally, it seems like `rescript` is still a required dependencies to fix that other error: > > ``` > >...

Sounds great to me, thanks for your help!

@fhammerschmidt where you able to update the rescript-lang doc on how to do that? Is it possible to not bundle react and let the downstream project link with the version...

@fhammerschmidt That's amazing, thank you so much for helping me out here! The procedure works great and the bundle command makes a standalone 25kb ReAnsi.res.js file. However, updating my downstream...

While the create-react-app build worked when using `"type": "module"` with ".res.js" filename, the jest test suite is now failing with this error: ``` FAIL src/containers/build/BuildOutput.test.jsx ● Test suite failed to...

How this works is beyond my comprehension, I guess the culprit is lack of esmodule support from node/create-react-app/jest. I'm not sure why adding the `transformIgnorePatterns` tripped the d3 usage, but...

@cometkim thank you for your suggestions and for your work to improve the library authoring experience. I don't own the downstream app and migrating to Vitest just for this does...

It seems like this bug fall into [CWE-192: Integer Coercion Error](https://cwe.mitre.org/data/definitions/192.html). I guess it deserves an advisory because of the resulting availability and data integrity issues.

@frasertweedale I guess this is not hackage advisory, I remember we talked about using `advisories/ghc` for this kind of issue, but it seem like we still need to add support...

I remember reading about an actual DoS but I can't find the reference anymore: the user was computing a checksum for a large file. So I think we should file...