Ecosyste.ms: Timeline
Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.
junhaoliao created a review comment on a pull request on y-scope/clp-ffi-js
if you mean where a developer downloads the artifacts from the job's Summary page, sure
junhaoliao created a review comment on a pull request on y-scope/clp-ffi-js
Can we pass in the vector directly? e.g. `LogEvents<LogEvent> const& log_events`
junhaoliao created a comment on a pull request on y-scope/clp-ffi-js
Alternatively, this config would also work though it is less straight forward: ``` - name: "Upload build artifacts" uses: "actions/upload-artifact@v4" with: # H...
junhaoliao pushed 1 commit to fix-publish-to-npm junhaoliao/clp-ffi-js
- Specify artifact name "dist" for upload and download steps. 599c889
junhaoliao pushed 1 commit to main junhaoliao/clp-ffi-js
- ci(publish-to-npm): Fix incorrect artifact download path. ae96d98
junhaoliao pushed 32 commits to main junhaoliao/clp-ffi-js
- Add license, PR template, and issue templates. (#2) 6e1b751
- Add initial files for `clp_ffi_js::ir::StreamReader`. (#1) Co-authored-by: Junhao Liao <[email protected]> Co-author... 2092c9f
- Generate TypeScript definition file for the ClpFfiJs module. (#4) 018a274
- Taskfile: Exclude emsdk caches from checksums. (#3) 2fd345c
- Add package.json file for releasing clp-ffi-js as a package. (#5) a6a518f
- Temporarily lock emsdk version to 3.1.67 to work around #6. (#7) d8fac7b
- Use emsdk's install script rather than cloning a specific release. (#9) d19be4a
- Add tasks to perform linting including checking YAML files. (#13) 1d19bf0
- Add GH workflow to run lint checks daily as well as for every commit and PR. (#14) 475dd1f
- Pass emsdk path from Taskfile to CMake build; Fix emsdk task name in README. (#16) 7d7a1c3
- Replace C++ linting configs with those managed by yscope-dev-utils; Forcibly enable `CMAKE_EXPORT_COMPILE_COMMANDS`. ... be24868
- Add tasks to perform C++ linting with clang-format v18. (#17) Co-authored-by: Junhao Liao <[email protected]> 3457e37
- Allow using other CMake generators besides "Unix Makefiles". (#19) 0ca63a2
- Add tasks to run C++ static analysis using clang-tidy; Separate CMake project config into its own task. (#18) 8d181d1
- Add log-level filtering methods and associated refactoring: (#12) - Move log-level parsing from the decode method to... 4245173
- Update version for 0.2.0 release. (#20) e4fda3e
- Refactor `StreamReader` to modularize decoding logic. (#22) 9e82372
- Enable exception catching; Separate build targets for `node` and `worker` environments. (#11) 82079a5
- chore: Update to the latest version of yscope-dev-utils. (#27) c6f1c54
- Split `StreamReader` into an interface and implementation to prepare for adding another IR stream reader. (#26) Co-a... 8e3b660
- and 12 more ...