NBKelly
NBKelly
So my process is: * `lein clean`, `lein fetch` * build css/cljs * `lein uberjar` * `nohup java -XX:-OmitStackTraceInFastThrow -jar target/netrunner-standalone.jar # > /home/jinteki/log/clojure.log &` I think this should do...
oh, as a follow-up: you might find that only local or https connections work. You can change the `secure` key in dev.edn to stop that, or you can set up...
> Setting up a simple reverse proxy is working great. @NBKelly shall I start a draft PR with some documentation and docker files? Yeah, that would be pretty helpful -...
Duplicate of #6521
I couldn't reproduce this. Either something else funny is going on, or the player clicked done (potentially after attempting to click the ice and having the click not register, maybe)
Closed as stale. If it happens again, please make a new issue :)
I kind of don't want this. I feel like reasoning about your deck helps you build good play habits and skills in the long run (and it's also not comparable...
Could potentially allow us to do fancy stuff like #5727, too.
This actually seems reasonably snappy now. We must have changed how selects work at some point.
This change is admittedly based more on intuition than anything provable, I just figure string operations are actually sorta expensive and we use them a lot. At best this is...