James Pang

Results 7 issues of James Pang

Our front end testing coverage is rather low, hence UI regressions can happen very often. Let's add more front end tests, in particular: - summary view's functionalities: - [x] `ctrl-clicking...

p.Low
a-Testing
a-FrontEnd
ToVerifyRelevance

In the front end pug files, strings are concatenated with variables using the `+` operator. This might be messy for lines with a lot of variables concatenated together. Let's use...

d.FirstTimers
p.Low
a-CodeQuality
a-FrontEnd

To replicate: modify date for months with less than 31 days (February, April, June, September and November) to dates that are non-existent (eg: Feb 31st, April 31st etc.). ![weird-date-bug](https://user-images.githubusercontent.com/32864116/59161948-a6c7ca80-8b1b-11e9-9595-bc0314f1c132.gif)

c.Bug
p.Zero
a-FrontEnd
ToVerifyRelevance

> After this PR, can you put up an issue to combine all the zoom hashes into a single hashes using base64 encoding? This is to centralize the use of...

p.Medium
a-FrontEnd

**Problem**: When using Coverage tab in Chrome dev tools to analyse the coverage of our CSS and JS files, it is shown that we are utilising `vue-loading-spinner.css` and `mui.min.css` in...

p.Low

When clicking on ramp slices that are from authors with their name as display name rather than the GitHub user name, it leads to no commits found for this author....

p.Low
a-FaultTolerance
a-Backend

### Context Currently `react-slick` does not support dynamic children, where if any of the children is updated after the slider is mounted, the slider does not re-render accordingly. This is...