lukacat10

Results 8 issues of lukacat10

As the f450 face id line of products is discontinued, but stereo d400 series cameras will still be supported, it might be a good thing to support d400 cameras in...

Was tested against the current web client by adding some hard coded, manual tests. Works fine. Addresses #41 without ui (will be done seperately)

### Environment - OS: Windows 10 - Mono: hmmmmmm... ### Description DMP is freezing the game when attempting to join a server, specifically at the "syncing vessels" stage, with approx....

Currently, if the logseq graph is opened on a device without a plugin (for example, an android device) nothing will be shown. I suggest creating a natively supported preview (preferably...

enhancement

The following exists in the openapi schema: ```yaml response_format: allOf: - $ref: "#/components/schemas/AssistantsApiResponseFormatOption" - nullable: true ``` Which means merging the schemas in the list (detailed [here](https://json-schema.org/understanding-json-schema/reference/combining#allOf)). In `AssistantsApiResponseFormatOption`: ```yaml...

This PR adds image support by utilizing base64 in the image field of the message.

Hi PR #22 changed typescript's strict mode to true, which caused a lot of errors preventing the project from compiling. I addressed this by including temporary "any" type declarations to...