David Walend
David Walend
Also, Lego Ev3. https://www.ev3dev.org/docs/getting-started/ My kid's FLL team uses the stock JVM on the OS. Waiting for it to start is about two minutes. It's like waiting for Santa.
I've got a project where not having the javascript separate from run is starting to make me itch. Looks like https://github.com/scalacenter/bloop-config/pull/87 was merged in June. Not much in https://github.com/build-server-protocol/build-server-protocol/issues/678 ....
(And I'm not seeing it because I've got the bleep version set to 0.0.3 in the bleep.yaml file.) Thanks!
The link command doesn't build the same javascript code as the run command. Should it? (The run command's javascript works; the link command's javascript does not. I haven't dug into...
I set up an isolated demo project with the scala js hello world and saw that bleep link didn't produce any javascript at all. (In my larger project it is...
> Can you try to run bleep configure compile-server stop-all to ensure you have up-to-date bloop running? ```bash 11:22 $ bleep configure compile-server stop-all 📗 bootstrapped in 13 ms Unexpected...
> > Can you try to run bleep configure compile-server stop-all to ensure you have up-to-date bloop running? ```bash 11:29 $ bleep config compile-server stop-all 📗 bootstrapped in 13 ms...
That's helped, but there's still some missing bits. Here's the diff between what `bleep run Browser` and `bleep link` generate. ```bash 16:07 $ diff main-from-bleep-run.js .bleep/builds/normal/.bloop/Browser/Browser-js/main.js 978,980d977 < function $s_Lnet_walend_link_Main__main__AT__V(args)...