Leo Friedrichs

Results 14 issues of Leo Friedrichs

Includes the following patches: - SUPEE-8167 - SUPEE-8967 - SUPEE-9652 - SUPEE-9767

Report is an object that can be created (and optionally saved) from the current profiling data. It can be consumed by output functions (stream, email, custom). Long term I can...

It's currently not possible to profile Memory deserialization cost, because the Profiler accesses (and therefor deserializes) Memory when checking if it should be profiling. This can be solved in one...

The profiler should be able to profile a certain section of code. Currently you would have to wrap it into a function and call that: ``` // some code profiler.registerFN(()...

- [x] The module should calculate the effective power a tower can perform at specified range. This is mostly useful for usage along with `TOWER_POWER_ATTACK`, `TOWER_POWER_HEAL` or `TOWER_POWER_REPAIR`. Optionally create...

new package

The current setup uses [yeoman](https://www.npmjs.com/package/yeoman) to create new files, which works fine for this exact use case. When changes have to be made to every package (such as in [this...

enhancement

In npm the license currently links to `https://github.com/postcrafter/open-screeps/license.md` which results in a 404 error.

bug

The module should return the current screeps time, this basically comes down to creating a function that returns [`Game.time`](http://docs.screeps.com/api/#Game.time). Benefit of using this module is the separation of concern, if...

new package

According to the TypeScript declarations the property function of `property` allows to return `void`. The documentation and the JSDoc right above it say it should return `true` or `false`, so...