Waldir Pimenta

Results 319 issues of Waldir Pimenta

It would be nice to be able to do: ``` js x = Math.Complex(1,2); // Complex {re: 1, im: 2, …} y = Math.Complex(2,3); // Complex {re: 2, im: 3,...

_(originally reported in https://github.com/isaacs/github/issues/1017)_ Currently, using the "rebase and merge" option on a pull request will merge the branch using the fast-forward option. This is sometimes called a "linear history"...

If you like the Trello workflow, it could be interesting to try [waffle.io](https://waffle.io/), which integrates with github issues and presents them in a trello-like interface. That way you get the...

Just a small tweak to make the line less cryptic for beginners. Although, to be honest I still don't fully understand what this sentence is saying — _how_ does one...

This is related to #18. I recently formatted my machine and amidst the various setup steps I forgot I hadn't yet reinstalled julia. As I went to install and configure...

error-description

This is particularly useful for politicians whose names are quite common and could return results related to other people (including other politicians).

It's not strictly required, but it's useful metadata, and part of the recommended license template text (see http://choosealicense.com/licenses/isc/ and https://opensource.org/licenses/isc-license)

Just a few minor changes to fix whitespace inconsistencies and wrap some long lines. Follow-up of #12.