route MIME types from data, e.g file location, to service directly #5
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
can have a local lookup table, associating a type with a local or remote
good example could be otherwise unknown types, e.g .lines on reMarkable, to well known types, e.g JSON
for unknown types could send the file as-is and if an editor is present (and the file detected as non binary) display it within e.g
for https://git.benetou.fr/utopiah/text-code-xr-engine in either its editor or reader (simplified editor) or
/editor.htmlfor the 2D version.Consider also getting JSON out of CLI utils https://github.com/kellyjonbrazil/jc and thus possible more easily facilitating the output of exec commands in e.g. WebXR.
See
companion.jsandpublic/index.htmlin the fot-sloan-companion branch as the most complete version.