Henry Story
- Total activity 48
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 15
-
Created problem loading scala-js project
Hi, I have a simple scala-js 0.6 project on github https://github.com/read-write-web/rww-scala-jsbut when I open it, I just get to see a very minimal set of files. It is missing all the scala fi... -
Created does EAP 107.18 use a lot more memory?
On OSX I am now finding the after a while IntelliJ uses over 1GB of real memory and 1.63 GB of virtual memory IntelliJ IDEA 97293 hjs 41.9 62 1.21 GB 1.63 GB 52.5 MBIt use to always stay under 300M... -
Created Scala shell problem: Argument list too long
When I try to run the Scala Shell on OSX I get a red bubble from the Run Console tab with the following message: ! Error running Scala Console: Cannot run program "/System/Library/Java/Ja... -
Created maven tab "Problem resolving expression ${project.groupid} ..."
I am working on a large Apache project named Clerezza http://incubator.apache.org/projects/clerezza.html which uses Maven. ( it's a semantic Web CMS).I have no trouble building it from the command ... -
Created Maven dependencies missing
I am working on a large open source Semantic CMS named Clerezza, an Apache incubator, which relied on Maven. It uses Java for the infrastructure and Scala for HTML and many other fancy things.I hav... -
Created Error with CDATA in Scala
The following code breaks the Scala parserobject test { val html = <html><body> <script type="text/javascript"> <![CDATA[$(document).ready( function(){ configurePage(); } ); ]]> </script> ... -
Created Scala Server Pages support
Hi, The new Apache Incubator Project Clerezza, uses a neat feature called Scala Server pageswhich is essentially a little templating system that allows one to write JSP-like pages using Scala.By ... -
Created CVS deadlock
I am just working from a location that does not allow meto access CVS. If by mistake I don't choose the option tochange the permission on the files, IntelliJ EAP ends up trying to download the remo... -
Created better support for dynamic proxies in debugger
A lot of interesting code nowadays supports dynamic proxies.When debugging this code it is impossible currently to see whatinterfaces are implemented by dynamic proxies. It wouldbe really helpful ... -
Created project modules disable button
In the configuration Project>Paths>ModulesIt would be nice to have a disable button.It can take a lot of time to set up a module, and sometimes one would rather just disable it, than loose all the ...