Sbot50
@Sbot50
so, I have tried to search what the size limits were and got these results:
Projects: 2MB
Account: 1GB
Now, i could believe the 1GB limit since I hav
fs.writeFile(); works only as long as someone is editing the project. After that it still edits and works but it resets to what it was before when the
ironblockhd Repl.it resets files if they are not edited by a human, use replitdb instead, you can use the require("@replit/database") module3 years ago
PattanAhmed @Sbot50 Hi,
fs.writeFile is always make some types of errors on Repl.it
Instead, I suggest you use fs.writFileSync which will work as same as fs.writeFile
> Mostly same and I think some might make a difference
Read these websites to know more if you want:-
Click here
Click here
That's it
Thanks!
Hope this helps3 years ago
Coder100 Yeah, fs.writeFile is really glitchy, but I don't think you will have a problem using fs.writeFileSync?
let code = "hi";
fs.writeFilesync("newfile", code);
fs.writeFileSync works better on repl.it, probably because it's synchronous.3 years ago
I get the following error, i use selenium-webdriver and chromedriver:
(node:2400) UnhandledPromiseRejectionWarning: Error: Server terminated early wit
Coder100 Hello! You are in luck!
Here's my tutorial for it
Hopes this helps!
Basically, just put it into a bash repl :)3 years ago
As the title says, do that please. I saw a bug report from 2016 that has this issue. You said then it’s because you don’t have a chrome build in, how
SixBeeps There just hasn't been enough demand for it, and other features/fixes have had the focus.
Is there something that you need that something like Selenium WebDriver doesn't offer?3 years ago