You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 16, 2023. It is now read-only.
When using node-passbook to generate and sign a pkpass file, the latest image being added is always corrupted (see below). This issue appeared when upgrading to Node.js 0.12. Downgrading to 0.10.x solve the problem. Any idea?
The text was updated successfully, but these errors were encountered:
To be perfectly honestly with you, I don't know if my explanation is the real reason it is fixed but I tried removing it because the whole point of a writable-stream is for the write method to be called with a chunk of data. That event listener was either double calling the write method or it was messing up the stream with that source.resume()
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
When using node-passbook to generate and sign a pkpass file, the latest image being added is always corrupted (see below). This issue appeared when upgrading to Node.js 0.12. Downgrading to 0.10.x solve the problem. Any idea?
The text was updated successfully, but these errors were encountered: