sillsdev / sillsdev/languageforge-lexbox
Improve LDML API with async zip file handling
@rmunn is already working on this.
Since Mar 12, 2025.
- 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
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.