Skip to content
Open navbar menu
Sign UpLog In
Profile icon

kaiser b

@kaiserb1
Repls
Community
kaiserb1
kaiserb1
shared a Post
2 years ago
Missing "Open in a new tab"
My repls had "Open in a new tab" button, but now it misses. Can I restore it?
Profibus address
Python
Coder100
Coder100
You can no longer 'open tab' for terminal repls. Now you must embed it: https://docs.repl.it/repls/embed2 years ago
SixBeeps
SixBeeps
If you're talking about the whole tab being the console, that feature was removed about half a year ago due to security concerns.2 years ago
RYANTADIPARTHI
RYANTADIPARTHI
that feaure isn't there for every language.2 years ago
kaiserb1
kaiserb1
shared a Post
3 years ago
Hi, did someone make pytesseract working in python? Regards.
SixBeeps
SixBeeps
I'm working on a test implementation, but GitHub seems to be broken atm so I'll finish it sometime later.3 years ago
kaiserb1
kaiserb1
shared a Post
4 years ago
OpenCV don't work on Python. Can someone share the proper way of using on Repl?
kaiserb1
kaiserb1
shared a Post
4 years ago
opencv for python doesn't work https://repl.it/@kaiserb1/Shape-recogn
SiddaDev
SiddaDev
whats nohup.out?? 3 years ago
TaylorHouse
TaylorHouse
I had to use a different package, it doesn't seem as if repl can run OpenCV normally. I used opencv-python, and it didn't seem to throw any errors, except it couldn't play the video and threw a null error code. of course, you are using it for something else so it could be different4 years ago
kaiserb1
kaiserb1
shared a Post
5 years ago
I have simple server, running or REPL.IT and Python3. How I can send "POST" @ payload to same server from REPL.IT?