rboud
rboud.com
rboud
@rboud.com
Wanna be Fullstack Dev - React enthousiast
CS Student at Sorbonne Universite
President of Play Sorbonne Universite
Paris based
<-- Clueless

So maybe compiling the ocaml runtime might be easier ?
April 17, 2025 at 6:59 AM
the C/C++ dependencies are using caml FFI so they cannot exist in of itself, and i really don't wanna rewrite them.
April 17, 2025 at 6:59 AM
took 5mn to build & I don't have the correct version of node anymore
February 19, 2025 at 11:00 AM
opam switch saved my day
January 25, 2025 at 7:49 PM
Plus the project has some C and C++ dependencies, and it clearly listed me the non implemented "primitives" and all I have to do is rewrite them as JS function it just works
January 24, 2025 at 8:59 PM
Most of my time were dedicated to understand how dune and opam works.
But still too abstract for me, I still don't have any idea of how it works under the hood. So hope I won't face an obscure error
January 24, 2025 at 8:57 PM
Dune is really powerful but it abstract a bit too much how everything works under the hoods. Got a hard time trying to figure that out at first
January 24, 2025 at 8:50 PM
I think everything was fixable but it really wasn't stable. Problems appeared frequently. Not really npm's fault.
- had an issue with installed modules not detected, like npx astro saying astro not found.
- had some issues with image optimization with sharp on windows too as a part of nextjs
December 4, 2024 at 8:18 PM