Julian Gruber

Results 317 comments of Julian Gruber

would you mind crossposting that to https://github.com/juliangruber/backer/issues/3, as that's more about the transport layer?

Thank you for this patch! I've tried this and didn't find a site without a white background where I could test this. What do you want this change for? Also...

have you looked at http://bl.ocks.org/Rokotyan/0556f8facbaf344507cdc45dc3622177?

Or people could host their own brokers which they can offer to their friends. And you could use multiple brokers per user, for redundancy!

@dominictarr I see this repo more like jsgit, it's the end user thing but can consist of a core and many other modules. Will document that.

Do you mean AVG or SVG? I've never used AVG files personally

this must be a limitation of the phantomjs platform. i wanted to refactor this library for some time to use electron instead, which besides other newer features would also support...

Agreed! I didn't yet find the time to check why that is

I you look at the dollar test, https://github.com/juliangruber/brace-expansion/blob/dd5a4cb21fe444c5c43f9a5d26ccba606e093107/test/dollar.js, we're relying on `${...}` not getting expanded. From https://www.gnu.org/software/bash/manual/html_node/Brace-Expansion.html: > To avoid conflicts with parameter expansion, the string ‘${’ is not considered...

> It's interesting that in bash at least, `\${x,y}` _does_ expand, but to `$x $y`, not `\$x \$y` I guess this kind of makes sense as `\$` is an input...