-
```scala
# scalac -version
Scala compiler version 2.6.1-final -- (c) 2002-2007 LAMP/EPFL
# scalac -sourc…
-
Since nulls are not allowed to be unboxed to values, the following code fails (causing the scrip tests to fail as well).
```scala
val chrs: Array[Char] = ...
chrs.toArray
```
```scala
scala> val…
-
Thanks for all the work you have done on django-social-auth. I have one question. I am running django-social-auth on a server that is accessed both via the web and mobile (phone-gap type app). Now if …
-
While putting a report together where labels were the results of browser_string() & public_version() I noticed some gaps where browser_string was blank. Turns out they were for blackberry browsers. I …
-
Is there a way to redirect users if they click into an interior page? The code below only works if the user goes to the home page.
```
RewriteEngine On
RewriteBase /
RewriteCond %{HTTP_USER_AGENT} an…
-
Hi,
would it make sense detect this Googlebot-Mobile as 'mobile'?
DoCoMo/2.0 N905i(c100;TB;W24H16) (compatible; Googlebot-Mobile/2.1; +http://www.google.com/bot.html)
Thank you,
bye, Uwe
PS: It al…
-
When this command is use:
scalac -target:cldc LEDSampleCode.scala
This outcome is the result:
error: error while loading String, class file '/System/Library/Frameworks/JavaVM.framework/Versions/1.5.0…
-
After I downloaded and untar the scala artifact:
```scala
PROMPT:~/prog/scala-2.7.1.final/bin$$ ./scala -version
Scala code runner version 2.7.1.final -- Copyright 2002-2008, LAMP/EPFL
PROMPT:~/prog…
-
Its a small thing, but its tripped me and the other devs around here so many times in the last couple of months that perhaps it will end up tripping up a bunch of other people as well.
-
Strange bug:
Fetchig compressed data (chap06.txt)
java.io.IOException: Corrupt GZIP trailer
at com.tinyline.util.GZIPInputStream.char(), bci=145
at com.tinyline.util.GZIPInputStream.r…