Disorder AA

Results 11 issues of Disorder AA

![image](https://user-images.githubusercontent.com/2883539/35127333-c2fdad02-fcc2-11e7-9e99-b2cad169ddfd.png) What a hell is going on?! Why THREE was created twice?

There is unable to extend classes ```javascript var robot = require('robot-js'); class Window extends robot.Window { constructor(hwnd) { super(hwnd); this.newProperty = 'hello'; } newFeature(){} } var wnd = new Window();...

Request

I want to realize window "blink" effect making focus on and off. I've tried to realize by setting `active` to window and then to desktop, but active sets only if...

When I try to extend module B from module A, I get state of A ``` @Module class Collection extends VuexModule { url = "/collection"; items = []; } @Module({...

Trying to use this module for share common logic Found question #13 and it works, but with bug of initializing actions (and maybe mutations too) ```javascript export default class Collection...

bug
help wanted

https://github.com/EsotericSoftware/spine-runtimes/blob/6661ae9322986c84267f7b4b71d66d332dad6d29/spine-ts/spine-player/src/Player.ts#L762 I suggest to calculate viewport size by clipping, but not min-max vertices. Sometimes animation goes out of bounds and player fits viewport size to not visible parts. It's unexpected...

bug

Fixes #2219 Calculate only bounding of clipping attachments, if they exist. Example: Violet border is debug of clipping **Before:** ![image](https://user-images.githubusercontent.com/2883539/210115069-c11cebac-9af1-48db-96b6-d2452615ba08.png) **After:** ![image](https://user-images.githubusercontent.com/2883539/210115167-3d0fd74f-442a-4d3d-a7c3-9cd4028c0d42.png) Spineboy **Before** ![image](https://user-images.githubusercontent.com/2883539/210115424-947b3f18-4965-4baf-a327-020d5d4f735f.png) **After** ![image](https://user-images.githubusercontent.com/2883539/210115299-32f79621-251d-434c-87b3-7ca3e13ccfcf.png)

``` gulp.src('**/*.jade') .pipe(jade()) .pipe(cache('tmpl')) // -- another task -- cache.GetStreamFrom('tmpl') .pipe some staff .pipe(gulp.dest('dist')) ``` Should I use through2 or any like this?

```javascript const admterritorySchema = { type: 'admterritory', id: 'string', attributes: { // ... }, relationships: { population: { included: true, type: 'hasMany', model: 'population', reflection: false } } }; ```...

It will be very useful. I need coordinates of each small subimage found in larger image. Thanks!