Skyler Kehren
Skyler Kehren
I think one of the first questions to answer is how you want the task selector to be configured. I suggest adding a configuration file separate from the task lists....
I'm looking forward to working on this. I've started on it and added a draft pull request with what I have so far.
I'm not that familiar with the workings of the ErrorMapper. The current set-up bundles everything into `dist/main.js`. Any errors originating from player code would then be coming from there, at...
Thanks for the reproducible instructions. I'll take a look at your suggestion for fixing it. On Thu, 19 Aug 2021, 07:27 Akshay.L.Aradhya, ***@***.***> wrote: > Okay I was able to...
So, I took a dive into the screeps-server-mockup package over the past week since removing it from the starter project due to #118. It's now a [Screepers project](https://github.com/screepers/screeps-server-mockup) and works...
Since I've gotten the server mockup project updated, I'm also working on actually using it more in my own Screeps project. I'm liking it more than having to deal with...
Yea, after a couple more days, I think it's reasonable to remove the heavier integration testing from the base install of the starter kit. Not everyone is going to be...
#124 has now been merged into master. Out of the box, `npm test` will only run the unit test scripts. Instructions have been added to the [testing docs](https://github.com/screepers/screeps-typescript-starter/blob/master/docs/in-depth/testing.md#integration-testing) regarding how...
I believe this would be more accurately described as an improvement for the `node-screeps-api` project which handles the low level websocket connections.
Lodash only gets bundled if you explicitly import it into files in your project. This shouldn't be necessary if using the games version of lodash. You should be able to...