-
Notifications
You must be signed in to change notification settings - Fork 51
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[CLOSED] No connections are drawn when opening a Yarn file #78
Comments
Thank you for your reporting this bug 👍 It seems like the issue comes from the line ending. When using the yarn.txt save format, Yarn is expecting only Unix type line ending and doesn't interpret correctly CR that Windows add. By default Yarn saves using LF only, but I guess the text editor you used changed it to CRLF. Should be easy to fix, but in the meantime you can convert your files from the Windows format to the Unix one and the connections should be back 😉 Another quickfix would be to save it as a json file. |
Thanks for the great info and the source of the problem. Thank you! :-) |
ok I fixed this bug in my pull here: |
So I noticed that this fix doesn't seem to be included in Yarn-master somehow when you download the ZIP from Git. I opened up data.js and added the fix manually, but it doesn't seem to work. |
Please attach the example file :) On Fri, Apr 12, 2019, 2:29 AM swakdaddy [email protected] wrote:
|
The example file is already attached in the original post. See Sally.yarn.txt above. If you are talking about data.js, I simply changed the line in this change list to match what is supposed to be in git. It does not work locally by changing that file and then running Yarn by dragging Yarn-master folder into nw.exe. It's the only way I've found to run latest version of Yarn. |
@swakdaddy this was fixed on the electron branch. You need to use that instead of master |
@blurymind - Ah thanks. I'll grab the electron branch then since it seems you guys have been working more on it! |
It has alot of the issues here fixed, it's just not the default branch yet On Thu, Apr 18, 2019, 4:51 PM swakdaddy [email protected] wrote:
|
Friday Aug 24, 2018 at 15:06 GMT
Originally opened as InfiniteAmmoInc/Yarn#78
OS: Windows 10.
Repro steps:
Including a file I know isn't working.
Thanks!
Sally.yarn.txt
The text was updated successfully, but these errors were encountered: