Louis Guitton

Results 6 issues of Louis Guitton

ref : https://github.com/onflow/developer-grants/issues/18 Legend: 🥖 = bread crumbs = I review myself to point reviewers or other committers to points of attention ## TODO - [x] Port changes from https://github.com/louisguitton/DefinitelyTyped/pull/1...

I was browsing the demo app and noticed the dark theme had an issue on the Account page for the two dynamic fields.

Noticed a typo in the system prompt used for the Company report.

I personally version my DAGs (when we add tasks or change start_date) using only the dag_id, but leaving the filename. For example ```python # dags/mailed_report.py mailed_report = DAG( dag_id='mailed_report_v2', default_args=default_args,...

I am unsure if this repo powers https://webui-teal-star.reflex.run/, but when I type in the chat, I'm getting hit by rerenders which lose some of my inputted information. Only when I...

enhancement

# Description While preparing my Argilla meetup talk for next week, I noticed that the examples from the docs on Metrics were failing with this error messsage: ``` ImportError: cannot...