Ecosyste.ms: Timeline

Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.

junhaoliao

junhaoliao pushed 3 commits to profile junhaoliao/yscope-log-viewer
  • chore: Update GitHub pull-request template to the latest from `y-scope/public-repo-template`. (#174) 60c476b
  • Merge remote-tracking branch 'yscope/main' into profile 337b86a
  • Remove ProfilesContext and integrate profile management into config utils. cb13dd0

View on GitHub

junhaoliao pushed 1 commit to vite junhaoliao/yscope-log-viewer
  • Add back meta "keywords" in index.html ff935ad

View on GitHub

junhaoliao created a review comment on a pull request on y-scope/yscope-log-viewer
```suggestion <meta name="keywords" content="yscope clp debug debugging large log logs s3 scanner viewer vscode"> <meta name="viewport" content="initial-scale=1, maximum-scale=...

View on GitHub

junhaoliao created a review on a pull request on y-scope/yscope-log-viewer

View on GitHub

junhaoliao opened a draft pull request on y-scope/yscope-log-viewer
build: migrate from Webpack to Vite.
<!-- markdownlint-disable MD012 --> <!-- Set the PR title to a meaningful commit message that: * is in imperative form. * follows the Conventional Commits specification (https://www.convent...
junhaoliao pushed 1 commit to vite junhaoliao/yscope-log-viewer
  • Update viewport meta tag in index.html a7269a8

View on GitHub

junhaoliao pushed 1 commit to vite junhaoliao/yscope-log-viewer
  • Update favicon path in index.html 83c57c2

View on GitHub

junhaoliao pushed 1 commit to vite junhaoliao/yscope-log-viewer
  • Add `esModuleInterop` to `tsconfig.node.json` to improve module compatibility. 48aed37

View on GitHub

junhaoliao pushed 1 commit to vite junhaoliao/yscope-log-viewer
  • Disable `noPropertyAccessFromIndexSignature` in tsconfig. 221074d

View on GitHub

junhaoliao pushed 1 commit to vite junhaoliao/yscope-log-viewer
  • Refactor timestamp handling to use bigint type d5e189c

View on GitHub

junhaoliao pushed 1 commit to vite junhaoliao/yscope-log-viewer
  • Fix syntax for accessing environment variables 2d7b02a

View on GitHub

junhaoliao pushed 1 commit to vite junhaoliao/yscope-log-viewer
  • Refactor MainWorker imports to use renamed worker file dcdc4b1

View on GitHub

junhaoliao pushed 1 commit to vite junhaoliao/yscope-log-viewer
  • Add jest.config.ts to tsconfig.node.json include list 98687b6

View on GitHub

junhaoliao pushed 1 commit to vite junhaoliao/yscope-log-viewer
  • Add Jest config to TypeScript overrides in ESLint setup 44ddeb4

View on GitHub

junhaoliao pushed 2 commits to vite junhaoliao/yscope-log-viewer
  • Add comment to explain why adding import/ignore to eslint settings. 35aabf2
  • Add test folder to ESLint configuration. b1a7f46

View on GitHub

junhaoliao created a branch on junhaoliao/yscope-log-viewer

vite - A tool that can be used to view logs compressed in CLP's IR Stream format.

junhaoliao created a review on a pull request on y-scope/clp

View on GitHub

junhaoliao created a review comment on a pull request on y-scope/clp
i think for now it's fine not to log after init completion, since we don't expect constructor to hang. In cases where the constructor throws, we shall be notified for any exception messages.

View on GitHub

junhaoliao created a review comment on a pull request on y-scope/clp
/** * Initializes a Fastify plugin, which decorates the application with an S3 manager at the * "s3Manager" property when all plugin options are valid. */ ```suggestion export default fasti...

View on GitHub

junhaoliao created a review on a pull request on y-scope/clp

View on GitHub

junhaoliao created a comment on a pull request on y-scope/clp
I modified the PR title directly.

View on GitHub

junhaoliao created a review comment on a pull request on y-scope/clp
```suggestion console.log(`Initializing S3Manager with region="${region}"...`); ```

View on GitHub

junhaoliao created a review on a pull request on y-scope/clp

View on GitHub

junhaoliao pushed 1 commit to main y-scope/eslint-config-yscope
  • fix(docs): Fix typo in CommonJS Node.js setup example. 68d0c1b

View on GitHub

junhaoliao created a review comment on a pull request on y-scope/yscope-log-viewer
I feel some of these handlings shall be done in the UrlContextProvider instead: 1. Instead of expecting `queryString`, `isCaseSensitive` and `isRegex` from the URL search parameters, can we expect...

View on GitHub

junhaoliao created a review comment on a pull request on y-scope/yscope-log-viewer
Instead of adding this state variable, can we simply run the query (if applicable) whenever `WORKER_RESP_CODE.LOG_FILE_INFO` is received?

View on GitHub

junhaoliao created a review comment on a pull request on y-scope/yscope-log-viewer
similar to the other state variables, can we reset these at the beginning of `loadFile`?

View on GitHub

junhaoliao created a review on a pull request on y-scope/yscope-log-viewer
great job. the changes are mostly clean but i think we can make some structural improvements. please do merge `yscope/main` into your branch before making further changes, to avoid more conflicts.

View on GitHub

junhaoliao created a review on a pull request on y-scope/yscope-log-viewer
great job. the changes are mostly clean but i think we can make some structural improvements. please do merge `yscope/main` into your branch before making further changes, to avoid more conflicts.

View on GitHub

junhaoliao pushed 3 commits to profile junhaoliao/yscope-log-viewer
  • Define default profile beforehand. 54b7966
  • Create ProfilesContextProvider 46c3e18
  • Refactor settings to replace modal with sidebar panel. 2361e39

View on GitHub

Load more