-
-
Notifications
You must be signed in to change notification settings - Fork 88
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
Add an option for saving all the input (and output) of the browser web page in localhost #972
Labels
Comments
axkr
added a commit
that referenced
this issue
Apr 28, 2024
TODO - `FullDefinition` must recursively determine all non-`Protected` symbol definitions - `Definition`, `FullDefinition` must contain an empty line between any singular definition line to use the `Package` parser in the `Get` function - `FullDefinition(In)` can be used to get all input definitions
axkr
added a commit
that referenced
this issue
Apr 28, 2024
- added an empty line after each row in `Definition, FullDefinition`
axkr
added a commit
that referenced
this issue
Apr 29, 2024
@TiagoCavalcante Is the "proof of concept" acceptable for you? Line 9 in 6b86bde
TODO the |
axkr
added a commit
that referenced
this issue
Apr 30, 2024
axkr
added a commit
that referenced
this issue
May 4, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Is your feature request related to a problem? Please describe.
In most cases it is desired to save the "queries", and I believe that for most use cases localhost is enough.
This would avoid losing work when reloading, or needing to copy the "queries" elsewhere so they can be reused later.
The text was updated successfully, but these errors were encountered: