DISABLING FORKING
is it possible to disable forking???
I support this.
Sometimes, you've got to be private, but not always completely private (like a Hacker Plan private repository).
What I mean is, sometimes you want others to use your program, so you want your product to be accessible by the public, but in a closed-source way (so the actual code behind it is hidden and un-fork-able).
Please add an option, preferably one available for standard and Hacker plan users alike, to at least disable forking, and more ideally, hide the code behind the Repl, while allowing the public to access/run the repl.
No, you have to buy the hacker plan and make those private repls, so they can't see them or form them, If you want then feature without hacker plan then I recommend suggesting it on feedback. Or maybe using another code editor.
No. Why are you asking for it?
@Wumi4 i got 5 forkings on one of my repls- i dont really like people forking it :>
Yes, please use the pypi package (that I made): replforks. After installing it, make an environment variable in your project through the side-menu, called "fork tracking" without quotes (yes, keep the spaces). Give it the value "true" without quotes. Now in your program:
import replforks
print(replforks.is_forked())
@qaiik it doesn't work
all it says is "No module named replforks"
@GenlSprite pip install replforks