Patrick Stanford

Results 7 issues of Patrick Stanford

I cannot see any direct support for publishing to the GitHub Packages, is there support for this, or any plans to do so?

This will allow developers to add the functionality that overlay scrollbars brings to any element in Angular. Basic *working* proof of concept: ```ts import { Directive, AfterViewInit, Input, ElementRef, SimpleChange...

angular

I've created a Proof of Concept (POC) here: https://github.com/pathurs/alsatian-refactor-POC This would be an internal refactor of Alsatian's main processing stream, and would hopefully be able to solve many of the...

enhancement
code health

Docs: http://docs.screeps.com/api/#Constants STRUCTURE_WALL: "constructedWall",

http://docs.screeps.com/api/#Room.createFlag http://docs.screeps.com/api/#RoomPosition.createFlag Just add `| string` and we good.

Simply put, a previous refactor incorrectly altered the way the elapsed ticks was calculated. Previously, if given the following: ``` //Game.time === 120; Game.profiler.profile(5) Memory.profiler.enabledTick = 120; // correct Memory.profiler.disableTick...

If a folder ends with `.js`, `.jsx`, or `.js.map`, it will attempt to upload it, throwing an error: ``` Error: EISDIR: illegal operation on a directory, read Emitted 'error' event...