Stephan Seidt

Results 8 issues of Stephan Seidt

Hey, 2.0.0 has been out for quite a while now. I'm wondering when 3.0.0 will be coming out and what features it will ship with, most importantly: Are @mafintosh and...

Bullet points because I can't brain right now: - I really, really, really want collaborative real time documents in p2p - I am aware of awesome merkle-dag/crdt based approaches, but...

Any interest getting this into http://marmalade-repo.org for simple installation via `package-install`?

@felixge mentioned respecting contents of .gitignore, a potential .syntuxignore and also ignoring folders like node_modules @klipstein recommended disabling the default behaviour of recursively converting the current dir _Edit:_ Herped the...

I saw that diff_helper is getting rid of the context around the hunk but it also appears to not display multi-line diffs correctly, i.e., it only displays the first line...

For example try syntux w/ `--addSemicolons` on bin/syntux.js: Before: ``` #!/usr/bin/env node ``` After: ``` #!/user/bin/env node; ``` I guess this could be checked for in the `addSemicolons` plugin.

This might not be an issue, but I just had the following happen to me: ``` syntux --addSemicolons --quotes '"' --trimWhitespace src/ ``` `src/` was parsed as `trimWhitespace`’s value so...