Divesh Fake
@DiveshTheReal
Coding, procrastinating
are they a way I can disable the auto-complete coding in repl because I wanna learn without help like those so I know how stuff works if you know plz
MrRobuck I have code intelligence disabled, but in my team section for students the autocomplete still happens (even with code intelligence disabled in both my end when creating a program and their end when working on a program).7 months ago
RYANTADIPARTHI Solution
go to your settings, and click code intelligence off. It should work
Screenshot 2021-02-09 at 7.36.02 AM2 years ago
What is the Best database you guys use in 2021 just wanna know what other people use ;D
Coder100 repl.it db is pretty popular
but tbh the best one is https://firebase.google.com/docs/firestore/quickstart
good documentation
works great for json
nice dashboard ui (imo)
only problem is that it is noSQL which is like the best database paradigm ever2 years ago
InvisibleOne I use Replit DB and occasionally do some stuff with MongoDB, but you need python or Node.js for mongo2 years ago
What is the best ide for coding in computer I really want to know what other ide people use
RYANTADIPARTHI I guess you can use repl.it. But, there are better IDES out there, that have dbs, and can perform more powerful things than repl.it.
For basic things, i suggest repl.it, but for more advanced projects, use other editors.2 years ago
SixBeeps Believe it or not, I use Repl for most of my stuff nowadays 😅
But if there's something I need to do locally, I either use VSC or the full Visual Studio depending on what I need.2 years ago
What is the best way where Me can learn Rust?
Wumi4 Have a good knowledge with systems language, like C (It won't be enough, since Rust is much cooler and more unique than them. I have been struggling with Rust as a Python coder, and now I have pretty done any basic stuff if it), and find a resource. Rust By Example(RBE) is a good one! Check out them here2 years ago
What is the best way where Me can learn typescript?
Screenshot 2020-12-23 at 9.05.05 AM
this is happening on all the project need help to fix it ik there is a typescript project in the repl.it by I need
Squirrel777 Why are you using the terminal and not the shell?
Just install packages in the code like:
var package = require('package')
Why just install npm packages manually when you can install them in the code?2 years ago
Why can't is use pip in the repl.it python
Screenshot 2020-12-23 at 9.03.20 AM
like is there some website where I can learn and practice doing some code if you know plz tell me :D
RYANTADIPARTHI hackerank, hackerel, wars, or, codingbat, edabit.
EDABIT:https://edabit.com/challenges/python3
HACKERRANK: https://www.hackerrank.com/
use them.2 years ago
Any One Know How do I make The Repl.it runs like the run Lua server 24/7 without it is going down like when I start the code it will run localhost in
is there any problem my info from .json files are auto-deleting i need help
JustSomeone122 I'm having the same issue too
Sometimes when i dump to json files, they just get wiped.
Here's a link to the project where it is happening
https://replit.com/@JustSomeone122/QuickUpdate?v=11 year ago
Coder100 The files auto reset if you aren't on the repl. This is a security thing (people actually abused this once).2 years ago
What is a difference between Php Cli and Web server just wanna ask like what is a different
Baconman321 PHP cli is the command line interface, and the web server basically takes the output from the cli and puts it on a webpage. CLI is for programs that aren't using php for a web server. Web server runs on a certain port of your computer and php computes things and puts it on there.2 years ago
Need help with files auto delete in repl.it like project files so I use a file to add files to repl.it it auto-delete the files anyone knows how to fi
itsadi45 The same thing has happened to me many times. For my python program, the "mega.py" module was required, and after installing it my program was working fine. But somehow after a while that "mega.py" module get automatically deleted, and I was doing that installation sh*t again and again... Still I haven't got any solution. :(7 months ago
RYANTADIPARTHI You can do it in a different way, so by giving users a chance to do it.
import os
user_input = input("delete? "):
if user_input == "Y":
os.remove(file name)
else:
print("ok")
`2 years ago
Can I use MySQL in repl and do you know to connect with it in repl because I try the normal way did not work I need it to use it with PHP anyone knows
RYANTADIPARTHI I think you can use it, but if you want more help, try this link:
https://repl.it/talk/ask/How-do-u-use-MySQL/284172 years ago
So when i create a project i get bash then i can chose another project language how can i change it again like if i choose python and want to change i
SUHASTADIPARTH1 You can copy the code using control + a and copying all of that in another programming language file.2 years ago
Coder100 It should do this automatically. Where is your code coming from? Github? Make sure you are doing it with the 'repl from repo'. Anyways, otherwise, you are almost out of luck. The closest thing you can do is to download the code as a zip, extract it, and upload it to a new repl with the language of your choice.
Please report this to bugs!
Conclusion
Probably would want to:
Download the repl in question as a zip
Extract the zip
Upload all the files from the zip to a new repl with the language yo2 years ago
Can someone plz tell me about it
SUHASTADIPARTH1 Yes. You can press the plus button on the right and type in react.
Screenshot 2020-10-25 at 11.35.37 AM
Please mark my answer if it helps. Thank you.2 years ago
Today some one came to my repl and got my token and raid all my server is there any thing i can do to keep my project safe because they kick lot's of
realTronsi When you make your bot, make sure to store your token in a .env file so others can't get the token2 years ago
Why discord message ember not working i keep get error and ik i did it right because it was working like before now it is not working is there any pro
Coder100 well, some discord bots don't work very well with repl.it, maybe your bot is one of them? idk
Report this to bugs
be sure to attach repl as well!2 years ago
i am getting this error
(node:103) UnhandledPromiseRejectionWarning: TypeError: Object.entries(...).filter(...).flatMap is not a function
at new A
Node.js
plz some one help me bellow is my error only happening in repl.it
at Function.normalizeFields (/home/runner/NewScaraCodecurrent-2/node_modules/discor
AnthonyMouse I don't think you've installed Node. That may not be the problem, but that's a problem.2 years ago
when I was running it I am keep getting some error plz help me