Matthew Pocock

- 活动总数 13
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 0
- 订阅数 5
-
Matthew Pocock 进行了评论, -
Matthew Pocock 创建了一个帖子, project with a lot of red
Hi,I'm working on a project that uses a lot of path-dependent types, and although it compiles, intellij highlights a lot of it in red. A lot of it seems to be to do with failing to unify A#X with a... -
Matthew Pocock 创建了一个帖子, linking multiple projects
Hi,I frequently work on multiple projects in parallel. For example, at the moment I have one project that is a wrapper around graphviz, another than is a DSL for probability expressions, and then a... -
Matthew Pocock 创建了一个帖子, debugging implicits
Hi,Working with implicits can be a complete nightmayer. The scala plugin is improving, but not quite there yet. Sometimes it is able to tell me which implicit is being used but sometimes gets it wr... -
Matthew Pocock 进行了评论, -
Matthew Pocock 创建了一个帖子, decompilation
Hi,I'm trying to navigate around an existing library that I only have access to as a jar. What I really need is a decompiled view of the classes without source, and for searching/find to look insid... -
-
Matthew Pocock 创建了一个帖子, attaching method parameters to properties files
Hi,I'm not sure how scala-specific this is, but here goes. I have this method:def findMessage(msg: String): StringIt looks up msg in a properties file. I have been searching for, but can't find som...