Skyler Kehren

Results 29 comments of Skyler Kehren

Honestly, I think any projects of this sort are bound to be fragile due to messing with internals that aren't meant to be exposed. If it's possible to get similar...

This project is primarily intended for players to use in the game. In that context, there are some assumptions built in. Like the game providing everything in global without having...

You could take a look at the typescript conversion branch of this project. Last I looked at it, it was looking quite good but didn't get to merging it into...

Its been on my mind to add more convenience functions for mocking room scenarios. Also, documentation and examples for how to use them. Putting it in something like `src/roomObject.js` sounds...

Here's my reasoning. https://github.com/screepers/screeps-server-mockup/commit/24e3a47dfe9d361a6fb8d23dff2feb73ae67bceb > Linter complained about extraneous dependencies for modules like > @screeps/common not being referenced in package.json. These packages are > implicitly included by the @screeps package....

It seems like it's possible to get the static members from a class, so it seems they could also be picked up dynamically if the decorator is used on the...

I'll look at a PR early this week so it can be tested.

> One problem after updating everything is that errormapper will stop working .. not sure which update it was > > e.g.: `[11:25:10]SyntaxError: Unexpected token ':' [main.js.map:1:47]` Yea. One thing...

I think the target should stay at ES2018. Node 10 supports ES2018 in all of the major ways. I've done more research on this than I'm happy about. Node 10...