y0nd0

Results 6 issues of y0nd0

**Bug Description** In hardware renderer the sun flares shine through walls. Tested in Need for Speed Most Wanted. **To Reproduce** Play the game and make sure the sun is in...

GS
GS: Hardware
GS: Texture Cache

I just created one chart and get this warning on console: > There is a chart instance already initialized on the dom. (echarts.js:2168) I just update options. I'm on Ionic...

The current events are only emitted when clicked on the dots / points of the line curve. But it would be create if there is an event that is triggered...

**Data** ```ts // [Date, number] const data = [ [new Date('2020-01-01'), 42], [new Date('2020-01-02'), 87], [new Date('2020-01-03'), 27], [new Date('2020-01-04'), 13], [new Date('2020-01-05'), 7], [new Date('2020-01-06'), 33], [new Date('2020-01-07'), 66],...

How to use transform regression in echarts (ngx-echarts) TypeScript? Missing type? ```ts import * as echarts from 'echarts'; import * as ecStat from 'echarts-stat'; echarts.registerTransform(ecStat.transform.regression); ``` ![image](https://user-images.githubusercontent.com/68586847/113487730-fb3ef580-94b9-11eb-902f-692ce29e2cc9.png) **ecStat.d.ts** ```ts //...

# Issue / Improvement / Feature Request ### Relevant Package `@angular/common` ([source](https://github.com/angular/angular/blob/master/packages/common/src/pipes/keyvalue_pipe.ts)) ### Description Currently the `keyvalue` pipe sorts the keys. This result in e.g. ```text 1, 10, 11, 12,...

feature
area: common
breaking changes
feature: under consideration
feature: votes required