Matthew Kaulfers
Matthew Kaulfers
**User Story** - As a user visiting the iconoir website, I would like to know that swift packages are supported, so that I can integrate it into my project. **Acceptance...
## Prerequisites * Version: * Are you running from source/main: * Are you using a released build: * Operating system: ## Step to reproduce - Look at snapchat in `/icons`...
Hello! So I have this game called Screeps that I play and I have been heavily studying `35.n` videos, however they are great to get a basic understanding of the...
I have a TypeScriptToLua transpiler package I'm working on, and I'd love to get this working with it such that I can breakpoint/step through original source code. Is this a...
# Module Request I'm requesting that Screeps be added to the list of supported games. Tons of players on this game rely on servers to test/debug their code for in-game....
**Describe the bug** It seems that updating the map with any gesture causes the map to simply freeze, rather than panning and zooming. The same thing happens whenever I tap...
I would love to see an ability to pass a `Work Area` to the traffic manager somehow so that creeps don't push other creeps out of the way. I have...
When using the `routeCallback(roomName)` fails to find an alternative route whenever returning `Infinity`. ```ts const result = moveTo(this.creep, new RoomPosition(25, 25, nextRoomToScout), { maxOps: 200000, maxRooms: 64, sourceKeeperRoomCost: 10, avoidTargets(roomName)...
# This is not for requesting support for new games/applications To do this you should go to https://github.com/CubeCoders/AMPTemplates and first attempt to build a configuration yourself - otherwise you can...
I was continiously getting the error message `Undefined Token: .....` from the ErrorMapper. I partially fixed this, with the following code, however it's not ideal as it doesn't directly show...