Paarth Shah

Results 19 issues of Paarth Shah

Follow-up to https://github.com/poljar/matrix-nio/pull/451 When receiving account data, a `MatrixRoom` which is marked with `m.direct` should be given an appropriate property.

enhancement
good first issue
events
api

https://spec.matrix.org/v1.8/client-server-api/#mmegolmv1aes-sha2 > As of v1.3, the sender_key and device_id keys are deprecated. They SHOULD continue to be sent, however they MUST NOT be used to verify the message’s source. >...

bug
encryption

I wasn't able to run unit tests locally since there were some invalid imports being done in `__init__.py`, so I removed those. I've augmented the code with: - typing (including...

In the spirit of https://github.com/vbabiy/djangorestframework-camel-case/pull/124, we should be able to use `"drf_orjson_renderer.parsers.ORJSONParser"`

enhancement

Fixes #207 # Old behavior Whenever an Exception was raised nim code, the `nimpy` python module would raise a corresponding `nimpy.`. This Exception object is a subclass of `BaseException` in...

``` Home Assistant 2023.6.2 Frontend 20230608.0 - latest ``` ![image](https://github.com/kasperlaursen/octoprint-card/assets/20485810/490c242a-4000-4389-bb9a-72271fbda3bf)

Using docker: `ghcr.io/matrixgpt/matrix-chatgpt-bot b0dd379aee4e 4 months ago 367MB` ``` root@REDACTED:~# docker pull ghcr.io/matrixgpt/matrix-chatgpt-bot:latest latest: Pulling from matrixgpt/matrix-chatgpt-bot Digest: sha256:f07bf6adbdf98405af39ce1e328a94cbba5c9585fb063efd751582475e1bf50f Status: Image is up to date for ghcr.io/matrixgpt/matrix-chatgpt-bot:latest ghcr.io/matrixgpt/matrix-chatgpt-bot:latest ``` ```...

https://platform.openai.com/docs/guides/vision It seems like [uploading base64-encoded images](https://platform.openai.com/docs/guides/vision/uploading-base-64-encoded-images) may be a generic viable strategy for passing images through the API. Alternatively/for speed, and from unencrypted rooms, it may instead be possible/desirable...

enhancement

**What this PR does / why we need it**: This PR is to fix the docs to match `compose-spec.json`'s AND `docker compose`'s implementation for each of: - `deploy.placement.constraints` - `deploy.placement.preferences`...

stale

**What is the problem you're trying to solve** As an example, I want to declare a swarm service that, as a `preference`, prefers to be on a `worker` node. The...