repl icon indicating copy to clipboard operation
repl copied to clipboard

The Ramda REPL

Results 15 repl issues
Sort by recently updated
recently updated
newest added

Bumps [eslint](https://github.com/eslint/eslint) from 3.19.0 to 4.18.2. Release notes *Sourced from [eslint's releases](https://github.com/eslint/eslint/releases).* > ## v4.18.2 > * 6b71fd0 Fix: [email protected], because 4.0.3 needs "ajv": "^6.0.1" ([#10022](https://github-redirect.dependabot.com/eslint/eslint/issues/10022)) (Mathieu Seiler) > *...

dependencies

I often find myself wanting to comment code out in the REPL. I think this is a standard keyboard shortcut for commenting code as it works is every REPL I...

It would be great if so one could enable possibly using comment ad-don of code mirror https://codemirror.net/addon/comment/comment.js

The Repl at https://ramdajs.com/repl/ tries to load sanctuary@latest and ramda-fantasy@latest, both redirect to a specific version and then result in 500 and 503 responses. The requests: https://bundle.run/sanctuary@latest -> 302 https://bundle.run/ramda-fantasy@latest...

It would be awesome if we could explore the possibility of using Monaco editor instead of code mirror since it comes with intellisense and some of the default editor features...

Hey folks, I'm having trouble figuring out how to deploy the REPL to the Ramda documentation page. There were some recent temporary changes to avoid calling wzrd.in in the REPL....

Hello, I can understand that, in order to share short urls you need the credentials for go.gl and that stuff. But there are many use-cases where this is not required....

I am working on a small React/Redux Next.js app to teach FP and React in an FP style (using Ramda). It would be very helpful to be able to embed...

*Steps to reproduce* 1. Go the the repl 2. Enter this: `const z = [null, undefined]` 3. `console.log(z)` *Expected result* You should see `[null, undefined]` in the right-hand side *Actual...

Unless there is a reason that the `?` is required, then it seems like parsing the code from the hash would be simpler if it didn't require removing the `?`...