Ecosyste.ms: Timeline
Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.
coderabbitai[bot] created a comment on a pull request on y-scope/clp-ffi-js
<!-- This is an auto-generated comment: summarize by coderabbit.ai --> <!-- This is an auto-generated comment: review in progress by coderabbit.ai --> > [!NOTE] > Currently processing new changes ...
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 created a review comment on a pull request on y-scope/clp-ffi-js
```suggestion "${CLP_FFI_JS_PROJECT_NAME}" ```
coderabbitai[bot] created a review on a pull request on y-scope/clp-ffi-js
**Actionable comments posted: 0** <details> <summary>๐งน Nitpick comments (3)</summary><blockquote> <details> <summary>CMakeLists.txt (3)</summary><blockquote> `18-27`: **Consider using a more rob...
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...
coderabbitai[bot] created a review comment on a pull request on y-scope/clp-ffi-js
_:hammer_and_wrench: Refactor suggestion_ **Add error handling for package.json read operation** The `file(READ ...)` command doesn't verify if the file exists or is readable. Consider adding err...
coderabbitai[bot] created a review on a pull request on y-scope/clp-ffi-js
**Actionable comments posted: 1** <details> <summary>๐งน Nitpick comments (1)</summary><blockquote> <details> <summary>CMakeLists.txt (1)</summary><blockquote> `14-23`: **Improve JSON parsing robu...
coderabbitai[bot] created a review on a pull request on y-scope/clp-ffi-js
**Actionable comments posted: 1** <details> <summary>๐งน Nitpick comments (1)</summary><blockquote> <details> <summary>CMakeLists.txt (1)</summary><blockquote> `14-23`: **Improve JSON parsing robu...
coderabbitai[bot] created a comment on a pull request on y-scope/clp-ffi-js
<!-- This is an auto-generated comment: summarize by coderabbit.ai --> <!-- This is an auto-generated comment: review in progress by coderabbit.ai --> > [!NOTE] > Currently processing new changes ...
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 y-scope/clp-ffi-js
- ci: Add GH workflow for publishing to npm. (#43) beff6ae