-
-
I didn't see any issues for keyword arguments, any plans for this in the future?
---
NOTE: The bug tracker is not the place to have a design discussion. Please direct all design discussion to the et…
-
```
We have
In [5]: a = Add(*[x**i for i in xrange(1000)])
In [4]: %timeit a.as_numer_denom()
1 loops, best of 3: 2.65 s per loop
This is too slow, especially considering that the answer is trivial…
-
The most apparent and strong tendency in modern programming is the growing interest to functional paradigm. Most recent languages like Scala, Ceylon and Rust are built around the principles of functio…
-
https://github.com/Tizra/Tizra-Customer-Tracker/wiki/Customizing-New-Reader
I'm looking at the wiki but adding the properties described there doesn't work. Is there anything I can do to set a height …
-
Due March 19th
-
I really think it would be worthwhile to use the SASS version of the project for the CSS. SASS and Compass make CSS much easier to manage, organise and update.
https://github.com/pollingj/jQuery-Mob…
-
=== What steps will reproduce the problem? ===
```scala
object Pimper {
implicit def pimp(i: Int) = new {
def test: String = i.toString
}
}
class A
trait B {
self: A =>
def t…
-
# This issue thread is now closed.
## It was fun, but the conversations have moved elsewhere for now. Thanks
### In appreciation of the funtimes we had, @rmurphey made us a happy word cloud of th…
-
```scala
scala> val y = new AnyRef { object Foo { val x = 3 } }
Exception in thread "main" java.lang.AssertionError: assertion failed
at scala.Predef$$.assert(Predef.scala:87)
at scala.tools.nsc.sym…