Adam Laycock

Results 21 issues of Adam Laycock

Although Adauth has tests for all its code they aren't laid out very well and a lot of _advanced_ functionality is tested in the same file as making sure we...

Documentation

Adauth needs to be testable on travis to make the development process smoother, at the moment at release I can only say for sure that the LDAP portion of the...

As it says in the docs (http://docs.screeps.com/api/#StructureStorage.store) energy is always defined so does not need to be an optional property.

Improves the type definitions for the output of `Game.map.describeExits()` - Sets the index type to string - Sets the properties to readonly

I was thinking of making a few modules: - [x] `creep-has-bodypart` - does the given creep have the given body part - [x] `creep-count-bodypart` - how many of the body...

My work for #25

I'm repeating myself in a few packages with my stubbings which isn't really necessary. If we create `@open-screeps\tests-stub` it could provide: - All the constants - A selection of creeps...

Fixes #19 by using `cmd.exe /C` instead of `/bin/bash -c` when the platform is win32 Also ignore node_modules/ (my first git add went nuts with the whole node_modules folder)

Running Windows 10 Pro x64 I get this error when trying to run a build: ``` events.js:85 throw er; // Unhandled 'error' event ^ Error: spawn /bin/bash ENOENT at exports._errnoException...

When deploying an MSI through a GPO you have a couple of options for ensuring that the right architecture is deployed to the right machines. The core of this is...

upstream