CesiumGS / CesiumGS/obj2gltf

Node string limitations

Open
#59 4 comments 0 reactions 0 assignees View on GitHub
bug
Dominant language
JavaScript
Stars
1.9k
Forks
311
PR merge metrics
No merged PRs in 30d

Description

Buffers larger than ~192MB cannot be base64 encoded due to a NodeJS limitation. https://github.com/nodejs/node/issues/4266

It would be good to get around this. In most cases however using the `--separate` flag is the way go.

Contributor guide

No contributing guide indexed for this repository

Research direction

Start by locating the base64 encoding path and reviewing how the `--separate` flag avoids the large-buffer case. Compare the current behavior with NodeJS issue 4266; done means buffers larger than about 192MB can be encoded without the limitation while preserving the existing separate-file fallback.

Written by the indexing model from the issue text.

Assessment

Tech stack
javascript
Domain
cli
Issue type
Feature
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
30/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.