Baylee Schmeisser
Baylee Schmeisser
You might not want this icon, but this is the code change to make an icon work. It also contains instructions on generating the icons from a source `.png` in...
This fixes a small scrolling issue I've been having, seen below:
This allows users to be more anonymous since they aren't using a common or default pgp library for encryption. This will generate: ~~~ -----BEGIN PGP MESSAGE----- wcFMAypi3dWWd7TsAQ/+LjNeofF+V0T4g+VBQd1Xyb8pIsQXjSltRtFbB6N7 ... zooNrg== =rgCK...
Asking isn't necessary since it's not stored anywhere (such as keychain) Here's a preview:
This just ensures messages have a newline character for better decoding.
Based on a recommendation from @twang2218, it would still be nice if applications were cached, even though we are using mdfind.
Fixes #27 can you review @mtompkins ?
[Original Comment](https://github.com/blainesch/pry.js/issues/43#issuecomment-252990730) Using express with pry causes it to be unresponsive and difficult to use. ``` import pry from 'pryjs' // Ping router.get('/ping', (req, res) => { eval(pry.it) res.json({ status:'UP'...
The only commands that have the same first initial is "wtf" and "whereami" so maybe something for them? "h" for "help" "k" for "kill" etc.
Because libraries like meteor wrap node it limits the prompt you could have in the terminal. This is a proof of concept for a remote pry. Tested in meteor and...