Kent Rasmussen

Results 70 issues of Kent Rasmussen

Look, it upgraded! ![scscrnshot_112115_203623](https://cloud.githubusercontent.com/assets/602905/11321935/d37d6e8e-908f-11e5-9b9a-46f9e0398603.gif) Then if I manually take a drone, and make a hatchery, like my build order goal wants, things go back to normal. ![scscrnshot_112115_203630](https://cloud.githubusercontent.com/assets/602905/11321937/dfe51e6a-908f-11e5-9d8f-5fc2873cfa33.gif) It also doesn't...

![scscrnshot_120115_172013](https://cloud.githubusercontent.com/assets/602905/11518590/0e54fe88-9850-11e5-9646-d1f024c961ef.gif) I then took control and made another hatchery (for previous bug), and upgraded one to a lair, and it started at the lair. ![scscrnshot_120115_172100](https://cloud.githubusercontent.com/assets/602905/11518593/1d3be934-9850-11e5-9f4c-cba7a5c03e06.gif)

**NOTE: These changes are untested. I need to rebase my docker branch with the latest changes, but there are a lot of conflicts.** Changes: - Add `range: 200` to `G.skills.curse`...

- Pretty format the YAML file - Add Cache-Control headers to images, css, and sounds (things that are unlikely to change between versions)

I was playing around with XP modifiers and ended up with an XP so high that the character refused to save. This fixed that problem.

I'd also recommend adding Imgbot from the GitHub Marketplace https://github.com/marketplace/imgbot and having that make PRs if someone updates images.

Scope: central server
Type: performance
Scope: meta
Status: waiting for review

When I tried to chain select fields like ```php (new QueryBuilder('node')) ->selectField('Id') ->selectField((new QueryBuilder('Bearer_Token__c'))->selectField('value')) ->selectField((new QueryBuilder('Webhook_Endpoint__c'))->selectField('value')) ``` PHPStan was giving me errors, because `selectField` isn't accessible on AbstractQueryBuilder. This commit...

| Q | A |-------------- | ------ | Documentation |no | Bugfix | no | BC Break | maybe? | New Feature | no | RFC | yes | QA...

BC Break

Would it make sense for `SlevomatCodingStandard.TypeHints.UnionTypeHintFormat` to also format [Intersection Types](https://github.com/PHPCSStandards/PHP_CodeSniffer/blob/4fd52f75c8f29114423e9a379bf86fa894750bc3/src/Util/Tokens.php#L84), too?

I should have the code kicking around somewhere that generates static 3D skins in pure JS. http://earthiverse.ca/#minecraft_skin I could update it to work with 1.8 skins and add them in....

enhancement