Marcus Tang

Results 18 comments of Marcus Tang

Currently, git has a nifty feature called [mailmap](https://git-scm.com/docs/gitmailmap). By specifying a `.mailmap` file in the top level of the repository, it allows a user to map author/commiter names and/or e-mail...

As there are some issues with `NpmInstallTask` that @yhtMinceraft1010X brought up above, for now, let's continue using the current `ExecutePackageManagerTask` with `ci`, which is implemented in #1863.

> For (2), @MarcusTXK was exploring the possibility of a similar schema in the RepoSense repository, and also potentially using it to generate the form on the wizard. Let's discuss...

@sopa301 Feel free to create a new issue if you feel that [eslint-plugin-vue-pug](https://github.com/rashfael/eslint-plugin-vue-pug) might be a good addition to the FE, so the team can discuss it further.

Good catch! Let me update this issue to make it more general to update all notations to use shorthand. I definitely agree that it might make it less clear to...

Hi @nseah21, just bumping this PR to check its progress. Could I check if there are any major blockers for you currently?

Preliminary investigation shows that the problem can likely be solved if we locate the offending class (likely a `java.*` class) and avoiding serializing `java.*` classes without writing an explicit type-adapter....

Im currently using Java 11, but with a language level of 8 (in Intellij IDEA). That said, Im not exactly sure how much the language level affects the compiler, or...

To clarify, this does not affect my runs either, but it might be good to resolve as `All illegal access operations will be denied in a future release`. This affects...

Based on some preliminary investigation, it might be related to [this issue](https://github.com/codecov/codecov-action/issues/598) reported on codecov.