Rémi Gérard-Marchant
Rémi Gérard-Marchant
Hi @jodyheavener Thanks for your reply. I've just created a local repo with just lookpath installed. Launching node ``` > const p = await lookpath('op') undefined > p '/usr/local/bin/op' ```...
Removing+reinstalling didn't do the trick, nor did disabling/unabling, I had to remove the extension + quit VS Code + start VS Code + install the extension. It seems to be...
One workday later, the computer starts, VS Code starts and… the problem has come back, "CLI is not installed" etc
It happens sometimes, but _definitely not_ most of the times. I don't know why. It seems it's when I open a project from the terminal at the required folder, work...
@jodyheavener Hi! Running at the moment op-vscode v1.0.4 VS Code 1.76.0 CLI 2.14.0 macOS 13.2.1 So: I haven't observed the issue for quite a while, I don't think I did...
When I was saying "We can't use Math.min/max for bigint values." in the issue description, it was about Javascript support, that's why I wasn't keen on having a compiler primitive....
Potential fix: redefining in `Core__BigInt.res` to ```res let fromFloat = t => t->Core__Int.fromFloat->fromInt ``` with some documentation in the interface file, maybe adapting what's already available for `Core__Int.fromFloat`
Er, not sure I'm following you about the type level. This is a compiling-to-js issue
Indeed. In fact, I used to have just in the App module when I was still using ReScript v10 ```res module App = { @react.component let make = () =>...