-
Notifications
You must be signed in to change notification settings - Fork 161
Switch to node-pty
#547
Comments
HAHAHA @ivankravets a PR exists see #425 |
@the-j0k3r what do you mean? Which PR? |
Seriously? 2nd post
Third post
Ive put it in two posts before, 3rd time lucky #425 <- that |
@the-j0k3r it would be much easier to shift to |
@the-j0k3r do you understand how does node-pty work? That is what I've said before to @Fred-Barclay, the one thing is to merge PR, and another is to review and understand what does code do. We should be careful with all PRs, I see that over 1M downloads we have for the last time https://atom.io/packages/platformio-ide-terminal. |
Im not @Fred-Barclay, Im just pointing to the fact the PR is relevant to the question being raised. If that PR isnt suitable its up to you to close it. Not leave things open for no reason. Anyway Im not your maintainer nor wish to be, Im already investing too much time answering Q's and letting ppl know whats going on. |
"node-pty" is a fork of https://github.com/chjj/pty.js and depends on a host compiler too. The main difference is that @Tyriar ported JavaScript part to Microsoft's TypeScript. |
No explanation needed I know the issue with #425, but IDK if you understand what Im saying, clearly you dont. Nite and congrats on release. Maybe future PR's wont be ignored forever. |
I've just closed it. @ashthespy You can try to switch to "node-pty", please don't forget to compile it on Linux, Windows, Mac. If it works, please make a PR. I think I can prepare binaries or we can do that together. |
@ivankravets That is the thing - you don't need to make binaries with |
Yep.
Lovely :) now its looking like something is going on maintenance wise. |
@ashthespy I see, that package does the same what we do last years. The only problem is what to do when new Electron is out. Users will need to uninstall/install terminal again or we should do face incremental release to trigger "node-pty-prebuild" install script which will pull new module (if it is already precompiled.). Nevertheless, please make a PR and restest it. I will also test it on a few VMs. |
@ivankravets please close no longer relevant |
Can we switch from the unmaintained
pty.js
tonode-pty
To make life even easier -
node-pty-prebuilt
could be utilised thus making this package simpler to maintain. You wouldn't have to prebuildpty.js
for each node and OS version as you do currently.Can submit a PR (It's two lines ;-) ) if there is traction for the idea!
The text was updated successfully, but these errors were encountered: