Ecosyste.ms: Timeline
Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.
junhaoliao pushed 2 commits to migrate-v9 junhaoliao/eslint-config-yscope
junhaoliao pushed 10 commits to migrate-v9 junhaoliao/eslint-config-yscope
- Remove `node` globals from common config. ac0fe90
- Change import sorting rules. b8dccee
- Migrate `react`; @stylistic/eslint-plugin-jsx add new rule: - jsx-function-call-newline b9bdc27
- react plugin add rules: - function-component-definition: warn - jsx-indent-props: off (stylistic) - jsx-no-useless-fr... 762bed7
- Remove react.js. 91de045
- Fix indent. 87b8fd6
- Migrate meteor config. 0774e26
- Migrate typescript config. 1d0d5a0
- Fix bare object / file naming. a5c5fb2
- Fix import naming. b819542
junhaoliao created a review comment on a pull request on y-scope/clp-ffi-js
and setting cache variables allow docstrings (though it's not like we can't write a comment instead i guess they don't strictly need to be cache variables
junhaoliao created a review comment on a pull request on y-scope/clp-ffi-js
my understanding of CMake cache variables is that they are like configuration variables that can be overridden by `-DXXX` passed to the `cmake` command. with that said, realistically, in this p...
junhaoliao created a comment on an issue on webpack/webpack-cli
> this is replaced by `--env`/`--node-env` Thank you for pointing that out. I did notice this change after looking through a few Pull Requests, and it did cause some confusion since it wasn't cl...
junhaoliao created a review comment on a pull request on y-scope/clp
Gotcha. Let me defer this after investigating the viability of turning the app into a Vite-React app.
junhaoliao created a comment on a pull request on y-scope/yscope-log-viewer
@Henry8192 can we address the linter checks before we proceed further? If the ClpIrDecoder return error is the blocker, we can wait for https://github.com/y-scope/clp-ffi-js/pull/42 to be merged fi...
junhaoliao created a comment on a pull request on y-scope/clp
Alternatively, shall we look into turning this into a Vite-React app? That way we don't have to manage the build configs on our own with webpack.
junhaoliao pushed 1 commit to checkinstall-fstrans=no junhaoliao/clp
- Remove target `liblzma` from install command in `liblzma.sh` - Apply suggestions from code review Co-authored-by: B... 822a452
junhaoliao pushed 1 commit to enum-PascalCase junhaoliao/clp-ffi-js
- Reverse unintended change in cLogLevelNames. f5d61aa
junhaoliao opened a pull request on y-scope/clp-ffi-js
Rename LogLevel enum values to use PascalCase; prefix enum class specific values with the enum name (fixes #39).
<!-- Set the PR title to a meaningful commit message that: - follows the Conventional Commits specification (https://www.conventionalcommits.org). - is in imperative form. Example: fix: Don't ...junhaoliao opened a pull request on webpack/webpack-cli
docs: add missing documents for removal of `--define-process-env-node-env`
<!-- Thanks for submitting a pull request! Please provide enough information so that others can review your pull request. --> **What kind of change does this PR introduce?** <!-- E.g. a bugfix,...junhaoliao pushed 1 commit to document-missing-define-process-env-node-env junhaoliao/webpack-cli
- docs: Add missing documents for removal of `--define-process-env-node-env`. 9c87359
junhaoliao created a branch on junhaoliao/webpack-cli
document-missing-define-process-env-node-env - Webpack's Command Line Interface
junhaoliao pushed 1 commit to parse-package-json junhaoliao/clp-ffi-js
- Quote `${CLP_FFI_JS_PROJECT_NAME}`. 3e768d6
junhaoliao created a review comment on a pull request on y-scope/clp-ffi-js
```suggestion "${CLP_FFI_JS_PROJECT_NAME}" ```
junhaoliao pushed 1 commit to parse-package-json junhaoliao/clp-ffi-js
- Check for package.json existence before reading. eae6c3e
junhaoliao created a comment on a pull request on y-scope/clp-ffi-js
We could also have used [string(JSON ...)](https://cmake.org/cmake/help/latest/command/string.html#json) but that is > Added in version 3.19. We're currently enforcing `cmake_minimum_required(V...
junhaoliao opened a pull request on y-scope/clp-ffi-js
chore(build): Extract CMake project name and version from `package.json`.
<!-- Set the PR title to a meaningful commit message that: - follows the Conventional Commits specification (https://www.conventionalcommits.org). - is in imperative form. Example: fix: Don't ...junhaoliao pushed 1 commit to main junhaoliao/clp-ffi-js
- ci: Add GH workflow for publishing to npm. (#43) beff6ae