SyntaxSeed
SyntaxSeed
I am getting this error: ``` PHP Notice: Undefined offset: 0 in /home/.../vendor/teamtnt/tntsearch/src/TNTSearch.php on line 408 ``` The error happens at the call of `$tnt->search(...)` in the following example, even...
From my comment on issue #118... My data, as it exists in the DB is not in a format ready to be indexed. So I was hoping to start with...
Hitting tab will attempt to complete command names... but doesn't work with paths or filenames.
Minified bundle is no longer accurate. Need to configure a Babel process to minify. Let's discuss - do we need to also transpile to ES5? What is browser support for...
Adding more common Bash commands to flesh out the functionality. **Top desires:** * mkdir * rm for directories Will pause adding new commands after the above 2 to do some...
Parameter parsing needs to be more generic to read any number of params & pass an array of them to the command.
Terminal boot process completes then prompts for username then password. Password should be hashed so not visible from view source. This setting will be part of the config in the...
After the merge of PR #13, we have a problem. The Initial Filesystem definition is not in a format that can be easily customized. Need to read initial state from...
After PR #13, the changes to the filesystem no longer are saved to LocalStorage and retrieved properly. It is always using the initialFilesystem definition. The 'reboot' command was intended to...
Much of the original library this was based on had no comments. Need helpful comments for functions, etc. **Use jsdoc style comments.**