So something in this update may have changed, because I'm unable to even create files in Java programs. It apparently gets created because subsequent calls to "createNewFile()" indicates that the file already exists, but upon refreshing the page it creates the file again as if it never existed. During the whole time, there is no file (or folder) present in the left-hand window.
Repl.it now will sync your files in realtime. It even has a neat little cursor for when the system is giving you file updates 🤯
Try forking this repl, running it, and going to
henlo.txt
to see it in action:So something in this update may have changed, because I'm unable to even create files in Java programs. It apparently gets created because subsequent calls to "createNewFile()" indicates that the file already exists, but upon refreshing the page it creates the file again as if it never existed. During the whole time, there is no file (or folder) present in the left-hand window.
@Septem151 hey there. Can you share the program that you're speaking about?
@amasad
It’s affecting multiple repls, but this one prints whether the file is created or not. https://repl.it/@Septem151/test
@Septem151 Ok, we'll debug and get back to you.