-
I haven't been able to submit any matches since the switch to the Scala version of `HearthstoneMatch.scala` (in the development code, which is not released yet). I've just played two ranked games and …
gtch updated
10 years ago
-
My source data comes from Python which doesn't have ordering for keys. Consequently the order of keys in Mongo is random which makes reading multiple output rows hard. It would be nice if each docum…
-
Okay when trying to compile Cata got this mess;
||=== Cataclysm, Release ===|
C:\Documents and Settings\Mason\My Documents\GitHub\Cataclysm-DDA\wcwidth.c||In function 'int mk_wcwidth(wchar_t)':|
C:\D…
-
I had to modify Datapoint.java and switch around the "at" and "value" attributes in order to successfully my uploaded data to display. Below is the change that I made.
public JSONObject toJSONObject(…
-
I'm using scala 2.10 with scalatra 2.2.0 and json4s-native 3.2.4 and seeing a class not found exception.
My pom.xml build includes:
```
org.json4s
json4s-native_${scala.version}
…
-
I tried to order my model by mId which is definitely a integer field. However the ordering happens lexicographically. I'm pretty sure that there isn't any error in my code.
I explored this issue on a …
-
" " != ""
May be remove this trim, because in terms of XML is wrong. There is no way to restore the information, encoded in the spaces!
```
public Object nextContent() throws JSONException {
char…
-
In TermsQueryBuilder it's setting the minimum_match, disable_coord and boost but it's seems to be setting it wrong.
This is my code
string[] values = new string[] {"bmw", "audi"};
var tm = new Terms…
ingig updated
12 years ago
-
I try to initialize a stream, but get this error:
```
You just created a JSONAPIStream without a name! You shouldn't be doing that! Location:
java.lang.Exception: Stack trace
at java.lang.Thread.dump…
-
When using JSONML to convert XML into JSON, there seems to be an issue when encountering comments.
I think the issue is at line 95:
```
c = x.next();
if (c ==…