-
Is there an option to ignore changes in array order when doing a diff. For my application I want to diff two objects containing arrays but do not consider a change in order as a difference
-
Could we add a "make lint" target that would run cpplint.py with the right parameters? It could also run pep8/flake8 for Python, and others for other languages.
-
The shortcut (Meta + Shift + Q) used for the action "Quit to project list" is already taken by OSX.
It's a shortcut to exit the current session. We should find another shortcut. like : Meta + Shift +…
-
Package Icon should be able to come form inside the package.
It should be possible to put a path in the iconUrl that is relative to the package.
-
How does this library handle concurrency?
Like multiple simultaneous requests?
Is there an example?
Looks like fun.
Thanks.
-
_Note: the launch checklist was woefully outdated, since this got created over two years ago, so I deleted it._
If you are interested in leading the charge on getting this track launched, then comm…
-
Somehow, we need the bot to recognized that they've been resolved and close them so we don't have so many resolved issues open
ghost updated
9 years ago
-
This was an interesting read: http://www.tomdalling.com/blog/software-design/fizzbuzz-in-too-much-detail/
The end goal rather than introducing more complexity for the sake of introducing more compl…
-
Please add icons to exherbo and archlinux
-
I noticed that the Haskell string functions actually have O(1) or O(n) as the very first thing in the documentation of many of their functions...
What do people think about adding that to the Julia do…