-
This is the error:
```
W: There is no public key available for the following key IDs:
EF0F382A1A7B6500
+ apt-get install -y --no-install-recommends gcc libapr1-dev libssl-dev make openjdk-7-jdk=7u…
ghost updated
7 years ago
-
crashing on portfolio [page](http://puu.sh/omgsT/37b1807080.png)
Something I am missing?
-
We have an selfhosted information display server that pushes updates every 20 seconds to the connected displays. Displays are normally connected 24x7. In the displays we use IE11. There are approx 200…
-
The goal of this ticket is:
- migrate the Javascript code to match with the Spring stomp over WebSocket sample. (Stockticker)
- wire the game engine with the web layer
-
@SimonCropp and I did some spike investigations during the performance checks for V6.
The two biggest concerns which drove us to do the spiking were:
- The stack trace in case of exceptions in the p…
-
After making the fixes detailed in #34, #35, #36 [on my forked branch](https://github.com/gigafone/esper/tree/gigafone-fork), I run:
```
mvn -Dgpg.skip=true install | tee mvn_install.log
```
I get t…
-
When I run `mvn -DskipTests -Dgpg.skip=true install` from the Esper project root directory:
I'm using the current Esper master (5.3.0) on Mac OS X 10.11.3.
```
[INFO] Reactor Summary:
[INFO]
[INFO] …
-
I think having a SignalR template in the project would add more value to the aspnet-generator. We do not have to create this Hub.cs file when we run the generator initially but can we have it as an a…
ghost updated
8 years ago
-
I'm trying to read data returned from a hub method, but done function doesn't seem to run... Could you let me know how to read the returned data? Thank you.
_hub code_
public string serverMethod(stri…
-
When testing Tomcat 9, I got this:
```
java.util.ConcurrentModificationException
at java.util.ArrayList$Itr.checkForComodification(ArrayList.java:901)
at java.util.ArrayList$Itr.next(ArrayLis…