Dean Wampler

Results 33 comments of Dean Wampler

I didn't use IntelliJ to develop the examples. It appears the second definition of `-encoding foo` is in the IntelliJ compiler preferences. To fix: 1. Open the preferences (cmd-, on...

I did see the `@targetName` clash when I attempted to use SBT's `console` in IntelliJ's `set shell`, while I don't see it when I use `sbt console` in a separate...

Curious! I tried `export LANG="de_DE.UTF-8; sbt test` and it worked fine, but that just mean it doesn't always "respect" the setting. I'll add a troubleshooting note to the README. Sorry...

I pushed an update to the `README`.

@grisuji I just merged PR 42, https://github.com/deanwampler/programming-scala-book-code-examples/pull/42, which should fix this issue. Let me know if you still have problems.

I think I know why this is happening. I'll fix later today, but if you just want to change the string, for example, to `AbbrevListCons2`, the error should go away.

Try starting sbt and then running `clean`, then `run hello world`. I believe there may be an old class file found in the previous compilation output that is causing problems....

This could be caused by the default language setting for your computer. For example, on my Mac, I see this: ```shell $ echo $LANG en_US.UTF-8 ``` Could you pull the...

One more thing; another user reported an internationalization issue last year (if you are having the same issue...). See the _Internationalization_ section in the README for a discussion. Let me...

I'm traveling and won't be able to look at this before the weekend. It could be that Aquarium is incompatible with the version of Ruby you are using. I haven't...