Alexander Kislukhin
Alexander Kislukhin
Working example: ```py from cyclopts import App as CLIApp, Parameter from dataclasses import dataclass from microdot import Microdot, Request as MicrodotRequest from microdot.test_client import TestClient from pydantic import BaseModel from...
Is there a summary of what's new in v4? I definitely don't program at your level but I'll give it a go! Also, curious to hear from @miguelgrinberg
> I'm actually more interested in the reverse path, which is to generate CLI clients for web APIs. @miguelgrinberg do you wish for a general solution, or for a specific...
The route you tried initially - `CREATE OR REPLACE SECRET s3 (TYPE S3, PROVIDER CREDENTIAL_CHAIN, PROFILE 'dev');` actually worked for me. Presumably it's looking for the named profile in `.aws/credentials`....
I'm also a bit confused about when (not) to use state. Extending on the [recipe](https://github.com/marimo-team/marimo/blob/main/docs/recipes.md) about buttons, I'm trying to have a form-like UI without using a form, where input,...
This is great, why don't I add this to the recipes?
I think the default behavior should be `uv remove pkg --no-sync && uv pip uninstall pkg -p .venv/bin/python` this is frustrating ``` (py) [ec2-user@ip-10-92-33-26 remove]$ uv init Initialized project `remove`...
Confirmed as of 0.8.10 - removing main dep removes all optionals **except `dev`** ¯\_(ツ)_/¯ There is one thing that works: when you try to remove a dependency that is in...
Maybe it's a good idea to steer clear of unsigned ints altogether. 
I've tried a few things; neither dtype nor metric seem to make a difference?  Looks like some rescaling is happening here: 