demo icon indicating copy to clipboard operation
demo copied to clipboard

Experimental wasm-based Nu playground

Results 12 demo issues
Sort by recently updated
recently updated
newest added

Hi there :) How complicated would it be, to update this to a current version? Is there any chance? 🙏🏻

At the time of writing, the demo seems to be using Nushell v0.38, so lots of the more recent features won't be available. It would be nice if the version...

I was running through the demo at https://www.nushell.sh/demo/ and was contacted by the infosec team at my firm regarding "nuvfs.zip" and was informed that it matched multiple malicious signatures. The...

Running `random bool` panicks and only dumps that error with `console.error` panicked at 'could not initialize thread_rng: getrandom: this target is not supported', /Users/jzaefferer/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.7.3/src/rngs/thread.rs:65:17 I guess the `console.error` comes from...

How about a more complicated example blue button to show a little more power? `open samples/movies.csv | group-by Year | get "2010" | update "Worldwide Gross" { get 'Worldwide Gross'...

It would be nice to have this on the demo site and the main site - found on http://cheats.rs (see bottom right). ![image](https://user-images.githubusercontent.com/343840/90406567-f92f4000-e06a-11ea-83ec-751176623107.png) Source code here https://github.com/ralfbiedert/cheats.rs

good first issue
help wanted

Some ideas for exploring tables in the browser: For table headers: * select column => Appends `| get {name}` to the current command and reruns it. * group-by column, append...

Looks like there are some tips here: https://rustwasm.github.io/book/reference/code-size.html For how we might be able to optimize the code size of the wasm we transmit.

Maybe we could have a `config.toml` in a special BrowserFS folder like `/nu/config/config.toml` and then load that config so we have some sort of environment variables and aliases to play...

alias: `alias say-hi [] { echo 'Hello!' }; say-hi` => error: Failed to spawn process autoenv: might be possible to emulate with #3 or #34, but seems like overkill cal,...