RunJS icon indicating copy to clipboard operation
RunJS copied to clipboard

RunJS is a JavaScript playground for macOS, Windows and Linux. Write code with instant feedback and access to Node.js and browser APIs.

Results 134 RunJS issues
Sort by recently updated
recently updated
newest added

Hi @lukehaas ,the RunJS sometimes does not show an output for even the basic for loop and all we see is a loading icon. It is quite frequent and it...

I was trying to run a code exercise from [this week's Bytes newsletter](https://bytes.dev/) and saw a weird result. ``` const arr = [7, 1, 4, 3, 2]; for (const elem...

Hi @lukehaas I'm trying to install new packages but everytime it says **An error occured while installing _package_name_** OS: macos Monteray 12.5 Runjs version: 2.5.1 (2.5.1)

Hi 👋 Would it possible to read from `~/.npmrc` such that an alternative (company/internal) registry is used? Thank you, Will — long time happy RunJS user/subscriber 😄

enhancement

My license has expired, though every time that I open the application it shows a modal asking me to renew it. The only 2 options are `Renew` or `Remind me...

I accidentally pasted a large SVG symbol into a tab, which then froze all tabs and then made JSRun unusable. I managed to gain access by quitting and then re-opening...

The snippets really are a great feature. But I wish I could have more control over how they act. Placeholders would be solution ($0, $1, etc). **Example:** `console.log($0)` should position...

enhancement

To try out things, top level await would be awesome. It is very annoying to write: ```javascript (async () => { async function t() {} await t(); })().catch(console.trace); ``` With...

enhancement

not even sure if it's possible but would love support for unit tests, might be out of the scope though but would be really cool to have

I don't want to learn new keyboard shortcuts again. Please support custom key bindings. I'm using the same keyboard shortcuts in VS Code and Webstorm. I'd like to use the...

enhancement