CaptObvious
Results
2
comments of
CaptObvious
Does this add support for removing standard library commands before running a script? For example, removing the `std::env`, `std::fs`, `std::net` and `std::process` parts of the stdlib?
Is there any plan to implement this? I've had to work around this for soft DELETEs by doing it in the preprocessor method then doing: ``` raise ProcessingException(code=200) ``` to...