messages from 2023-07-14 02:25:53 to 2023-10-03 02:52:31 UTC [more...]
[PATCH v1 00/13] GNU/Weeb Web Migration to SvelteKit
2023-10-03 2:51 UTC (10+ messages)
` [PATCH v1 01/13] refactor: migrate: migrate to sveltekit framework
` [PATCH v1 02/13] feat(app): add app types file
` [PATCH v1 03/13] feat(lib): add API_URL and STORAGE_URL constant variable
` [PATCH v1 04/13] feat(lib): add lib functions file
` [PATCH v1 05/13] feat(lib): add newly created lib constants variables and functions
` [PATCH v1 06/13] feat(lib/functions): add getRepliedMessage() function
` [PATCH v1 07/13] feat(lib/functions): add dateFormat() function
` [PATCH v1 08/13] feat(components): add <OrganizationMembers/> component
` [PATCH v1 09/13] feat(components): add <RecentMessages/> component
[PATCH Website v2 0/2] API Local Storage and Scrollbars
2023-10-02 1:30 UTC (7+ messages)
` [PATCH Website v2 1/2] feat: Add local storage caching for org members and user info
` [PATCH Website v2 2/2] style: Add custom styling for scrollbars in chat interface
[PATCH Website 1/2] feat: Add local storage caching for org members and user info
2023-09-30 19:28 UTC (2+ messages)
` [PATCH Website 2/2] style: Add custom styling for scrollbars in chat interface
[PATCH v2 0/2] Fix getFixedRandomColor() function
2023-09-27 14:56 UTC (7+ messages)
` [PATCH v2 1/2] fix(page): fix "
` [PATCH v2 2/2] feat(page): add error message for recent messages
[PATCH v1 0/1] Fix getFixedRandomColor() function
2023-09-27 12:34 UTC (5+ messages)
` [PATCH v1 1/1] fix(page): fix "
[PATCH v1 0/1] Add tailwind configuration
2023-09-26 17:18 UTC (6+ messages)
` [PATCH v1 1/1] fix: add *.js and *.css for tailwind config
[PATCH v3 00/11] Refactoring and Add New Features
2023-09-26 11:06 UTC (14+ messages)
` [PATCH v3 01/11] style: remove extra newline at end of file
` [PATCH v3 02/11] feat(static/img): add `profile-cover.jpg`
` [PATCH v3 03/11] refactor(page): improve page design and add profile image cover
` [PATCH v3 04/11] feat(page): improve UX for copying text
` [PATCH v3 05/11] chore(page): add newlines to enhance Developer Experience
` [PATCH v3 06/11] feat(page): add GNUWeeb member list UI
` [PATCH v3 07/11] feat(page): add `getOrgMembers()` function
` [PATCH v3 08/11] feat(page): add `renderMemberList()` function
` [PATCH v3 09/11] feat(page): add initial UI for displaying recent group messages
` [PATCH v3 10/11] feat(css): add initial CSS class styles for chat bubbles
` [PATCH v3 11/11] feat(page): implement chat bubble message rendering
[PATCH v2 00/11] Refactoring and Add New Features
2023-09-24 9:37 UTC (15+ messages)
` [PATCH v2 01/11] style: remove extra newline at end of file
` [PATCH v2 02/11] feat(static/img): add `profile-cover.jpg`
` [PATCH v2 03/11] refactor(page): improve page design and add profile image cover
` [PATCH v2 04/11] feat(page): improve UX for copying text
` [PATCH v2 05/11] chore(page): add newlines to enhance Developer Experience
` [PATCH v2 06/11] feat(page): add GNUWeeb member list UI
` [PATCH v2 07/11] feat(page): add `getOrgMembers()` function
` [PATCH v2 08/11] feat(page): add `renderMemberList()` function
` [PATCH v2 09/11] feat(page): add initial UI for displaying recent group messages
` [PATCH v2 10/11] feat(css): add initial CSS class styles for chat bubbles
` [PATCH v2 11/11] feat(page): implement chat bubble message rendering
[PATCH v1 00/11] Refactoring and Add New Features
2023-09-23 8:43 UTC (14+ messages)
` [PATCH v1 01/11] style: remove extra newline at end of file
` [PATCH v1 02/11] feat(static/img): add `profile-cover.jpg`
` [PATCH v1 03/11] refactor(page): improve page design and add profile image cover
` [PATCH v1 04/11] feat(page): improve UX for copying text
` [PATCH v1 05/11] chore(page): add newlines to enhance Developer Experience
` [PATCH v1 06/11] feat(page): add GNUWeeb member list UI
` [PATCH v1 07/11] feat(page): add `getOrgMembers()` function
` [PATCH v1 08/11] feat(page): add `renderMemberList()` function
` [PATCH v1 09/11] feat(page): add initial UI for displaying recent group messages
` [PATCH v1 10/11] feat(css): add initial CSS class styles for chat bubbles
` [PATCH v1 11/11] feat(page): implement chat bubble message rendering
HiFi Coverage Area in Yogyakarta?
2023-09-15 22:20 UTC (4+ messages)
` INQ_Coverage Information
` [Do Not Reply] - Your Indosat Support Case DIG0020687707 has been Closed
Request for Membership on GitHub
2023-09-07 17:25 UTC (2+ messages)
New Inquriy
2023-09-07 8:24 UTC
Undeliverable: Outgoing mail failed
2023-09-06 1:38 UTC
[RFC PATCH v1 0/5] nolibc x86-64 string functions
2023-09-04 8:26 UTC (29+ messages)
` [RFC PATCH v1 1/5] tools/nolibc: x86-64: Use `rep movsb` for `memcpy()` and `memmove()`
` [RFC PATCH v1 2/5] tools/nolibc: x86-64: Use `rep stosb` for `memset()`
` [RFC PATCH v1 3/5] tools/nolibc: x86-64: Use `rep cmpsb` for `memcmp()`
` [RFC PATCH v1 4/5] tools/nolibc: string: Remove the `_nolibc_memcpy_down()` function
` [RFC PATCH v1 5/5] tools/nolibc: string: Remove the `_nolibc_memcpy_up()` function
[RFC PATCH v3 0/4] nolibc x86-64 string functions
2023-09-03 21:19 UTC (17+ messages)
` [RFC PATCH v3 1/4] tools/nolibc: x86-64: Use `rep movsb` for `memcpy()` and `memmove()`
` [RFC PATCH v3 2/4] tools/nolibc: x86-64: Use `rep stosb` for `memset()`
` [RFC PATCH v3 3/4] tools/nolibc: string: Remove the `_nolibc_memcpy_down()` function
` [RFC PATCH v3 4/4] tools/nolibc: string: Remove the `_nolibc_memcpy_up()` function
[RFC PATCH v2 0/4] nolibc x86-64 string functions
2023-09-03 20:35 UTC (12+ messages)
` [RFC PATCH v2 1/4] tools/nolibc: x86-64: Use `rep movsb` for `memcpy()` and `memmove()`
` [RFC PATCH v2 2/4] tools/nolibc: x86-64: Use `rep stosb` for `memset()`
` [RFC PATCH v2 3/4] tools/nolibc: string: Remove the `_nolibc_memcpy_down()` function
` [RFC PATCH v2 4/4] tools/nolibc: string: Remove the `_nolibc_memcpy_up()` function
[ammarfaizi2-block:testing/af/for-willy] BUILD SUCCESS 420c04987a2d2a2829cd3408af417c805a018883
2023-09-03 2:10 UTC
[ammarfaizi2-block:testing/af/for-willy] BUILD SUCCESS 972edd81af9c9d2dae830cf810959dcb766921ed
2023-08-31 5:58 UTC
[PATCH v3 0/1] Fix a stack misalign bug on _start
2023-08-30 4:07 UTC (4+ messages)
` [PATCH v3 1/1] tools/nolibc: i386: "
Testing
2023-08-29 13:37 UTC (3+ messages)
Test
2023-08-29 13:13 UTC
Hello World
2023-08-29 13:08 UTC
GNU/Weeb Email
2023-08-29 12:57 UTC
GNU/Weeb Email
2023-08-29 12:51 UTC
[PATCH v2 0/1] Fix a stack misalign bug on _start
2023-08-29 12:25 UTC (7+ messages)
` [PATCH v2 1/1] tools/nolibc: i386: "
[PATCH liburing v1 0/2] Two small fixes for the map file
2023-08-28 14:22 UTC (5+ messages)
` [PATCH liburing v1 1/2] liburing.map: Remove `io_uring_queue_init_mem()` from v2.4
` [PATCH liburing v1 2/2] liburing-ffi.map: Move `io_uring_prep_sock_cmd()` to v2.5
[ammarfaizi2-block:testing/af/for-willy] BUILD SUCCESS 64ae324acab933b80e05d53a7c328c9940f319e3
2023-08-27 14:30 UTC
[PATCH v1 0/1] Fix a stack misalign bug on _start
2023-08-27 7:22 UTC (9+ messages)
` [PATCH v1 1/1] tools/nolibc: i386: "
[ammarfaizi2-block:testing/af/vexp] BUILD SUCCESS 7a79099150951bd5fd9626c9b13fed9a7c0a5c1a
2023-08-16 2:10 UTC
[ammarfaizi2-block:testing/af/vexp] BUILD REGRESSION ab226951e7b252acf3fcf8432b3e3cb214e65d2f
2023-08-12 12:15 UTC
[ammarfaizi2-block:testing/af/vexp] BUILD REGRESSION c31aaa998888aa068bf42d9bd453568d27319a3b
2023-08-11 11:11 UTC
[ammarfaizi2-block:testing/af/vexp 3/9] ERROR: modpost: vmlinux: local symbol 'set_workqueue_cpumask' was exported
2023-08-10 23:53 UTC
[ammarfaizi2-block:testing/af/home] BUILD REGRESSION 8b2a24828c670d20cda3d69f5741e11e89f575f7
2023-08-09 6:00 UTC (2+ messages)
[ammarfaizi2-block:testing/af/home 6/8] fs/btrfs/async-thread.c:411:34: error: no member named 'hipri_workers' in 'struct btrfs_fs_info'; did you mean 'fixup_workers'?
2023-08-08 17:42 UTC
[ammarfaizi2-block:testing/af/home 6/8] fs/btrfs/async-thread.c:411:41: error: 'struct btrfs_fs_info' has no member named 'hipri_workers'; did you mean 'fixup_workers'?
2023-08-08 16:19 UTC
Official Dealer for CarTrack
2023-08-05 4:03 UTC
GNU/Weeb ON Hugging Face
2023-08-02 11:13 UTC
Test
2023-08-01 14:35 UTC (4+ messages)
[PATCH liburing] github: Fix LLVM packages conflict
2023-08-01 1:11 UTC (3+ messages)
[PATCH server-haj002 v1 0/6] Server update and new service elk.gnuweeb.org
2023-07-14 10:32 UTC (6+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox