yassine
yassine
@ascorbic Still to this date with [email protected] `res.revalidate()`, it doesn' t update the page although the revalidate api endpoint handle the request.
@il3ven any update on PostgreSQL integration or any open-source database ?! relying on third party for data storage remove all the fun and values especially with nowadays the need for...
@il3ven since I use Hasura in every project (and future ones), PostgreSQL is my primary choice of DB. Not only is it versatile in handling jsonb data, vector data, etc.,...
@MaxLeiter the issue is the same locally and on the cloud (docker container in Heroku), I don' t have the issue with a NextJs set-up.
@mlcooper , @Urigo I am having the same issue and error logs with third party openapi that include the following schema ```json // ... { "name": "from", "in": "query", "description":...
@28development What was your fix for the solution, can you share your config ?
@lakhansamani this would work for now (with extra work filtering data to access the right tenant).
@lakhansamani right now the only way to add user is through graphQL `signup` mutation this only work if Authorizer is setup in new empty app, My current app also use...
@glenn-jocher I trained model based on v8-pose with `ultralytics==8.2.40` in other older project with `ultralytics="8.0.200"` I run inference and got same error `AttributeError: 'Pose' object has no attribute 'detect'` (it...