NBKelly
NBKelly
`req` already picks out target from the targets function, so I should be able to do something like this without any normal req functions being effect ``` {:choices {:max 3...
There's a few of these that have accumulated over the years - [ ] `new-game-button` in 'src/cljs/nr/lobby.cljs' - "rewrite this check" - [ ] `load-replay-button` in 'src/cljs/nr/lobby.cljs' - "rewrite this...
Marking this is a draft because: 1) I'm not 100% confident in this 2) I want to test it out on playtest for a week or two So my two...
I went through (almost) every backend class to do this. Essentially, java is sloppy and slow with string operations using the basic libraries, and clojure inherits this. Stringer is a...
Writing this so I can remember it for later. Revealing cards in code is a pain. Every card that reveals another card has it's own unique function to serve a...
I think the netrunnerdb api changed in this regard. But I'm also not sure if we ever automated this in the first place. See also: #7659 #7658
Essentially, if some packets are slowed down in transit, or there's a holdup, and we end up clicking draw again, sometimes after 3-4 seconds we suddenly draw 2 cards. What...