Aly Cerruti

Results 147 comments of Aly Cerruti

Re `splitAsIterator`: I was thinking of `java.util.regex.Matcher` usage. Could also be `splitAsLazyList` by wrapping the iterator. Something like ```scala def splitAsIterator(pattern: String): Iterator[String] = { val pat = Pattern.compile(pattern) val...

I haven't tested the other version but if it works better and is developed more then I'm all for it. On Sun, Apr 8, 2018, 3:15 PM Kepler Sticka-Jones wrote:...

Yes. On Sun, Apr 8, 2018, 3:41 PM Faustino Aguilar wrote: > I like the idea 👍 , so should we delete this: > https://github.com/crystal-lang-tools/intellij-crystal-scala ? > > — >...

See #1 for a temporary plugin build. Building with IntelliJ does not work at the moment, you have to run the build in the Gradle plugin at the moment. This...

What's the status of this issue currently? Has any work been done after the Scalacheck migration?

I'm also guessing that a bitshift can be done in any place where a rational with a power-of-two denominator is used. Such as the division by four in addition.

I should also note that using `language=Matlab,style=Matlab-*` (where `*` is any of the styles) results in this bug: https://tex.stackexchange.com/questions/537733/up-arrow-not-showing-in-listingsutf8 Related to the REPL using these characters/in this style.

I agree that that's also a good idea, but (with my very limited knowledge of how ICE works) it seems like it would be harder to implement. I think if...

I always use the `[2nd]` button in Cesium to back up before I run programs