C0dez (Li)
C0dez (Li)
When I have something like this `{{post.description}}` And `{{post.description}}` changes, VueMarkdown won't hot update, any solutions?
Because in serializers.py ``` ..... class RefreshJSONWebTokenSerializer(VerificationBaseSerializer): """ Refresh an access token. """ def validate(self, attrs): token = attrs['token'] .... ``` It only read token from request.data
Right now if your token is in cookie, you cannot refresh it because it is set to httponly (JS cannot access), this couple lines change could fix it
It has not been updated since 3 months ago
#### Bug Report Checklist - [x] Have you provided a full/minimal spec to reproduce the issue? - [x] Have you validated the input using an OpenAPI validator ([example](https://apidevtools.org/swagger-parser/online/))? - [x]...
Is it possible to add repeating events like "Homework due Tuesday 12:00pm every week until May 7"?
Can week calendar export ics?
Following up with the PR in crewAI main repo: https://github.com/crewAIInc/crewAI/pull/1514 This PR is to update the import path and dependency of crewAI-tools to import BaseTool from crewAI main package