-
Hi, I'm trying to use this project with fastapi following the example provided but no matter what I try, I always get
`RuntimeError: Please initialize your cluster before using`
could you pleas…
-
Hey @oeway I observed that - in case of lacking internet connection - the login function will timeout and block the application in sync mode. I have not found a way to get around this other than putt…
-
The framework uses websockets module ([here](https://github.com/permitio/fastapi_websocket_rpc/blob/master/fastapi_websocket_rpc/websocket_rpc_client.py#L8C8-L8C18)).
The websockets module does not…
-
I have successfully set up the JWT token. This is my opal-client log which shows it works well.
```sh
[2021-10-21 20:30:06 +0000] [1] [INFO] Starting gunicorn 20.1.0
[2021-10-21 20:30:06 +0000] […
-
If you don't put a type annotation on RPC methods, the returned value gets converted to a string:
https://github.com/permitio/fastapi_websocket_rpc/blob/307c14980663ad18cc4f4a73eb98b858a87704d2/fas…
-
**Is your feature request related to a problem? Please describe.**
Develop a GUI for PyNARS.
**Describe the solution you'd like**
The overall appearance should be similar to that of OpenNARS …
-
I'm using fastapi_websocket_rpc's `on_connect` callbacks on WebsocketRPCEndpoint. And it works. But when I use pyright to statically check the types, I get errors.
I define the callbacks like `asyn…
-
Hi.
Trying to have data.json and cedar policies in github instead of pointing to hosted file with `OPAL_DATA_CONFIG_SOURCES`.
Policies got imported into cedar agent with no issue. Data file seems to…
-
I'm trying out google's speech-to-text with streaming audio input.
I've a simple JS code that code record audio on button press and send the audio to fastapi backend using websockets. In fastapi ba…
-
I was trying out the package and I was going to inherit from `WebsocketRPCEndpoint` and override `on_connect`.
https://github.com/permitio/fastapi_websocket_rpc/blob/d0f322e362a50f9bb955e5a0ec66c2670…
5p4k updated
3 months ago