Ivan
Ivan
When visiting http://api.jquery.com/ in jQuery.param() description it should say: > Create a serialized representation of an array, a plain object, or a jQuery object suitable for use in a URL...
You clone the object in `get_object` before the forms validation take place. I think the correct place to do this would be in `save_model()` taking into consideration that it also...
In a clean install when trying to use kerykeion I get: ``` File ".../lib/python3.9/site-packages/kerykeion/types.py", line 9, in from pydantic import BaseModel ModuleNotFoundError: No module named 'pydantic' ```
When having a blank=True, null=True SelectMultipleField and validating the field with an empty value it raises an Exception: ``` Traceback (most recent call last): File "/home/ivan/.virtualenvs/hdmd/lib/python2.7/site-packages/django/contrib/staticfiles/handlers.py", line 63, in __call__...
In the Admin section we should document this classes.
### Steps to reproduce the problem Install from helm chart. ### Expected behaviour The oidc client secret should be set in an existing secret for extra security (on par with...
Right now you need to hardcode the `OIDC_CLIENT_SECRET` into the values. Move it to an existing secret so its security is on par with the rest of the secure tokens.
### Feature request Add the `name` and `arguments` from `function_call` to `on_llm_new_token` when `streaming=True`. Now it's getting called with an empty token several times and no way to retrieve the...
Most services provide a way for other applications to request access. For my use case I'd like an app that I'm creating to redirect each user to a mailu admin...
**Description:** I have encountered an issue where group messages sent from an `AsyncWebsocketConsumer` in `receive` are not processed in real-time by the same consumer if it's self-subscribed to the group....