sillsdev / sillsdev/languageforge-lexbox

Improve LDML API with async zip file handling

Open
#1,539 3 comments 0 reactions 1 assignee View on GitHub

@rmunn is already working on this.

Since Mar 12, 2025.

📦 Lexbox task
Dominant language
C#
Stars
9
Forks
8
Avg merge
2d 13h
Merged PRs (30d)
49

Description

When I implemented https://github.com/sillsdev/languageforge-lexbox/pull/1309 I wanted to use streaming for collecting the zip files from lexbox and consolidating them into one large zip to send to the user, but I ended up unable to do so because of https://www.github.com/dotnet/runtime/issues/1541. I've just seen https://www.github.com/dotnet/runtime/issues/1541#issuecomment-1265265788 which suggests a workaround for the missing async APIs in the .NET zipfile handling. When I'm back, I should see if this would allow us to improve the responsiveness of the API(s) introduced in #1309.

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.