ReneSac

Results 13 comments of ReneSac

If that `Delete by Indent` only triggers when when using backspace and there is only whitespace on the right side of the cursor I would argue that it should be...

Yeah, it indeed is somewhat of a slippery slope. I would surely ask for the first two bullet points you listed. Only because I rarely use man pages, though. ;)...

Rust does this in a different way: https://github.com/docopt/docopt.rs Seems like there are many different ways to get types out of it. From what I understood, either you create an object...

Thanks for the input. Reading again now, I think I understood. I still have some questions: How rust handles arguments `--separated-by-dashes`? And how it would differentiate it from `--separated_by_dashes` (actually...

> It doesn't differentiate them. Rust identifiers cannot contain -, so it replaces - with _. It's a Worse Is Better solution. Yeah, that is what I expected. Nim identifiers...

> VM can't do ref types and regex. Why would we need ref types? Outputting a value type object or a tuple is plenty for this use case. > but...

Sorry, misclicked on close. Bellow an update to my proposal syntax. The default type declaration syntax is sure nicer than the simple comma separated commandeer syntax. There is no need...

Each port seems to be free to adapt to the syntax of the target language. The only requirement seems to be able to pass the test framework. I think docopt...

Sorry. I'm using Kubuntu 14.10, and the 0install version is 2.7 (the one from apt-get).

Yeah, from the documentation: "a screen may consist of multiple monitors that are merged to form a large screen area". The correct way seems to be a combination of `gtk.gdk.Screen.get_monitor_at_point`...