Romain

Results 130 comments of Romain

I still believe both tools share the same idea (list of usage example), the main difference being what @jcrben pointed out: `Bropages` is based on submissions and voting and `tldr`...

@jcrben if you're interested in kicking off the conversations / suggesting ideas about a potential tldr v2, please do! I agree there could be value in really simple man pages...

Hi. The request mentions `rsync` as an example. It's also supported by [s3cmd](https://s3tools.org/usage) with `--include-from` and `--exclude-from`. However I'd rather use the official AWS CLI tool.

Fully agree, I wanted to share an another example of a tool that supports this.

This is a great idea, and will be very helpful when dealing with a large number of excludes. I think it's important that the name is configurable like proposed in...

That's great news @gergelyke, I think the behaviour @CodersBrothers describes follows the principle of least surprise.

@gergelyke what is the new version you mentioned? I can't seem the find a fix-related commit recently.

It seems to work with the following syntax. If that's the right way could it be in the README? ```rb get 'Get something' do # here, use the name of...

Hi, does the assignment mean there might an update on this topic? Many mobile users use the Facebook native app (not the mobile site). Showing the hosted UI means it...

Thanks. I have a working branch with the following API: ``` js var fileStream = fs.createReadStream('test/bookstore.xml'); var streamer = new saxpath.Stream('//book', /* optional recorder */); // print all matching XML...