Dan Rose
Dan Rose
This makes BlueOS beta pretty unusable, and I'm still seeing it in 1.5.0-beta.15. Are there any settings which can make BlueOS cool it with the `lsof`?
Confirmed - so far `1.5.0-beta.16` is running a lot cooler
Just at the beginning
This is still tremendously confusing. In the spec I see things like `Perform ! CreateDataPropertyOrThrow`. This seems contradictory. The `!` means the operation is guaranteed never to return an abrupt...
> In v0.42, we now cache requests for 12 hours. This should help avoid these hiccups. That helps. Would it be simple to log a *warning* instead of fail outright?...
> The data from these requests are required, so we can't simply log a warning and proceed. Sure that’s the case when the tool doesn’t exist. in my case, it...
> The problem is that the REPL expects a synchronous callback function that prints a prompt and expects string feedback. > In Rust you can write a blocking stdin request...
> Hmm yes, I think I should just disable the `repl` subcommand for WASM with something `#[cfg(not(target=wasm))]`. That works. > [The web playground](https://kaleidawave.github.io/ezno/playground/) is a newer better way to interact...
> Might be difficult to spin the playground up locally but opening `https://kaleidawave.github.io/ezno/playground/` would be good I had a fairly easy time running it locally. Not sure your vision of...
> I was thinking that maybe I could abstract the playground as a _component_ out of the page, which would make this easier. I don't think this makes it any...