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
This is just a very confused question about how this repository is being maintained. I think clarification in the readme of this project would really help clear up confusion that I and probably a lot of other people have.
It seems that the psd module is no longer maintained, and so the newer, maintained version was released under psd.js. That's fair enough and I appreciate whoever is maintaining this without the original author. But the fact that these two modules have the exact same readme is really confusing and a tiny modification to the maintained module explaining what the story is would really be appreciated.
Beyond this, the main thing I want to ask is why this github source code is not in sync with either npm module. The psd.js module at the time of writing was last published 15 days ago, so is clearly being updated with new functionality, and this repository was last updated in July (roughly 7 months ago). Following this, the npm module is on version 3.3.5, whereas the github repo's package.json has the version on only 3.2.0.
The fact that the public-facing code is so out of date means that I can't really PR anything, since I'm PRing against outdated code. For instance, there is a bug I'm encountering that I want to PR a fix for, but when I look at the source code, the lines I'm trying to fix don't even exist in the code that's on github.
Is there a separate repository that's being maintained for the psd.js? The readme on the module just links back here so I'm at a loss as to where the currently maintained source code actually is.
If anyone has any clue, I'd really appreciate a hint.
-Conor
The text was updated successfully, but these errors were encountered:
Hello to all maintainers,
This is just a very confused question about how this repository is being maintained. I think clarification in the readme of this project would really help clear up confusion that I and probably a lot of other people have.
There are two npm modules linked to this repo, one called
psd
and one calledpsd.js
:https://www.npmjs.com/package/psd
https://www.npmjs.com/package/psd.js
It seems that the
psd
module is no longer maintained, and so the newer, maintained version was released underpsd.js
. That's fair enough and I appreciate whoever is maintaining this without the original author. But the fact that these two modules have the exact same readme is really confusing and a tiny modification to the maintained module explaining what the story is would really be appreciated.Beyond this, the main thing I want to ask is why this github source code is not in sync with either npm module. The
psd.js
module at the time of writing was last published 15 days ago, so is clearly being updated with new functionality, and this repository was last updated in July (roughly 7 months ago). Following this, the npm module is on version3.3.5
, whereas the github repo'spackage.json
has the version on only3.2.0
.The fact that the public-facing code is so out of date means that I can't really PR anything, since I'm PRing against outdated code. For instance, there is a bug I'm encountering that I want to PR a fix for, but when I look at the source code, the lines I'm trying to fix don't even exist in the code that's on github.
Is there a separate repository that's being maintained for the
psd.js
? The readme on the module just links back here so I'm at a loss as to where the currently maintained source code actually is.If anyone has any clue, I'd really appreciate a hint.
-Conor
The text was updated successfully, but these errors were encountered: