Mancy
Mancy copied to clipboard
>_ Electron based NodeJS REPL :see_no_evil:
I launched Mancy and I typed process.version, I got "v6.1.0". How can I config the version of node that Mancy is using?
I've tried installing the latest version of mancy as well as npm i -g mancy and cloning and installing. Every single command I type just errors silently and doesn't seem...
My node version is v10.15.3. I run `await func_which_returns_a_promise()` and get ``` (async function() { let result = (await func_which_returns_a_promise()); return result; }()) SyntaxError: Unexpected token function ``` and `function`...
Is it possible to add custom context to Mancy when it starts? Like some app-specific config, db/models, npm modules etc?
Fuck you. Not using Mancy again, ever.
i tried: ` ./Mancy , -l coffescript -s "/Volumes/[...]/workers/app.coffee" ` but then when Mancy loads it says: ` Path must be a string. Received undefined + (Path must be a...
How to work around this?
My browser choked when attempting to access http://mancy-re.pl, so I did some digging. It appears that mancy-re.pl is redirecting to www.mancy-re.pl, and www.mancy-re.pl is redirecting to mancy-re.pl.
It should be possible to browse the history with the up/down arrow keys. In order not to mess up navigation in multi-line code, it should only browse the history if...