Viraj Kanwade
Viraj Kanwade
## Summary of change (A few sentences about this PR) ## Related issues - #501 ## Test Plan (Write your test plan here. If you changed any code, please provide...
core running on docker Created 2 hello world FastAPI apps, one vanilla, other with supertokens. ``` from fastapi import FastAPI from starlette.middleware.cors import CORSMiddleware from supertokens_python import ( InputAppInfo, SupertokensConfig,...
https://github.com/supertokens/supertokens-python/blob/master/supertokens_python/async_to_sync_wrapper.py I want to call `create_or_update_tenant` after init but before the app starts. The standard way to run a FastAPI application is ``` uvicorn main:app ``` or ``` uvicorn --factory...
### Bug Description Python quit unexpectedly. Click Reopen to open the application again. Click Report to see more detailed information and send a report to Apple. ### Steps to Reproduce...
The libwebkit2gtk doesn't seem to be available on Ubuntu 24.04. I believe it is an open issue with tauri. https://github.com/tauri-apps/tauri/issues/9662
### Prerequisites - [X] I am running the latest code. Mention the version if possible as well. - [X] I carefully followed the [README.md](https://github.com/ggerganov/llama.cpp/blob/master/README.md). - [X] I searched using keywords...
This would add the ability to run ollama on inf2 instance types in AWS.
Where can I find the detailed instructions to order the v4.1 Choc hotswap PCB from JLCPCB? What additional services should I add to the order?
Fixes: starlette/templating.py:161: DeprecationWarning: The `name` is not the first parameter anymore. The first parameter should be the `Request` instance. Replace `TemplateResponse(name, {"request": request})` by `TemplateResponse(request, name)`. Changes proposed in this...