Mark Street
Mark Street
Steps (assuming you've build everything): 1. Start up `service.JCozService` ``` java -cp client-0.0.1-jar-with-dependencies.jar:/usr/local/openjdk-8/lib/tools.jar jcoz.service.JCozService > service.log & ``` 2. Start up `test.TestThreadSerial` ``` java -cp client-0.0.1.jar:. -agentpath:$(readlink -f liblagent.so) test.TestThreadSerial...
Tested successfully and amended the comment: pre-requisite `docker build . -t jcoz` ``` mark@carbon:~/github/JCoz$ docker run --rm -ti jcoz:latest bash root@880e4a534d77:/jcoz# java -cp client-0.0.1.jar:/usr/local/openjdk-8/lib/tools.jar jcoz.service.JCozService > service.log & [1] 6...
It is straightforward to build the `native` portion under Centos (so presumably Fedora too), the struggle is around JavaFX. This ticket ought to be resolved as a result of removing...
I'll raise a PR for this once the pending PRs have been merged: ``` ARG FEDORA_VERSION=30 FROM fedora:${FEDORA_VERSION} as build RUN yum install -y \ gcc-c++ \ java-1.8.0-openjdk-devel \ make...
Hi Benjamin, firstly - thanks for this, I'm happy to get any external contributions towards this project! I had managed to break out the various 'assets' sections (see [here](https://github.com/mkst/conker/blob/master/conker.us.yaml#L785) and...
I'd like to understand all the different formats used in the game; models, textures, sounds(music), cutscene format, etc etc. I'd also like to better fill out the 'game object' struct...
This is great - how did you figure them out? are they displayed in the debug build or?
> I wasn't sure if I should make a new issue for this, but I'm so happy to see that Conker is finally getting decompiled! I would love to contribute...
[context.go](https://github.com/docker/swarmkit/blob/master/template/context.go) looks to be the file that drives what can be templated. Could this be extended to support additional configuration (e.g. Node.Labels)?
ok, have stumbled across [this commit](https://github.com/y0c/react-datepicker/commit/0267d5d07fbc9ef0a9ce0daf011a4cfd9f666501#diff-fa91e56f72fa007d26827fbb4d0b213b) to the dev branch that fixes my issue.