id string | title string | url string | number int64 | body string | state string | created_at string | is_draft bool | changed_files int64 | is_cross_repository bool | locked bool | is_in_merge_queue bool | additions int64 | deletions int64 | author dict | label_count int64 | base_repository dict | head_repository dict | timeline_count int64 | merged_at string | closed_at string | updated_at string | last_edited_at null | published_at null | review_decision null | head_ref_name string | head_ref_oid string | timeline_items list | base_ref_name string | base_ref_oid string | comments_count int64 | reviews_count int64 | commits_count int64 | files list | assignees_count int64 | closing_issues_count int64 | author_association string | labels list | active_lock_reason null | mergeable bool | merge_commit_sha string | merged_by dict | requested_reviewers list | mergeable_state string | mergeable_method null | auto_merge null | authored_by_agent bool | author_agent string | discovered_agent string | base_commit_sha string | head_commit_sha string | compare_url string | scraped_at string | post_merge_file_snapshots list | base_repository_full dict | head_repository_full dict | comments list | reviews list | commits list |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
2496536457 | Modernize Promise-based code with async/await in main.js | https://github.com/mattgodbolt/jsbeeb/pull/486 | 486 | ## Summary
- Replaced Promise chains with async/await pattern for better readability and maintainability
- Converted callback-based file loading to use Promises and async/await
- Updated Google Drive related functions to use async/await
- Fixed a linting error for unused variables
This change improves code readability... | closed | 2025-05-03T00:08:37Z | false | 1 | false | false | false | 193 | 181 | {
"id": "633973",
"login": "mattgodbolt",
"name": null,
"typename": null,
"url": "https://github.com/mattgodbolt"
} | 0 | {
"id": "2545526",
"name": "jsbeeb",
"url": "https://github.com/mattgodbolt/jsbeeb"
} | {
"id": "2545526",
"name": "jsbeeb",
"url": "https://github.com/mattgodbolt/jsbeeb"
} | 0 | 2025-05-03T16:37:18Z | 2025-05-03T16:37:18Z | 2025-05-03T16:37:19Z | null | null | null | claude/async-await-main-js | e02ea36eb014ad8f3dc26d73c7073a4803374d8e | [] | main | 44f7882d7f0cfee38748cd9d715387064d38edac | 0 | 0 | 4 | [
{
"additions": 193,
"base_content": null,
"blob_url": "https://github.com/mattgodbolt/jsbeeb/blob/e02ea36eb014ad8f3dc26d73c7073a4803374d8e/src%2Fmain.js",
"change_type": "modified",
"contents_url": "https://api.github.com/repos/mattgodbolt/jsbeeb/contents/src%2Fmain.js?ref=e02ea36eb014ad8f3dc26d... | 0 | 0 | OWNER | [] | null | null | a3d1109fb0bb402bf4fe356e6218bd1099f453f7 | {
"id": "633973",
"login": "mattgodbolt",
"name": null,
"typename": null,
"url": "https://github.com/mattgodbolt"
} | [] | unknown | null | null | false | claude | claude | 44f7882d7f0cfee38748cd9d715387064d38edac | e02ea36eb014ad8f3dc26d73c7073a4803374d8e | https://api.github.com/repos/mattgodbolt/jsbeeb/compare/44f7882d7f0cfee38748cd9d715387064d38edac...e02ea36eb014ad8f3dc26d73c7073a4803374d8e | 2026-01-24T22:27:20.250942Z | [] | {
"allow_merge_commit": null,
"allow_rebase_merge": null,
"allow_squash_merge": null,
"archived_at": null,
"archived_reason": null,
"created_at": "2011-10-10T02:03:09Z",
"default_branch": "main",
"description": "Javascript BBC micro emulator",
"domains": null,
"fork_count": 74,
"forking_allowed": ... | {
"allow_merge_commit": null,
"allow_rebase_merge": null,
"allow_squash_merge": null,
"archived_at": null,
"archived_reason": null,
"created_at": "2011-10-10T02:03:09Z",
"default_branch": "main",
"description": "Javascript BBC micro emulator",
"domains": null,
"fork_count": 74,
"forking_allowed": ... | [] | [] | [] |
2511341733 | Fix: API 로깅 필터 개선 | https://github.com/lala-friends/lalaplate/pull/3 | 3 | - 불필요한 로깅 감소를 위한 경로 제외 기능 추가 (/actuator, /static 등)
- 응답 상태 코드에 따른 로그 레벨 분리 (5xx: ERROR, 4xx: WARN)
- 개인정보(주민번호, 카드번호 등) 마스킹 패턴 강화
- 대용량 요청/응답 본문에 대한 길이 제한 적용
- 예외 처리 및 로깅 강화 | closed | 2025-05-10T11:36:53Z | false | 1 | true | false | false | 69 | 23 | {
"id": "8342942",
"login": "whuk",
"name": null,
"typename": null,
"url": "https://github.com/whuk"
} | 0 | {
"id": "860412562",
"name": "lalaplate",
"url": "https://github.com/lala-friends/lalaplate"
} | {
"id": "860428840",
"name": "lalaplate",
"url": "https://github.com/whuk/lalaplate"
} | 0 | 2025-05-10T13:27:42Z | 2025-05-10T13:27:42Z | 2025-05-10T13:27:42Z | null | null | null | claude/refactoring | 881dbadde5907578eed056e1020562eaa832b4c5 | [] | main | e841adc2be8fca4e2a6faf6e888df6db4f4e32d1 | 0 | 0 | 1 | [
{
"additions": 69,
"base_content": null,
"blob_url": "https://github.com/lala-friends/lalaplate/blob/881dbadde5907578eed056e1020562eaa832b4c5/src%2Fmain%2Fkotlin%2Forg%2Flalafriends%2Flalaplate%2Fcommon%2Fconfig%2FApiLogFilter.kt",
"change_type": "modified",
"contents_url": "https://api.github.c... | 0 | 0 | MEMBER | [] | null | null | 9d27401f2b60d6d5ce8b9ec121c6c53c0670392b | {
"id": "8342942",
"login": "whuk",
"name": null,
"typename": null,
"url": "https://github.com/whuk"
} | [] | unknown | null | null | false | claude | claude | e841adc2be8fca4e2a6faf6e888df6db4f4e32d1 | 881dbadde5907578eed056e1020562eaa832b4c5 | https://api.github.com/repos/lala-friends/lalaplate/compare/e841adc2be8fca4e2a6faf6e888df6db4f4e32d1...881dbadde5907578eed056e1020562eaa832b4c5 | 2026-01-24T22:27:23.345828Z | [] | {
"allow_merge_commit": null,
"allow_rebase_merge": null,
"allow_squash_merge": null,
"archived_at": null,
"archived_reason": null,
"created_at": "2024-09-20T11:43:42Z",
"default_branch": "main",
"description": "boilerplate(kotlin, spring boot)",
"domains": null,
"fork_count": 1,
"forking_allowed"... | {
"allow_merge_commit": null,
"allow_rebase_merge": null,
"allow_squash_merge": null,
"archived_at": null,
"archived_reason": null,
"created_at": "2024-09-20T12:20:22Z",
"default_branch": "main",
"description": "boilerplate(kotlin, spring boot)",
"domains": null,
"fork_count": 0,
"forking_allowed"... | [] | [] | [] |
2511417049 | Fix: RestClientUtil 개선 및 빌더 패턴 적용 | https://github.com/lala-friends/lalaplate/pull/4 | 4 | - 빌더 패턴을 통한 직관적이고 유연한 API 제공
- 싱글톤 객체에서 클래스 기반으로 구조 변경
- baseUrl과 타임아웃에 대한 유효성 검사 로직 추가
- Duration 객체를 이용한 타임아웃 설정 지원
- 다양한 편의 메서드 추가 (from, simple)
- 헤더 관리 기능 강화 (개별/일괄 추가)
- 적절한 디버그 로깅 추가 | closed | 2025-05-10T13:34:52Z | false | 4 | false | false | false | 181 | 32 | {
"id": "8342942",
"login": "whuk",
"name": null,
"typename": null,
"url": "https://github.com/whuk"
} | 0 | {
"id": "860412562",
"name": "lalaplate",
"url": "https://github.com/lala-friends/lalaplate"
} | {
"id": "860412562",
"name": "lalaplate",
"url": "https://github.com/lala-friends/lalaplate"
} | 0 | 2025-05-10T15:00:59Z | 2025-05-10T15:00:59Z | 2025-05-10T15:01:00Z | null | null | null | claude/refactoring_rest_client | 8e298edf9ecafe79550bebad09b36d1756272524 | [] | main | 9d27401f2b60d6d5ce8b9ec121c6c53c0670392b | 4 | 0 | 23 | [
{
"additions": 29,
"base_content": null,
"blob_url": "https://github.com/lala-friends/lalaplate/blob/8e298edf9ecafe79550bebad09b36d1756272524/.github%2Fscripts%2Freview.py",
"change_type": "renamed",
"contents_url": "https://api.github.com/repos/lala-friends/lalaplate/contents/.github%2Fscripts%... | 0 | 0 | MEMBER | [] | null | null | f1fa64f801877feb6061f2de746ee21c3a5a8f90 | {
"id": "8342942",
"login": "whuk",
"name": null,
"typename": null,
"url": "https://github.com/whuk"
} | [] | unknown | null | null | false | claude | claude | 9d27401f2b60d6d5ce8b9ec121c6c53c0670392b | 8e298edf9ecafe79550bebad09b36d1756272524 | https://api.github.com/repos/lala-friends/lalaplate/compare/9d27401f2b60d6d5ce8b9ec121c6c53c0670392b...8e298edf9ecafe79550bebad09b36d1756272524 | 2026-01-24T22:27:24.767552Z | [] | {
"allow_merge_commit": null,
"allow_rebase_merge": null,
"allow_squash_merge": null,
"archived_at": null,
"archived_reason": null,
"created_at": "2024-09-20T11:43:42Z",
"default_branch": "main",
"description": "boilerplate(kotlin, spring boot)",
"domains": null,
"fork_count": 1,
"forking_allowed"... | {
"allow_merge_commit": null,
"allow_rebase_merge": null,
"allow_squash_merge": null,
"archived_at": null,
"archived_reason": null,
"created_at": "2024-09-20T11:43:42Z",
"default_branch": "main",
"description": "boilerplate(kotlin, spring boot)",
"domains": null,
"fork_count": 1,
"forking_allowed"... | [] | [] | [] |
2512332167 | Documentation improvements | https://github.com/compiler-explorer/compiler-explorer/pull/7672 | 7,672 | This PR includes various documentation improvements:
- Fix grammar in README.md introduction
- Update Node.js version references to consistently indicate 'Node.js 20 or higher'
- Enhance macOS installation and setup guide with detailed instructions
- Fix broken link in API.md
- Fix formatting inconsistencies in WhatIs... | closed | 2025-05-11T21:38:36Z | false | 4 | false | false | false | 25 | 9 | {
"id": "633973",
"login": "mattgodbolt",
"name": null,
"typename": null,
"url": "https://github.com/mattgodbolt"
} | 0 | {
"id": "4414698",
"name": "compiler-explorer",
"url": "https://github.com/compiler-explorer/compiler-explorer"
} | {
"id": "4414698",
"name": "compiler-explorer",
"url": "https://github.com/compiler-explorer/compiler-explorer"
} | 0 | 2025-05-11T21:46:05Z | 2025-05-11T21:46:05Z | 2025-05-11T23:39:38Z | null | null | null | claude/doc-improvements-only | 28496e7cbc4dfd7c90507c070ed8698e676bed54 | [] | main | 9a7e0d4ed8b774ab76a5bd11e09a3193129458cb | 0 | 0 | 2 | [
{
"additions": 3,
"base_content": null,
"blob_url": "https://github.com/compiler-explorer/compiler-explorer/blob/28496e7cbc4dfd7c90507c070ed8698e676bed54/README.md",
"change_type": "modified",
"contents_url": "https://api.github.com/repos/compiler-explorer/compiler-explorer/contents/README.md?re... | 0 | 0 | MEMBER | [] | null | null | fac3bf59c1158160e74fade4f635bde0d5cb771a | {
"id": "633973",
"login": "mattgodbolt",
"name": null,
"typename": null,
"url": "https://github.com/mattgodbolt"
} | [] | unknown | null | null | false | claude | claude | 9a7e0d4ed8b774ab76a5bd11e09a3193129458cb | 28496e7cbc4dfd7c90507c070ed8698e676bed54 | https://api.github.com/repos/compiler-explorer/compiler-explorer/compare/9a7e0d4ed8b774ab76a5bd11e09a3193129458cb...28496e7cbc4dfd7c90507c070ed8698e676bed54 | 2026-01-24T22:27:26.787380Z | [] | {
"allow_merge_commit": null,
"allow_rebase_merge": null,
"allow_squash_merge": null,
"archived_at": null,
"archived_reason": null,
"created_at": "2012-05-23T01:31:17Z",
"default_branch": "main",
"description": "Run compilers interactively from your web browser and interact with the assembly",
"domain... | {
"allow_merge_commit": null,
"allow_rebase_merge": null,
"allow_squash_merge": null,
"archived_at": null,
"archived_reason": null,
"created_at": "2012-05-23T01:31:17Z",
"default_branch": "main",
"description": "Run compilers interactively from your web browser and interact with the assembly",
"domain... | [] | [] | [] |
2512338045 | Replace nopt with commander.js for argument parsing | https://github.com/compiler-explorer/compiler-explorer/pull/7673 | 7,673 | "## Summary\n- Replace nopt with commander.js for better command-line argument parsing\n- Add automa(...TRUNCATED) | closed | 2025-05-11T21:56:09Z | false | 9 | false | false | false | 145 | 202 | {"id":"633973","login":"mattgodbolt","name":null,"typename":null,"url":"https://github.com/mattgodbo(...TRUNCATED) | 0 | {"id":"4414698","name":"compiler-explorer","url":"https://github.com/compiler-explorer/compiler-expl(...TRUNCATED) | {"id":"4414698","name":"compiler-explorer","url":"https://github.com/compiler-explorer/compiler-expl(...TRUNCATED) | 0 | 2025-05-12T17:49:28Z | 2025-05-12T17:49:28Z | 2025-05-12T20:01:37Z | null | null | null | claude/opts | f2a0cf0a30210662a7bffb15fe7ded8403319f1f | [] | main | 5e0e057a20aab87b7675e6cd14c3a6280db5c386 | 3 | 0 | 17 | [{"additions":1,"base_content":null,"blob_url":"https://github.com/compiler-explorer/compiler-explor(...TRUNCATED) | 0 | 0 | MEMBER | [] | null | null | 54c942ba76475467fa730c7c673f2a6ff9e8f070 | {"id":"633973","login":"mattgodbolt","name":null,"typename":null,"url":"https://github.com/mattgodbo(...TRUNCATED) | [
{
"id": "442630",
"login": "partouf",
"name": null,
"typename": null,
"url": "https://github.com/partouf"
}
] | unknown | null | null | false | claude | claude | 5e0e057a20aab87b7675e6cd14c3a6280db5c386 | f2a0cf0a30210662a7bffb15fe7ded8403319f1f | https://api.github.com/repos/compiler-explorer/compiler-explorer/compare/5e0e057a20aab87b7675e6cd14c3a6280db5c386...f2a0cf0a30210662a7bffb15fe7ded8403319f1f | 2026-01-24T22:27:28.366470Z | [] | {"allow_merge_commit":null,"allow_rebase_merge":null,"allow_squash_merge":null,"archived_at":null,"a(...TRUNCATED) | {"allow_merge_commit":null,"allow_rebase_merge":null,"allow_squash_merge":null,"archived_at":null,"a(...TRUNCATED) | [] | [] | [] |
2515054648 | Refactor: Split app.ts into smaller modules | https://github.com/compiler-explorer/compiler-explorer/pull/7681 | 7,681 | "## Summary\n- Begin splitting the large app.ts file into smaller, more testable modules\n- Extract (...TRUNCATED) | closed | 2025-05-12T22:31:39Z | false | 38 | false | false | false | 4,971 | 863 | {"id":"633973","login":"mattgodbolt","name":null,"typename":null,"url":"https://github.com/mattgodbo(...TRUNCATED) | 0 | {"id":"4414698","name":"compiler-explorer","url":"https://github.com/compiler-explorer/compiler-expl(...TRUNCATED) | {"id":"4414698","name":"compiler-explorer","url":"https://github.com/compiler-explorer/compiler-expl(...TRUNCATED) | 0 | 2025-05-20T22:53:24Z | 2025-05-20T22:53:24Z | 2025-05-22T02:45:51Z | null | null | null | claude/split-app-1 | 92f101a85e5e562ad0f5b0e5e4b1849b6a3e1274 | [] | main | ac4642283c34c2e8cdfcd618d07da0f45d5d69b6 | 10 | 0 | 54 | [{"additions":27,"base_content":null,"blob_url":"https://github.com/compiler-explorer/compiler-explo(...TRUNCATED) | 0 | 0 | MEMBER | [] | null | null | f94ff8332aaa2b5f0e2cd8c043d9b5ce29cd3aec | {"id":"633973","login":"mattgodbolt","name":null,"typename":null,"url":"https://github.com/mattgodbo(...TRUNCATED) | [{"id":"442630","login":"partouf","name":null,"typename":null,"url":"https://github.com/partouf"},{"(...TRUNCATED) | unknown | null | null | false | claude | claude | ac4642283c34c2e8cdfcd618d07da0f45d5d69b6 | 92f101a85e5e562ad0f5b0e5e4b1849b6a3e1274 | https://api.github.com/repos/compiler-explorer/compiler-explorer/compare/ac4642283c34c2e8cdfcd618d07da0f45d5d69b6...92f101a85e5e562ad0f5b0e5e4b1849b6a3e1274 | 2026-01-24T22:27:29.860834Z | [] | {"allow_merge_commit":null,"allow_rebase_merge":null,"allow_squash_merge":null,"archived_at":null,"a(...TRUNCATED) | {"allow_merge_commit":null,"allow_rebase_merge":null,"allow_squash_merge":null,"archived_at":null,"a(...TRUNCATED) | [] | [] | [] |
2517636378 | AI Update: Add Binance COIN-M API Error -5000 Invalid Margin Parameter | https://github.com/rosssaunders/ccrxt/pull/3 | 3 | "I've successfully added the new API error with code -5000 for \"Invalid Margin Parameter\" to the B(...TRUNCATED) | closed | 2025-05-13T20:54:06Z | false | 3 | false | false | false | 19 | 1 | {"id":"41898282","login":"github-actions[bot]","name":null,"typename":null,"url":"https://github.com(...TRUNCATED) | 0 | {
"id": "949640050",
"name": "ccrxt",
"url": "https://github.com/rosssaunders/ccrxt"
} | {
"id": "949640050",
"name": "ccrxt",
"url": "https://github.com/rosssaunders/ccrxt"
} | 0 | null | 2025-05-25T19:27:50Z | 2025-05-25T19:27:50Z | null | null | null | claude/update-api-errors-1747169645 | 26dab1e6bfc60548731e62d8db42d9dc814a3842 | [] | main | e82c1eee60e049555f745b1c32168fd64a4dbc37 | 0 | 0 | 1 | [{"additions":8,"base_content":null,"blob_url":"https://github.com/rosssaunders/ccrxt/blob/26dab1e6b(...TRUNCATED) | 0 | 0 | NONE | [] | null | false | null | null | [] | dirty | null | null | false | claude | claude | e82c1eee60e049555f745b1c32168fd64a4dbc37 | 26dab1e6bfc60548731e62d8db42d9dc814a3842 | https://api.github.com/repos/rosssaunders/ccrxt/compare/e82c1eee60e049555f745b1c32168fd64a4dbc37...26dab1e6bfc60548731e62d8db42d9dc814a3842 | 2026-01-24T22:27:31.811572Z | [] | {"allow_merge_commit":null,"allow_rebase_merge":null,"allow_squash_merge":null,"archived_at":null,"a(...TRUNCATED) | {"allow_merge_commit":null,"allow_rebase_merge":null,"allow_squash_merge":null,"archived_at":null,"a(...TRUNCATED) | [] | [] | [] |
2523254657 | Add HFE export functionality | https://github.com/mattgodbolt/jsbeeb/pull/490 | 490 | "## Summary\n- Implement HFE v3 format exporting functionality with full specification compliance\n-(...TRUNCATED) | closed | 2025-05-15T22:55:32Z | false | 5 | false | false | false | 794 | 207 | {"id":"633973","login":"mattgodbolt","name":null,"typename":null,"url":"https://github.com/mattgodbo(...TRUNCATED) | 0 | {
"id": "2545526",
"name": "jsbeeb",
"url": "https://github.com/mattgodbolt/jsbeeb"
} | {
"id": "2545526",
"name": "jsbeeb",
"url": "https://github.com/mattgodbolt/jsbeeb"
} | 0 | 2025-05-17T15:21:04Z | 2025-05-17T15:21:04Z | 2025-05-17T15:21:06Z | null | null | null | claude/save-hfe | 49d0caf8db01a5c4e4f3add2652fd9f4051df9b8 | [] | main | 46ab1cc2f89bbc9673cab42892c287dbba9ec8e4 | 0 | 0 | 20 | [{"additions":385,"base_content":null,"blob_url":"https://github.com/mattgodbolt/jsbeeb/blob/49d0caf(...TRUNCATED) | 0 | 0 | OWNER | [] | null | null | 3efca672c5f8a6080efa04beaca045260d0df8b8 | {"id":"633973","login":"mattgodbolt","name":null,"typename":null,"url":"https://github.com/mattgodbo(...TRUNCATED) | [] | unknown | null | null | false | claude | claude | 46ab1cc2f89bbc9673cab42892c287dbba9ec8e4 | 49d0caf8db01a5c4e4f3add2652fd9f4051df9b8 | https://api.github.com/repos/mattgodbolt/jsbeeb/compare/46ab1cc2f89bbc9673cab42892c287dbba9ec8e4...49d0caf8db01a5c4e4f3add2652fd9f4051df9b8 | 2026-01-24T22:27:33.114916Z | [] | {"allow_merge_commit":null,"allow_rebase_merge":null,"allow_squash_merge":null,"archived_at":null,"a(...TRUNCATED) | {"allow_merge_commit":null,"allow_rebase_merge":null,"allow_squash_merge":null,"archived_at":null,"a(...TRUNCATED) | [] | [] | [] |
2526196345 | Add 'Download drive 0 image as HFE' option | https://github.com/mattgodbolt/jsbeeb/pull/492 | 492 | "## Summary\n- Add new UI option to download disc images in HFE format\n- Create reusable download f(...TRUNCATED) | closed | 2025-05-17T16:05:17Z | false | 2 | false | false | false | 39 | 22 | {"id":"633973","login":"mattgodbolt","name":null,"typename":null,"url":"https://github.com/mattgodbo(...TRUNCATED) | 0 | {
"id": "2545526",
"name": "jsbeeb",
"url": "https://github.com/mattgodbolt/jsbeeb"
} | {
"id": "2545526",
"name": "jsbeeb",
"url": "https://github.com/mattgodbolt/jsbeeb"
} | 0 | 2025-05-17T16:27:40Z | 2025-05-17T16:27:40Z | 2025-05-17T16:27:42Z | null | null | null | claude/hfe_ui | 4a82c1595a6a6b5e9de29bd987e21ae529aa6bbc | [] | main | 3efca672c5f8a6080efa04beaca045260d0df8b8 | 0 | 0 | 1 | [{"additions":5,"base_content":null,"blob_url":"https://github.com/mattgodbolt/jsbeeb/blob/4a82c1595(...TRUNCATED) | 0 | 0 | OWNER | [] | null | null | fc8cc4bad6faa65dc753580fd185a479ac416630 | {"id":"633973","login":"mattgodbolt","name":null,"typename":null,"url":"https://github.com/mattgodbo(...TRUNCATED) | [] | unknown | null | null | false | claude | claude | 3efca672c5f8a6080efa04beaca045260d0df8b8 | 4a82c1595a6a6b5e9de29bd987e21ae529aa6bbc | https://api.github.com/repos/mattgodbolt/jsbeeb/compare/3efca672c5f8a6080efa04beaca045260d0df8b8...4a82c1595a6a6b5e9de29bd987e21ae529aa6bbc | 2026-01-24T22:27:34.526422Z | [] | {"allow_merge_commit":null,"allow_rebase_merge":null,"allow_squash_merge":null,"archived_at":null,"a(...TRUNCATED) | {"allow_merge_commit":null,"allow_rebase_merge":null,"allow_squash_merge":null,"archived_at":null,"a(...TRUNCATED) | [] | [] | [] |
2526255776 | Add onChange functionality for HFE disc images | https://github.com/mattgodbolt/jsbeeb/pull/493 | 493 | "## Summary\n- Add support for tracking changes to HFE disc images similar to SSD/DSD\n- Refactored (...TRUNCATED) | closed | 2025-05-17T18:16:06Z | false | 4 | false | false | false | 240 | 55 | {"id":"633973","login":"mattgodbolt","name":null,"typename":null,"url":"https://github.com/mattgodbo(...TRUNCATED) | 0 | {
"id": "2545526",
"name": "jsbeeb",
"url": "https://github.com/mattgodbolt/jsbeeb"
} | {
"id": "2545526",
"name": "jsbeeb",
"url": "https://github.com/mattgodbolt/jsbeeb"
} | 0 | 2025-05-17T18:56:00Z | 2025-05-17T18:56:00Z | 2025-05-17T18:56:02Z | null | null | null | claude/hfe_on_change | 2e4f90b60606d39f93eb8d61b9d9b5851b7193db | [] | main | be4158fc193c0fb96dcf9dbb5e195b3a0e199762 | 1 | 0 | 9 | [{"additions":12,"base_content":null,"blob_url":"https://github.com/mattgodbolt/jsbeeb/blob/2e4f90b6(...TRUNCATED) | 0 | 0 | OWNER | [] | null | null | 13b963f202ca0afb4e83e51fd9dbedb5497b4348 | {"id":"633973","login":"mattgodbolt","name":null,"typename":null,"url":"https://github.com/mattgodbo(...TRUNCATED) | [] | unknown | null | null | false | claude | claude | be4158fc193c0fb96dcf9dbb5e195b3a0e199762 | 2e4f90b60606d39f93eb8d61b9d9b5851b7193db | https://api.github.com/repos/mattgodbolt/jsbeeb/compare/be4158fc193c0fb96dcf9dbb5e195b3a0e199762...2e4f90b60606d39f93eb8d61b9d9b5851b7193db | 2026-01-24T22:27:35.915012Z | [] | {"allow_merge_commit":null,"allow_rebase_merge":null,"allow_squash_merge":null,"archived_at":null,"a(...TRUNCATED) | {"allow_merge_commit":null,"allow_rebase_merge":null,"allow_squash_merge":null,"archived_at":null,"a(...TRUNCATED) | [] | [] | [] |
End of preview. Expand in Data Studio
No dataset card yet
- Downloads last month
- 22