orange4glace
orange4glace
I found that it occurs if `p1` and `p2` are same.
> can you add some example of usage of this new feature in documentation in this repo and/or in https://github.com/pixijs/examples ? Sure! I think it could be done in examples...
> @orange4glace would love to get this in v7. Would you might resolving these conflicts? Sure! just fixed. (new *System* implementations are also applied, like `extensions.add(TransformFeedbackSystem);`) I've checked it works...
Also, `instanceCount = 0` is not working intentionally. ```ts // GeometrySystem.ts gl.drawElementsInstanced(type, size || geometry.indexBuffer.data.length, glType, (start || 0) * byteSize, instanceCount || 1); ``` ```ts // GeometrySystem.ts gl.drawArraysInstanced(type, start,...
Agreed. Rather than modifying both server and client code, distinguishing websocket messaging like using channel by modifying only server code (and minimum client code modification as possible) seems to be...
The new commit remains client code unchanged (so the code is completely same with the upstream master code) and only server code is changed. Please see the [commit](https://github.com/webpack/webpack-dev-server/pull/2017/commits/73eae26785caa7b08fe057bebd5f1b1c474fa6b6) (even it...
Actually the error is much same with what [Azure pipeline did](https://github.com/webpack/webpack-dev-server/pull/2017/checks?check_run_id=147933407). It seems error happens on **Lint:prettier** Error log is [here](https://pastebin.com/kYrRkUjZ), and the complete log file is [here](https://pastebin.com/55y7WteG)
@dsilhavy Oh I didn't think about that. That would be more reasonable! Since [there's a code](BUFFER_RANGE_CALCULATION_THRESHOLD) which is getting the executed fragment within the currentTime, I just added `BUFFER_RANGE_CALCULATION_THRESHOLD` (which...
> please where I can find the source code the dynamic algorithm that groups bola and troughtput Maybe you mean this, https://github.com/Dash-Industry-Forum/dash.js/blob/development/src/streaming/controllers/AbrController.js#L490
@dsilhavy If possible, I hope this could be considered in 3.2.2 :)