Go Straightforward Web Application Development.

I'm Ryota Murakami who lives in Tokyo. Currently working as a freelance React/Node/TypeScript developer. Here is my independent OSS organization.

Personal photo showcasing development work
Creative coding project snapshot
Technology workspace environment
Software engineering collaboration
Programming achievement highlight

Github Feed

  1. @ryota-murakami ryota-murakami closed an issue in laststance/corelive · October 18, 2025 21:25
    Electron E2E: ensure Clerk user syncs to main process #2
    ## Summary Playwright's Electron setup step occasionally failed to propagate the authenticated Clerk user into the Electron main process. When `win…
  2. @ryota-murakami ryota-murakami reopened an issue in laststance/corelive · October 18, 2025 21:25
    Electron E2E: ensure Clerk user syncs to main process #2
    ## Summary Playwright's Electron setup step occasionally failed to propagate the authenticated Clerk user into the Electron main process. When `win…
  3. @ryota-murakami ryota-murakami closed an issue in laststance/corelive · October 18, 2025 21:25
    Electron E2E: ensure Clerk user syncs to main process #2
    ## Summary Playwright's Electron setup step occasionally failed to propagate the authenticated Clerk user into the Electron main process. When `win…
  4. @ryota-murakami ryota-murakami closed an issue in laststance/corelive · October 18, 2025 21:25
    Electron TypeScript 移行計画 #3
    # 背景 - Electron メイン/プリロードを TypeScript 化しつつ、既存の electron-builder 配布パイプラインを維持したい。 - Node 22 / Electron 32 への移行が進んでいるため、ESM 前提のコードベースに揃える必要がある。 # ゴール …
  5. @ryota-murakami ryota-murakami deleted branch refs/heads/refactor/split-e2e-folder in laststance/corelive · October 19, 2025 04:25

    Updated Oct 19

  6. @ryota-murakami ryota-murakami pushed to laststance/corelive · October 19, 2025 04:25
    2 commits to main
    • @ryota-murakami 5b17034
      feat(e2e): add comprehensive Electron integration tests for basic fun…
    • @ryota-murakami 55eefec
      chore: update package manager version and refine E2E test scripts
    • 2 more commits »
  7. @ryota-murakami ryota-murakami opened laststance/corelive#5 · October 18, 2025 21:25
    feat(e2e): add comprehensive Electron integration tests for basic fun… #5

    …ctionality, deep linking, and desktop features

    • Introduced new E2E test files: basic-integration.spec.ts, deep-linking.spec.ts, and desktop-integr…
    +7 -10
    2 comments
  8. @ryota-murakami ryota-murakami created a branch in laststance/corelive · October 19, 2025 04:09
  9. @ryota-murakami ryota-murakami pushed to laststance/corelive · October 19, 2025 01:15
    1 commit to main
    • @ryota-murakami 459e70b
      chore: update dependencies in package.json
  10. @ryota-murakami ryota-murakami pushed to laststance/corelive · October 19, 2025 01:11
    2 commits to main
    • @ryota-murakami 64ca112
      fix: prevent TodoItem text clicks from toggling checkbox
    • @ryota-murakami ef6a114
      Merge pull request #4 from laststance/fix/todo-checkbox-text-click
  11. @ryota-murakami ryota-murakami opened laststance/corelive#4 · October 18, 2025 17:09
    fix: prevent TodoItem text clicks from toggling checkbox #4

    🐛 Problem

    Previously, clicking anywhere on the TODO text would toggle the completion status due to the <label> element with htmlFor attribute being…

    +44 -4
    3 comments
  12. @ryota-murakami ryota-murakami created a branch in laststance/corelive · October 19, 2025 00:09
  13. @ryota-murakami ryota-murakami deleted branch refs/heads/feature/browser-extension-wxt-migration in laststance/nsx · October 18, 2025 11:12

    Updated Oct 18

  14. @ryota-murakami ryota-murakami pushed to laststance/nsx · October 18, 2025 11:12
    2 commits to main
  15. @ryota-murakami ryota-murakami pushed to laststance/nsx · October 18, 2025 10:44
    1 commit to feature/browser-extension-wxt-migration
    • @ryota-murakami ea53abd
      fix(ci): override working-directory in build-summary job to use root …
  16. @ryota-murakami ryota-murakami pushed to laststance/nsx · October 18, 2025 09:45
    1 commit to feature/browser-extension-wxt-migration
    • @ryota-murakami b983583
      test(browser-extension): skip 8 failing E2E tests with Plane issue re…
  17. @ryota-murakami ryota-murakami pushed to laststance/nsx · October 18, 2025 08:32
    1 commit to feature/browser-extension-wxt-migration
    • @ryota-murakami 49e4972
      fix(ci): add additional 10s wait after MySQL health check for full st…
  18. @ryota-murakami ryota-murakami pushed to laststance/nsx · October 18, 2025 08:28
    1 commit to feature/browser-extension-wxt-migration
    • @ryota-murakami a880ca1
      fix(ci): add proper MySQL health check and database setup for browser…
  19. @ryota-murakami ryota-murakami pushed to laststance/nsx · October 18, 2025 07:45
    1 commit to feature/browser-extension-wxt-migration
    • @ryota-murakami 776de53
      fix: properly background Express server in E2E workflow
  20. @ryota-murakami ryota-murakami pushed to laststance/nsx · October 18, 2025 07:14
    2 commits to feature/browser-extension-wxt-migration
    • @ryota-murakami 874534c
      docs: add comprehensive documentation for API specifications, browser…
    • @ryota-murakami 57776e6
      chore: update .gitignore to exclude 'corsor' directory while keeping …
    • 1 more commit »
  21. @ryota-murakami ryota-murakami pushed to laststance/nsx · October 18, 2025 06:56
    1 commit to feature/browser-extension-wxt-migration
    • @ryota-murakami 568578b
      chore: remove outdated documentation files for API specification, cod…
  22. @ryota-murakami ryota-murakami pushed to laststance/nsx · October 18, 2025 06:41
    2 commits to feature/browser-extension-wxt-migration
    • @ryota-murakami 187ea6c
      test: enhance E2E tests for browser extension with ESLint rules and i…
    • @ryota-murakami bcf7309
      chore: update browser extension CI to use pnpm server:start and remov…
  23. @ryota-murakami ryota-murakami commented on laststance/clean-url#7 · October 17, 2025 19:27
    @72umesh Thank you for the comment! I assigned you!
  24. @ryota-murakami ryota-murakami unassigned an issue in laststance/clean-url · October 17, 2025 19:26
    [Refactor] Remove code duplication in URL truncation methods #7
    ## Issue Description The URL truncation logic appears twice in `popup.js` with slightly different implementations. Consolidating this into a single…
    2 comments
  25. @ryota-murakami ryota-murakami assigned an issue in laststance/clean-url · October 17, 2025 19:26
    [Refactor] Remove code duplication in URL truncation methods #7
    ## Issue Description The URL truncation logic appears twice in `popup.js` with slightly different implementations. Consolidating this into a single…
    2 comments
  26. @ryota-murakami ryota-murakami assigned an issue in laststance/clean-url · October 17, 2025 19:26
    [Refactor] Remove code duplication in URL truncation methods #7
    ## Issue Description The URL truncation logic appears twice in `popup.js` with slightly different implementations. Consolidating this into a single…
    2 comments
  27. @ryota-murakami ryota-murakami pushed to laststance/laststance.io · October 18, 2025 02:01
    1 commit to main
    • @ryota-murakami 46f66b1
      fix: Update theme switching test to use page.goto for navigation and …
  28. @ryota-murakami ryota-murakami pushed to laststance/laststance.io · October 18, 2025 01:49
    1 commit to main
    • @ryota-murakami 4c9244d
      chore: update packageManager version in package.json to pnpm@10.18.3
  29. @ryota-murakami ryota-murakami pushed to laststance/nsx · October 14, 2025 14:13
    2 commits to feature/browser-extension-wxt-migration
  30. @ryota-murakami ryota-murakami starred Kilo-Org/kilocode · October 14, 2025 06:31

    Open Source AI coding assistant for planning, building, and fixing code. We frequently merge features from open-source projects while building our …

    TypeScript 11.2k 3 issues need help Updated Oct 19

  31. @ryota-murakami ryota-murakami pushed to ryota-murakami/dotfiles · October 14, 2025 08:25
    1 commit to master
    • @ryota-murakami e99dce2
      [fish/bash/zsh] disable safe-chain at the time 🍏
  32. @ryota-murakami ryota-murakami pushed to ryota-murakami/dotfiles · October 14, 2025 08:24
    2 commits to master
    • @ryota-murakami 3a7ffcd
      [btop] add upgrade 🍏
    • @ryota-murakami 93e15df
      [fish] add yalclist alias 🍏
  33. @ryota-murakami ryota-murakami pushed to ryota-murakami/dotfiles · October 14, 2025 07:59
    2 commits to master
    • @ryota-murakami af7477b
      [karabiner] auto rename backup 🍏
    • @ryota-murakami ed7241b
      [.gitignore_global] add .claude dir 🍏
  34. @ryota-murakami ryota-murakami pushed to laststance/nsx · October 14, 2025 05:08
    1 commit to feature/browser-extension-wxt-migration
    • @ryota-murakami b874aaf
      test: provide default openai key for playwright server
  35. @ryota-murakami ryota-murakami pushed to laststance/nsx · October 14, 2025 04:59
    1 commit to feature/browser-extension-wxt-migration
    • @ryota-murakami 5da9a76
      fix: configure workspace for browser extension
  36. @ryota-murakami ryota-murakami pushed to laststance/nsx · October 14, 2025 04:41
    1 commit to feature/browser-extension-wxt-migration
    • @ryota-murakami 235d4d8
      Fix extension ESLint config resolution
  37. @ryota-murakami ryota-murakami pushed to laststance/nsx · October 14, 2025 04:33
    1 commit to feature/browser-extension-wxt-migration
    • @ryota-murakami 17692a1
      Fix extension ESLint config resolution
  38. @ryota-murakami ryota-murakami pushed to laststance/nsx · October 14, 2025 04:25
    1 commit to feature/browser-extension-wxt-migration
    • @ryota-murakami 8aa0393
      Fix extension ESLint config resolution
  39. @ryota-murakami ryota-murakami pushed to laststance/nsx · October 14, 2025 04:19
    1 commit to feature/browser-extension-wxt-migration
    • @ryota-murakami b3d30c0
      Fix extension ESLint config resolution
  40. @ryota-murakami ryota-murakami pushed to laststance/nsx · October 14, 2025 04:11
    1 commit to feature/browser-extension-wxt-migration
    • @ryota-murakami 6c60f4a
      Fix extension ESLint config resolution
  41. @ryota-murakami ryota-murakami pushed to laststance/nsx · October 14, 2025 03:56
    1 commit to feature/browser-extension-wxt-migration
    • @ryota-murakami 6d3b220
      Fix browser extension CI failures
  42. @ryota-murakami ryota-murakami pushed to laststance/nsx · October 13, 2025 23:19
    2 commits to feature/browser-extension-wxt-migration
    • @ryota-murakami 05b58c0
      fix(docs): update CLAUDE.md to include rules for browser-extension in…
    • @ryota-murakami 0f20c8f
      Merge branch 'feature/browser-extension-wxt-migration' of github.com:…
  43. @ryota-murakami ryota-murakami pushed to laststance/nsx · October 13, 2025 23:03
    1 commit to feature/browser-extension-wxt-migration
    • @ryota-murakami 0c975eb
      fix: remove browser-extension from pnpm workspace
  44. @ryota-murakami ryota-murakami pushed to laststance/nsx · October 13, 2025 22:57
    1 commit to feature/browser-extension-wxt-migration
    • @ryota-murakami d3103c3
      fix(browser-extension): add type module to package.json for ESLint 9
  45. @ryota-murakami ryota-murakami pushed to laststance/nsx · October 13, 2025 22:52
    1 commit to feature/browser-extension-wxt-migration
    • @ryota-murakami f73a4d4
      fix(browser-extension): create standalone tsconfig without WXT depend…
  46. @ryota-murakami ryota-murakami pushed to laststance/nsx · October 13, 2025 22:42
    1 commit to feature/browser-extension-wxt-migration
    • @ryota-murakami 001a3fb
      fix(browser-extension): resolve TypeScript and test issues in getCurr…
  47. @ryota-murakami ryota-murakami pushed to laststance/nsx · October 13, 2025 22:17
    1 commit to feature/browser-extension-wxt-migration
    • @ryota-murakami 66ddeb1
      fix(browser-extension): update tsconfig to extend WXT base configuration
  48. @ryota-murakami ryota-murakami pushed to laststance/nsx · October 13, 2025 22:11
    1 commit to feature/browser-extension-wxt-migration
    • @ryota-murakami cb19d94
      fix(ci): remove explicit pnpm version from browser-extension workflow
  49. @ryota-murakami ryota-murakami pushed to laststance/nsx · October 13, 2025 22:05
    1 commit to feature/browser-extension-wxt-migration
    • @ryota-murakami c2ca803
      refactor: update pnpm workspace configuration to include browser-exte…
  50. @ryota-murakami ryota-murakami pushed to laststance/nsx · October 13, 2025 20:39
  51. @ryota-murakami ryota-murakami pushed to laststance/nsx · October 13, 2025 20:26
    1 commit to feature/browser-extension-wxt-migration
    • @ryota-murakami e30469f
      feat: rename browser extension and update package details
  52. @ryota-murakami ryota-murakami opened laststance/nsx#3599 · October 13, 2025 13:22
    Feature/browser-extension-wxt-migration #3599
    • Document all 6 phases with completion metrics
    • Performance improvements: 48x faster builds, 53% smaller bundles
    • Technical stack breakdown and lesso…
    +11,991 -9,938
  53. @ryota-murakami ryota-murakami created a branch in laststance/nsx · October 13, 2025 20:22
  54. @ryota-murakami ryota-murakami pushed to laststance/share-timer · October 13, 2025 19:48
    2 commits to main
    • @ryota-murakami 356326f
      feat: add chat modes for planner, generator, and healer agents with d…
    • @ryota-murakami b932588
      Add notification sound assets and test plan
  55. @ryota-murakami ryota-murakami opened an issue in laststance/signage · October 13, 2025 06:05
    feat: Implement Automatic Update System #1
    ## 📋 Overview Implement comprehensive automatic update functionality for Signage using electron-updater with GitHub Releases as the distribution pl…
  56. @ryota-murakami ryota-murakami pushed to laststance/signage · October 13, 2025 02:55
    2 commits to main
  57. @ryota-murakami ryota-murakami released v1.1.1 of laststance/signage · October 12, 2025 19:54

    Release v1.1.1

    Downloads

    • macOS (Apple Silicon): Signage-1.1.1-arm64-mac.zip
    • macOS (Intel): Signage-1.1.1-mac.zip
    • Windows: signage-1.1.1-setup.exe

    Built with Electron 35.4.0, React 19.1.0

  58. @ryota-murakami ryota-murakami pushed to laststance/clean-url · October 13, 2025 00:20
    1 commit to main
    • @ryota-murakami b739f6f
      fix: add missing pnpm setup in build.yml package job
  59. @ryota-murakami ryota-murakami pushed to laststance/clean-url · October 13, 2025 00:09
    1 commit to main
    • @ryota-murakami 603ae3d
      Update Chrome Web Store badge and add codecov badge
  60. @ryota-murakami ryota-murakami deleted branch refs/heads/feat/wxt-migration in laststance/clean-url · October 13, 2025 00:01

    Updated Oct 13

  61. @ryota-murakami ryota-murakami pushed to laststance/clean-url · October 13, 2025 00:01
    2 commits to main
    • @ryota-murakami 71582c4
      feat: Complete WXT migration and fix all typecheck errors
    • @ryota-murakami ff6c251
      feat: add comprehensive GitHub Actions workflows for WXT project
    • 5 more commits »
  62. @ryota-murakami ryota-murakami pushed to laststance/clean-url · October 12, 2025 23:54
    1 commit to feat/wxt-migration
    • @ryota-murakami 2bf46fc
      fix: exclude .eslintrc.cjs from coverage to maintain 80% threshold
  63. @ryota-murakami ryota-murakami pushed to laststance/clean-url · October 12, 2025 23:52
    1 commit to feat/wxt-migration
    • @ryota-murakami d185e17
      fix: resolve all CI workflow failures
  64. @ryota-murakami ryota-murakami pushed to laststance/clean-url · October 12, 2025 23:42
    1 commit to feat/wxt-migration
    • @ryota-murakami 349ac3d
      fix: adjust workflow pnpm caching configuration
  65. @ryota-murakami ryota-murakami pushed to laststance/clean-url · October 12, 2025 23:35
    1 commit to feat/wxt-migration
    • @ryota-murakami 07ed694
      fix: adjust workflow pnpm caching configuration
  66. @ryota-murakami ryota-murakami pushed to laststance/clean-url · October 12, 2025 23:33
    1 commit to feat/wxt-migration
    • @ryota-murakami 40ff023
      fix: resolve GitHub Actions workflow failures
  67. @ryota-murakami ryota-murakami pushed to laststance/clean-url · October 12, 2025 23:26
    1 commit to feat/wxt-migration
    • @ryota-murakami ff6c251
      feat: add comprehensive GitHub Actions workflows for WXT project
  68. @ryota-murakami ryota-murakami opened laststance/clean-url#10 · October 12, 2025 15:52
    Complete WXT migration and fix validation pipeline #10

    This PR completes the WXT framework migration and fixes all validation issues.

    Changes Made

    WXT Framework Migration

    • Migrated from vanilla JavaScri…
    +10,008 -1,294
    2 comments
  69. @ryota-murakami ryota-murakami created a branch in laststance/clean-url · October 12, 2025 22:52
  70. @ryota-murakami ryota-murakami closed an issue in laststance/clean-url · October 12, 2025 07:11
    add ads link on google search #1
    - original: `https://mixpanel.com/compare/posthog/?utm_source=google&amp;utm_medium=ppc&amp;utm_campaign=APAC-Competitive-Search-EN-Exact-All-Devices&amp;utm_s…
  71. @ryota-murakami ryota-murakami pushed to laststance/clean-url · October 12, 2025 14:11
    2 commits to main
  72. @ryota-murakami ryota-murakami assigned an issue in laststance/usd-query · October 12, 2025 05:10
    Add Aikido Safe Chain for malware protection in CI/CD #559
    # Overview Please create ".github/workflows/malware-safe-chain.yml" similar to the following PR changes to this project as part of the security mea…
  73. @ryota-murakami ryota-murakami labeled an issue with good first issue in laststance/clean-url · October 12, 2025 05:05
    [Testing] Add test coverage for malformed hash fragments #9
    ## Issue Description The current test suite doesn't fully cover edge cases where tracking parameters might appear in malformed hash fragments. Addi…
  74. @ryota-murakami ryota-murakami labeled an issue with good first issue in laststance/clean-url · October 12, 2025 05:05
    [Testing] Add test coverage for malformed hash fragments #9
    ## Issue Description The current test suite doesn't fully cover edge cases where tracking parameters might appear in malformed hash fragments. Addi…
  75. @ryota-murakami ryota-murakami opened an issue in laststance/clean-url · October 12, 2025 05:05
    [Testing] Add test coverage for malformed hash fragments #9
    ## Issue Description The current test suite doesn't fully cover edge cases where tracking parameters might appear in malformed hash fragments. Addi…
  76. @ryota-murakami ryota-murakami opened an issue in laststance/clean-url · October 12, 2025 05:04
    [Docs] Add complete TypeScript-style JSDoc annotations #8
    ## Issue Description While the codebase has JSDoc comments on public functions, adding complete TypeScript-style type annotations will improve IDE …
  77. @ryota-murakami ryota-murakami labeled an issue with good first issue in laststance/clean-url · October 12, 2025 05:04
    [Refactor] Remove code duplication in URL truncation methods #7
    ## Issue Description The URL truncation logic appears twice in `popup.js` with slightly different implementations. Consolidating this into a single…
    2 comments
  78. @ryota-murakami ryota-murakami labeled an issue with good first issue in laststance/clean-url · October 12, 2025 05:04
    [Refactor] Remove code duplication in URL truncation methods #7
    ## Issue Description The URL truncation logic appears twice in `popup.js` with slightly different implementations. Consolidating this into a single…
    2 comments
  79. @ryota-murakami ryota-murakami opened an issue in laststance/clean-url · October 12, 2025 05:04
    [Refactor] Remove code duplication in URL truncation methods #7
    ## Issue Description The URL truncation logic appears twice in `popup.js` with slightly different implementations. Consolidating this into a single…
    2 comments
  80. @ryota-murakami ryota-murakami opened an issue in laststance/clean-url · October 12, 2025 05:02
    [Performance] Implement LRU cache for URL analysis results #6
    ## Issue Description Users may analyze the same URL multiple times (e.g., when refreshing the popup or revisiting tabs). Implementing memoization w…
  81. @ryota-murakami ryota-murakami labeled an issue with good first issue in laststance/clean-url · October 12, 2025 05:01
    [Refactor] Extract magic numbers and URLs to centralized config module #5
    ## Issue Description The codebase contains various magic numbers, URLs, and configuration values scattered across multiple files. Centralizing thes…
  82. @ryota-murakami ryota-murakami labeled an issue with good first issue in laststance/clean-url · October 12, 2025 05:01
    [Refactor] Extract magic numbers and URLs to centralized config module #5
    ## Issue Description The codebase contains various magic numbers, URLs, and configuration values scattered across multiple files. Centralizing thes…
  83. @ryota-murakami ryota-murakami opened an issue in laststance/clean-url · October 12, 2025 05:01
    [Refactor] Extract magic numbers and URLs to centralized config module #5
    ## Issue Description The codebase contains various magic numbers, URLs, and configuration values scattered across multiple files. Centralizing thes…
  84. @ryota-murakami ryota-murakami opened an issue in laststance/clean-url · October 12, 2025 05:00
    [Security] Add security comments to innerHTML usage in popup.js #4
    ## Issue Description While the current `escapeHtml()` implementation is safe, the pattern could be misunderstood or misused in future modifications…
  85. @ryota-murakami ryota-murakami opened an issue in laststance/clean-url · October 12, 2025 04:59
    [Performance] Implement debouncing for badge updates to prevent excessive operations #3
    ## Issue Description Rapid tab switching or URL updates could cause performance issues through excessive badge update operations. Implementing debo…
  86. @ryota-murakami ryota-murakami opened an issue in laststance/clean-url · October 12, 2025 04:59
    [Quality] Replace eval() usage in unit tests with proper module imports #2
    ## Issue Description Using `eval()` in test files is discouraged due to security implications and makes code harder to understand and maintain, eve…
  87. @ryota-murakami ryota-murakami deleted branch refs/heads/copilot/add-aikido-safe-chain in laststance/vite-rtk-query · October 12, 2025 11:06

    Updated Oct 12

  88. @ryota-murakami ryota-murakami pushed to laststance/vite-rtk-query · October 12, 2025 11:06
    2 commits to main
  89. @ryota-murakami ryota-murakami closed an issue in laststance/vite-rtk-query · October 12, 2025 04:06
    Add Aikido Safe Chain for malware protection in CI/CD #1633
    # Overview Please create ".github/workflows/malware-safe-chain.yml" similar to the following PR changes to this project as part of the security mea…
  90. @ryota-murakami ryota-murakami assigned an issue in laststance/vite-rtk-query · October 11, 2025 17:47
    Add Aikido Safe Chain for malware protection in CI/CD #1633
    # Overview Please create ".github/workflows/malware-safe-chain.yml" similar to the following PR changes to this project as part of the security mea…
  91. @ryota-murakami ryota-murakami deleted branch refs/heads/copilot/fix-25fed603-9781-45c2-a8df-20fa9f9722ea in laststance/react-typescript-todomvc-2022 · October 12, 2025 00:35
  92. @ryota-murakami ryota-murakami pushed to laststance/react-typescript-todomvc-2022 · October 12, 2025 00:35
    2 commits to main
  93. @ryota-murakami ryota-murakami closed an issue in laststance/react-typescript-todomvc-2022 · October 11, 2025 17:35
    Add Aikido Safe Chain for malware protection in CI/CD #1478
    # Overview Please create ".github/workflows/malware-safe-chain.yml" similar to the following PR changes to this project as part of the security mea…
  94. @ryota-murakami ryota-murakami pushed to laststance/claude-code-marketplace · October 11, 2025 13:57
    1 commit to main
  95. @ryota-murakami ryota-murakami pushed to laststance/diff-view · October 11, 2025 13:32
    1 commit to main
    • @ryota-murakami 5cfbcec
      test: skip 2 flaky E2E tests in CI environment
  96. @ryota-murakami ryota-murakami pushed to laststance/diff-view · October 11, 2025 12:50
    1 commit to main
    • @ryota-murakami a4d7b60
      fix: include build config files in version control
  97. @ryota-murakami ryota-murakami commented on laststance/diff-view#2 · October 11, 2025 05:40
    ## ✅ Implementation Complete! The macOS runner solution has been successfully implemented and verified in CI. ### Changes Implemented **Commit**: 6…
  98. @ryota-murakami ryota-murakami pushed to laststance/claude-code-marketplace · October 11, 2025 12:37
    1 commit to main
  99. @ryota-murakami ryota-murakami pushed to laststance/diff-view · October 11, 2025 12:30
    1 commit to main
    • @ryota-murakami 6723752
      fix: switch to macOS runner for E2E tests to resolve xvfb issues
  100. @ryota-murakami ryota-murakami closed an issue in laststance/diff-view · October 11, 2025 05:30
    E2E Tests: Playwright + Electron + xvfb Fundamental Incompatibility in CI #2
    ## Problem Summary Playwright page operations fundamentally don't work in GitHub Actions xvfb environment for Electron applications. After extensiv…
    2 comments
  101. @ryota-murakami ryota-murakami pushed to laststance/nsx · October 11, 2025 12:19
    1 commit to main
    • @ryota-murakami edfcfc1
      chore: update package.json and mockServiceWorker.js