Skip to content

Changed signature and behavior of serve() function#11

Merged
forman merged 2 commits into
mainfrom
forman/log_config
Jun 13, 2026
Merged

Changed signature and behavior of serve() function#11
forman merged 2 commits into
mainfrom
forman/log_config

Conversation

@forman

@forman forman commented Jun 12, 2026

Copy link
Copy Markdown
Member

Summary

Changes made

  • Added __version__ attribute to main package.
  • Changed signature and behavior of serve() function:
    • Renamed iframe_heigh argument into height, and added width.
    • It is no longer using FastAPI/Uvicorn default
      logging. Instead, all server logs are written to server.log
      and logging to stdout/stderr is suppressed.

Verification

Python package

  • pixi run ruff check src
  • pixi run mypy src
  • pixi run pytest tests

TypeScript library

  • npm run checks
  • npm run tests
  • npm run build

Demo app

  • npm run lint
  • npm run build

Notes

Add any follow-up work, known limitations, or implementation details here.

@forman forman marked this pull request as ready for review June 13, 2026 03:44
@forman forman merged commit 7174c82 into main Jun 13, 2026
6 checks passed
@forman forman deleted the forman/log_config branch June 13, 2026 03:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant