куда задеплоили? vercel?
What ORM would you recommend for FastAPI?
А во фронтендеры берут вообще без Редакса хоть кто-то? Выше миддла
def test(test: bool) -> Tuple[str, str, int] | None: if not test: return None return "oof", "boof", 2 oof, boof, yikes = test(False) Как убедиться что функ...
bot: Bot = Bot(API_TOKEN, parse_mode="HTML") bot.send_message(... Оно так будет работать?
I have a class: class Stuff(BaseModel): value: float date: datetime How can I remove from a list[Stuff] all objects that have timedelta between them less than, say, ...
так я более-менее освоился с SQL Alchemy 2 Типы работают как положено, все супер, всем доволен Но теперь непонятно концептуально как это все правильно привязать к FastAPI ...
И почему ты не пользуешься Next Image?
А кто-нибудь пересаживался с PyCharm на VSCode? Как опыт? Мне дизайн больше нравится 😵💫
Is there any service where you can enter how much XMR you've bought on certain dates and it calculates how much you've lost/gained in USD/EUR/etc?
А celery разумно с aiogram пытаться соединить? Или как-то иначе можно регулярные таски крутить?
Пример одного из кучи затыков Документация к Fitness API говорит: nextPageToken string The continuation token, which is used to page through large result sets. Provide this v...
OSError: [Errno 99] error while attempting to bind on address ('103.176.222.227', 5494): cannot assign requested address [ERROR]: Unclosed client session client_session: <aio...
Do you guys need financial advice? Buy XMR while it's on sale 😏
For example, docs for Fitness say this: nextPageToken string The continuation token, which is used to page through large result sets. Provide this value in a subsequent reque...
const queryClient = new QueryClient() root.render( <QueryClientProvider client={queryClient}> <App /> </QueryClientProvider> ) —— export function getProfile() { r...
interface Oof { yikes_enabled: boolean yikes_string: string | undefined } I'm sure that if yikes_enabled === true then yikes_string won't be undefined Can I somehow make ...
Что-то я снова в пидантике запутался 😵💫 class Whatever(BaseModel): big_oof: str = Field(alias=“BigOof”) — — — r = httpx.get(“https://whatever.com/whatever.json") Полу...
А в питоне можно как-то сделать переменную иммутабельной? чтобы как const в js
Ты документацию к нексту открывал?