ryan rawson

- Total activity 23
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 6
-
-
-
ryan rawson created a post, Dependency on Java6 for OS X getting old
I won't even bother diving in to the EOL nature, but the bigger problem is that, as of today, Java6 for OS X appears nearly impossible to download:http://support.apple.com/kb/DL1572Shows up blank f... -
ryan rawson created a post, Single Method Interfaces, AbstractFactories, constructor references and intellij findability
Hi all,We are doing this pattern a ton lately:public ConcreteThing implements Thing { public ConcreteThing(String arg1, Long arg2, DependentClass arg3) { // ... }}Then I need an AbstractFac... -
ryan rawson commented, -
ryan rawson created a post, Plugin starting to become flaky?
Hi folks,On 11.1.3, and updated on the scala plugin. I'm finding the plugin is starting to become flaky, flagging things red when they are arent, or telling me packages like scala.collections does... -
ryan rawson created a post, Editing speed - can be draggy
Hi guys,A common problem of mine has been editing speed. My project is now 11k and 15k with tests. Thats a lot of lines of scala code! The new FSC stuff is pretty awesome, but the primary issue f... -
ryan rawson commented, -
-