remy (Remy Sharp)

Email
URL
Company
Left Logic
Location
Brighton, UK
Member Since
Jun 14, 2008

Repositories (64)

Public Activity

remy pushed to pre-schedule at leftlogic/fullfrontal2012
  • 2bfac17
    add blackberry and changed size of half monty
remy commented on issue 248 on remy/jsbin

@Identifier you're all set. If you do a password reset and put the email address in that you sent me directly, you can reset your password. Let me …

remy commented on issue 283 on remy/jsbin

Two issues here: The source being dumped in to the console is correct. The jsbin console stringifies functions it finds - and since $(this) returns…

remy closed issue 163 on remy/jsbin
Enable password reset
remy closed issue 240 on remy/jsbin
Lists?!
remy commented on issue 282 on remy/jsbin

Closing - dupe of #248 If you send me your email address (either post on #248 or send me a private message) I'll update your account so you can do …

remy closed issue 282 on remy/jsbin
Used jsbin.home()...now username is taken?
remy commented on issue 275 on remy/jsbin

Actually, it might just be easier to take a look at what codemirror already supports and suggest (or import) from those: http://codemirror.net/demo…

remy commented on issue 274 on remy/jsbin

If someone writes the code cleanly, then yes. It's not high on my own priorities right now so I'm leaving it open as a feature request that someone…

remy commented on issue 240 on remy/jsbin

I don't think you came across that way - or maybe I've got my blinkers on today :) Glad it's sorted now. On 1 Aug 2012, at 12:37, Aaron Sherrillre…

remy commented on issue 240 on remy/jsbin

Okay that's done. If you do a password reset it will reset the cmndo account, and I've moved all the bins from rada to cmndo. Annoyingly you can't …

remy commented on issue 240 on remy/jsbin

If you give me your email I can put it in the database allowing you to reset your password (on both accounts if needed). It's simple for me to merg…

remy commented on issue 240 on remy/jsbin

@cmndo what usernames did you use? If you had lists, then you were definitely logged in. I can merge your bins all under one username if there's ot…

remy commented on issue 212 on remy/jsbin

This is a good start, but I'd like to actually do this on demand. My own history page is 600k large. Probably doesn't need to be that big, so maybe…

remy reopened issue 212 on remy/jsbin
Defer loading the entirety of the user's history to reduce initial request
remy closed issue 280 on remy/jsbin
How does one use JSbin with a native editor?
remy closed issue 281 on remy/jsbin
spike.js?
remy pushed to development at remy/jsbin
  • 6375c84
    Fixed the /list url and defer getting the user's history in an onread…
remy closed issue 212 on remy/jsbin
Defer loading the entirety of the user's history to reduce initial request
remy commented on issue 281 on remy/jsbin

Codecasting and the remote rendering. On 31 Jul 2012, at 17:36, lt3emile[email protected] wrote: And what exactly does it do? Reply to this …

remy commented on issue 276 on remy/jsbin

Okay, so there's two things here. JS Bin appearing not to fully load. I'm getting a server guy in to look at performance and server tuning. It migh…

remy commented on issue 279 on remy/jsbin

No problem. I've been wanting to add transparent support for logging in using your email anyway - so we'll add this to the list :)

remy commented on issue 281 on remy/jsbin

Ah, we're been shuffling the branches in JS Bin (and will do further this week - we're dropping the dev branch in favour of just master and feature…

remy commented on issue 280 on remy/jsbin

It's a little bit of a brittle process. Firstly open JS Bin and drop the file in to the browser. It should load the file's contents in JS Bin. Then…

remy commented on issue 279 on remy/jsbin

Your username is actually 'harrald' - are you trying that username? If that's still failing, do you mind if I reset your email to mine so I can tes…

remy commented on issue 279 on remy/jsbin

Username?

remy commented on issue 249 on remy/jsbin

Okay, my own tests found that Windows has problems compiling some of the modules, so you're better off in the PHP/MySQL version. I'm going to recor…

remy closed issue 267 on remy/jsbin
Installation failed
remy commented on issue 276 on remy/jsbin

Just pushed a change that should fix this. Could you check it out - otherwise do let me know the answers to the questions above (though I hope this…

remy pushed to development at remy/jsbin

Markdown Cheat Sheet

Format Text

Headers

# This is an <h1> tag
## This is an <h2> tag
###### This is an <h6> tag

Text styles

*This text will be italic*
_This will also be italic_
**This text will be bold**
__This will also be bold__

*You **can** combine them*

Lists

Unordered

* Item 1
* Item 2
  * Item 2a
  * Item 2b

Ordered

1. Item 1
2. Item 2
3. Item 3
   * Item 3a
   * Item 3b

Miscellaneous

Images

![GitHub Logo](/images/logo.png)
Format: ![Alt Text](url)

Links

http://github.com - automatic!
[GitHub](http://github.com)

Blockquotes

As Kanye West said:

> We're living the future so
> the present is our past.

Code Examples in Markdown

Syntax highlighting with GFM

```javascript
function fancyAlert(arg) {
  if(arg) {
    $.facebox({div:'#foo'})
  }
}
```

Or, indent your code 4 spaces

Here is a Python code example
without syntax highlighting:

    def foo:
      if not bar:
        return true

Inline code for comments

I think you should use an
`<addr>` element here instead.
Something went wrong with that request. Please try again. Dismiss

Looking for the GitHub logo?