Remy Sharp

Results 41 issues of Remy Sharp

I looks like the `COMMAND` keyword was missing from the ds3 parser, but `RCOMMAND` was working. I've tested this change and looks like it works (again) as expected.

...to start a new server on that particular directory.

See changes... Also, cheers, but don't hide this away :heart:

After the first automated sleep, it will snooze for 1 minute, then sleep again, even if the default sleep is set to 5 minutes.

bug

TL;DR - please have a look at my zeromq setup - it's wrong and needs fixing - help me Obi-Wan.... --- I'm using zeromq to post off the job of...

Designers wanted - post them here, sexiest wins (I am rather partial to a green unicorn riding a tickmark btw!)

Given a string passed to a JavaScript function: ``` css background-image: -moz-linear-gradient(bottom, #F8F8F8, #FDFDFD) !important; ``` ...can a function return an object with all supported gradient CSS values. Note that...

Using the green/red idea for the pass or fail, make a request to ``` "http://cssprefix.com/check.json?url=" + window.location ``` And the JSON returned contains: ``` { pass: true } ``` (or...

Similar to an HTML validator tool, though initially only supports url entry: - header - strap line information (I'll comment on what this will be later - probably: compatible vendor-prefixes...

I'd rather be using (and did try) to use cluster to fork the process against each CPU and have the web service fire off jobs to the workers. Currently I'm...