Felicia Hwang

Results 10 comments of Felicia Hwang

hi could i work on this? i have investigated the issue and found that in `build.gradle`, the function `syncFrontendPublic` does not include `logo.png`.

hi @JoanneHing i have investigated this issue. it seems that `AuthorBlurbMap` and `ChartBlurbMap` both extend from `AbstractBlurbMap` which uses **HashMap** for its `blurbMap` attribute which is why insertion order is...

hi i would like to work on this issue! ill review the code further and see how i can come up with a way to sort the values & break...

hi just like what u mentioned, is it ok if i make the following changes: 1. For group by author: Remove “sort by default order” (since it’s not meaningful). 2....

hi i would like to work on this issue! i will start by following the deployment guide to get a better idea of the workflow

hi could i work on this? ill approach this issue by extracting the CI logic into a shared workflow in `reposense-action` and having both `publish-RepoSense` and `code-portfolio` call that shared...

hi ive investigated the issue. there needs to be tighter ESLint rules so ur rule violations can be flagged.

hi, ive tried this workflow in my local and it seems to work. ive added a `trigger-regression-test.yml` workflow in `RepoSense` that automatically triggers a workflow in `publish-RepoSense` on every pull...

Hi! It's my first time coding with Vue.js, but I tried investigating the issue, let me know if it makes sense. In `c-summary.vue`, the `getFiltered()` method has a line `this.setSummaryHash()`....