Jules Guesnon

Results 4 issues of Jules Guesnon

Hello ! I wrote a component like this: ```ocaml let%component make = (~render, ()) => { let%hook (currentRoute, setCurrentRoute) =Hooks.state(Store.route^); let%hook () = Hooks.effect( OnMount, () => { Store.subscribe((_, newRoute)...

### What does this PR do? The point of this PR is to add way to ignore the workspace when being in the case of an `InstallCommand`. For the context,...

Hey! First of all thanks for this project, it's really cool, and we definitely need a version manager for Bun! I initially wanted a version for Mac ARM, but after...

# Description Hello again! When tsconfig has `"module": "node16" | "nodenext"`, all the imports and exports will end with `.js` even if it's importing a typescript file. See [documentation](https://www.typescriptlang.org/docs/handbook/modules/reference.html#node16-nodenext-1) #...

feedback-needed
architecture