Enter the query into the form above.
API method:
GET /api/symbols?search=hello&page=1&limit=20
where search is your query, page is a page number and limit is a number of items on a single page. Pagination information (such as a number of pages and etc) is returned
in response headers.
If you'd like to join our channel webring send a patch to ~whereiseveryone/toys@lists.sr.ht adding your channel as an entry in channels.scm.
Wait for TIMEOUT seconds or until the screen text on MARIONETTE matches PREDICATE, whichever comes first. Raise an error when TIMEOUT is exceeded. The error contains the recognized text along the preserved file name of the screen dump, which is relative to the current working directory. If PRE-ACTION is provided, it should be a thunk to call before each OCR attempt. Likewise for POST-ACTION, except it runs at the end of a successful OCR.
Return a SRFI-64 test runner that calls 'exit' upon 'test-end'. When LOG-DIRECTORY is specified, create log file within it.
Run COMMAND in the QEMU monitor of MARIONETTE. COMMAND is a string such as "sendkey ctrl-alt-f1" or "screendump foo.ppm" (info "(QEMU) QEMU Monitor").
Wait until FILE exists in MARIONETTE; READ its content and return it. If FILE has not shown up after TIMEOUT seconds, raise an error.
Type STR on MARIONETTE's keyboard, using the KEYSTROKES alist to map characters to actual keystrokes.
Wait for up to TIMEOUT seconds for FILE-NAME, a Unix domain socket, to accept connections in MARIONETTE. Raise an error on failure.
Evaluate EXP in MARIONETTE's backdoor REPL. Return the result.
Return the default name of the QEMU command for SYSTEM.
Whether NAMES are provisioned in the current OBJECT environment.
Copy all files under SECRET-ROOT by connecting to secret-service listening at ADDRESS, an address as returned by 'make-socket-address'. If connection fails, sleep 1s and retry RETRY times; once connected, wait for at most HANDSHAKE-TIMEOUT seconds for handshake to complete. Return #f on failure.
Listen to ADDRESS, an address returned by 'make-socket-address', and wait for a secret service client to send secrets. Write them to the file system. Return the list of files installed on success, and #f if TIMEOUT seconds passed without receiving any files or if some other failure occurred.
This is a variant of 'fork+exec-command' procedure, that joins the namespaces of process PID beforehand. If there is no support for containers, on Hurd systems for instance, fallback to direct forking.