Joe Pea

Results 958 issues of Joe Pea

Have any live examples of this online somewhere? Looks like a fun project. :}

Any demos online?

Not sure why, but the status line doesn't return to the NORMAL color after leaving INSERT or REPLACE. In contrast, vim-airline does. They must be hooking into different events.

Can you fix it pleeeeease? :D Purposefully presenting users with an error after install is probably not an ideal approach, generally speaking. :) I was hoping to get what I...

In your example where you use `app.get()` and `$.get()` to send a ciphertext+passphrase to the browser, anyone with the CryptoJS JavaScript library and JsonFormatter can intercept and decrypt the data....

I keep getting "Unexpected String" errors... I think it's because I'm not (and don't know how to be) using CoffeeScript... Can you make it compatible with pure JavaScript? Or provide...

The button up/down event example works fine in Gnome Terminal, but nothing happens in a Linux terminal (tty1-6).

How do we use Spring Loaded in STS (eclipse)? I've tried adding ``` text -javaagent:C:\Users\harkonnis\src\hp-dsat\springloaded-1.2.0.BUILD-20140409.201438-12.jar -noverify ``` to my VM arguments list in Run Configurations, so in total it contains...

I have an example `Promise` implementation in AssemblyScript that can be compiled to either JavaScript (with TypeScript compiler), or to WebAssembly (with AssemblyScript compiler), here: https://github.com/aspkg/ecmassembly In particular, here's a...