GNU/Weeb Mailing List <[email protected]>
 help / color / mirror / Atom feed
 messages from 2023-08-26 15:07:23 to 2023-10-12 19:32:26 UTC [more...]

[PATCH nolibc 0/19] Updates to nolibc for v6.7 (and three for v6.6)
 2023-10-12 19:32 UTC 

[PATCH v2 00/14] GNU/Weeb Web Migration to SvelteKit
 2023-10-09 21:22 UTC  (16+ messages)
` [PATCH v2 01/14] refactor: migrate: migrate to sveltekit framework
` [PATCH v2 02/14] feat(layout): add +layout.ts
` [PATCH v2 03/14] feat(app): add app types file
` [PATCH v2 04/14] feat(lib): add API_URL and STORAGE_URL constant variable
` [PATCH v2 05/14] feat(lib): add lib functions file
` [PATCH v2 06/14] feat(lib): add newly created lib constants variables and functions
` [PATCH v2 07/14] feat(lib/functions): add getRepliedMessage() function
` [PATCH v2 08/14] feat(lib/functions): add dateFormat() function
` [PATCH v2 09/14] feat(components): add <OrganizationMembers/> component
` [PATCH v2 10/14] feat(components): add <RecentMessages/> component
` [PATCH v2 11/14] feat(routes): add +page.ts
` [PATCH v2 12/14] feat(routes/page): add +page.svelte
` [PATCH v2 13/14] chore(README): update README.md
` [PATCH v2 14/14] chore: remove unused files

[PATCH v1 00/13] GNU/Weeb Web Migration to SvelteKit
 2023-10-07  5:36 UTC  (16+ 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 v1 10/13] feat(routes): add +page.server.ts
` [PATCH v1 11/13] feat(routes/page): add +page.svelte
` [PATCH v1 12/13] chore(README): update README.md
` [PATCH v1 13/13] chore: remove unused files

Ref: Business procurement
 2023-10-05  5:50 UTC 

[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  (4+ messages)
` [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: "


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox