[PR #16] [MERGED] Fix: binary ascii85 serialization #19

Closed
opened 2026-05-23 08:36:45 -06:00 by gitea-mirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/appy-one/acebase-core/pull/16
Author: @appy-one
Created: 9/10/2022
Status: Merged
Merged: 9/10/2022
Merged by: @appy-one

Base: masterHead: fix/binary-ascii85-serialization


📝 Commits (2)

📊 Changes

5 files changed (+8 additions, -7 deletions)

View changed files

📝 dist/cjs/ascii85.js (+1 -1)
📝 dist/cjs/ascii85.js.map (+1 -1)
📝 dist/esm/ascii85.js (+1 -1)
📝 dist/esm/ascii85.js.map (+1 -1)
📝 src/ascii85.ts (+4 -3)

📄 Description

Fixes issue https://github.com/appy-one/acebase-client/issues/25
Special thanks to @donl for discovering the issue and providing the fix!


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/appy-one/acebase-core/pull/16 **Author:** [@appy-one](https://github.com/appy-one) **Created:** 9/10/2022 **Status:** ✅ Merged **Merged:** 9/10/2022 **Merged by:** [@appy-one](https://github.com/appy-one) **Base:** `master` ← **Head:** `fix/binary-ascii85-serialization` --- ### 📝 Commits (2) - [`359fd52`](https://github.com/appy-one/acebase-core/commit/359fd52b4837415513643435c375647f7fdc397d) Fix binary serialization to ascii85 - [`547e636`](https://github.com/appy-one/acebase-core/commit/547e636b9f2ab92d8c6cd8e1760f87a115f48ba0) chore: build ### 📊 Changes **5 files changed** (+8 additions, -7 deletions) <details> <summary>View changed files</summary> 📝 `dist/cjs/ascii85.js` (+1 -1) 📝 `dist/cjs/ascii85.js.map` (+1 -1) 📝 `dist/esm/ascii85.js` (+1 -1) 📝 `dist/esm/ascii85.js.map` (+1 -1) 📝 `src/ascii85.ts` (+4 -3) </details> ### 📄 Description Fixes issue https://github.com/appy-one/acebase-client/issues/25 Special thanks to @donl for discovering the issue and providing the fix! --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
gitea-mirror 2026-05-23 08:36:45 -06:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: github-starred/acebase-core#19
No description provided.