-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
File management #12
Comments
Should drop yaml in favor of fds |
What is fds |
What's the point exactly? What does this do that YAML can't handle? |
@Morphan1 it's 1000x less random bs code, more stable and trustworthy somehow too. |
Less random bs code? Can't you just... Write your own parser for it? I mean that's basically what you seem to be doing anyway, just using a different file extension and possibly removing some features altogether |
I'm changing how it functions a bit. |
Need to be able to interact with a limited subset of the file system.
Specifically, files that are permitted through the outputter as script interaction files.
File managers needed:
yaml files (derive from text files?)All set/get for text/yaml should have a distinction between "get_object" and "get_raw" - object includes the object type automatically, raw always treats as plain text!The text was updated successfully, but these errors were encountered: