Boris Li
Boris Li
Hi all, To help future contributors avoid this installation pitfall, I plan to submit a PR improving the documentation. Specifically, I’ll update the installation instructions to recommend: **Before running `python3...
@krassowski Thank you for the insight! That makes sense—having an outdated version of traitlets in the global environment could definitely cause issues. Would you agree that this highlights the importance...
@deeleeramone Thank you for the excellent architectural feedback! Your suggestions align perfectly with OpenBB's core design principles. Let me address each point: ### 1. JSON vs HTML Content Type **Current...
@deeleeramone Phase 1 refactor completed! ✅ Implemented in commits: b1b09ed (refactor) + 6aa6d07 (demos) ### Implementation Summary **1. Business Logic → `openbb_core.app.utils.flask`** - ✅ Moved all conversion logic to proper...
## Code Review Response - Flask Adapter Simplification **Changes Made:** - Replaced complex adapter implementation with a minimal Phase 1 version - Focused on core Flask detection and basic router...
Thanks @deeleeramone! I have merged your fix from https://github.com/BorisQuanLi/OpenBB/pull/1 into this branch. The logic to propagate `Mount` paths in `include_router` is now integrated.