Leo Friedrichs

Results 8 comments of Leo Friedrichs

I haven't checked how it works exactly, but you might want to have a look at https://github.com/ScreepsQuorum/screeps-quorum/blob/master/src/programs/city/layout.js, specifically at `STRUCTURE_LOADER` (for the towers) and `STRUCTURE_CRANE` (for terminal/storage).

Using this kind of LookupTypes is perfectly fine, in fact [`typed-screeps` uses them as well](https://github.com/screepers/typed-screeps/blob/833001a50160b5513174ad8e1d4cc98ab81a4f6f/src/helpers.ts#L201-L243). All you have to do is setting up your `Structures` LookupType and define your function...

I feel like this would especially make sense if you got the corresponding Zaishen Quest active - I'll provide a list of IDs via edit. It's actually really easy to...

There were a lot of discussions going on over ambient declaration files and extending screeps declarations. Most people seemed to be writing theiir declaration files manually, but I never feelt...

How would a web service interact with multiple accounts running at the same time? I really like the idea, especially for other information, just not sure how it would work...

What's the use case for triggering hotkeys using chat commands?

I don't think a predefined selection of rooms and room objects (like creeps) is a good idea, as tests might want to check for different environments. Simple functions to create...

I just wanted to point out that there is [a plugin](https://github.com/Updater/semantic-release-monorepo) that already handles the splitting of commit history and separate releases by running `semantic-release` for each package separately. It...