-
I create a java project
![image](https://cloud.githubusercontent.com/assets/14834177/19429592/131f4dda-9483-11e6-8c2e-6ec787a109de.png)
jenkins console logs:
```
[INFO] Downloaded: http://nexus/con…
-
```
Ideally, you would get these published in the maven central repository.
But since that takes too much effort, how about just publishing it under
this project itself. See how Google Gson project …
-
**Describe the bug**
A player reported an issue where when they alt+tab, the game completely freezes, including Windows:
> it doesn't properly crash. It stops responding, and then I can't use my m…
-
Command line: D:\Projects\jarm\target/LightSwitch.jar -android -ios -linux -linux_arm -win32 -wince /n LightSwitch /p /r 5443444B5AAEEB90306B00E4
TotalCross SDK version 7.1.0.0 running on windows 10…
-
ideally we let users create hooks in bash or other exectuable.
Hooks could be
- docker args before launching the container
- pre-start hook with ability to launch oather containers and inject them in…
-
- [ ] Items still seem to be aligning themselves in columns, and one column (LHS) is always a lot longer than the other. Not sure if it's a CSS fix, a python row logic fix or both.
- [ ] The layout is…
-
I followed the documentation on the LocomotiveCMS site for implementing search but I can't seem to get past this error (this is what it spits out if I display search)
{"error"=>true, "message"=>"The …
-
As per title
-
### Description
Test cases can be run via
```
./gradlew testDebug
./gradlew testDebug --tests "*HackerNewsClientTest"
```
But how can one debug a single test case ? Say I want to have break poi…
-
### Problem statement:
When doing releases using `lein release` if the release fails, your project can be left in a partially released state. To fix it you either need to roll back the commits and …