Question about writing application against css branch #267
-
Hello! Great project! I was exploring it tonight and I wanted to try out some of the css stuff. I saw that active development was going on via the
If I have the main branch checked out, everything works as intended. I am not opening up an issue about this as 1) I know it is in active development so the api could have changed. and 2) I assume the dev's can develop on the branch and run tests and apps so I'm curious as to why I can't! I did see this closed issue with the same error message but it was not really resolved. My environment if it matters:
I also tried this inside of a docker to see if it could have been a mac vs linux thing, however not knowing much about how curses and terminals work, this might not be a great test. Thanks for any advice! This looks like a very cool project and I have some ideas and would love to experiment! -Erin |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 6 replies
-
It appears that the Line 188 in 06417bb But on the master branch (as I am writing this), it's still an asynchronous method Line 165 in 4521ecb |
Beta Was this translation helpful? Give feedback.
-
@erinxocon The examples apps are currently broken, with the exception of basic.py I think. But I'm afraid there will a lot of instability until we work through the changes to the API. |
Beta Was this translation helpful? Give feedback.
It appears that the
bind
method onApp
is no longer an asynchronous method on thecss
branch (along with a few other things)textual/src/textual/app.py
Line 188 in 06417bb
But on the master branch (as I am writing this), it's still an asynchronous method
textual/src/textual/app.py
Line 165 in 4521ecb