Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

This is really interesting so far.

I think I've found a bug when using f-strings:

    pc.text(f'count: {State.count}'),
outputs:

    count: {state.count}
while...

    pc.text('count: ' + State.count),
outputs:

    count: 123
(I'm otherwise using the counter example, just with a default value of 123.)


Consider applying for YC's Summer 2026 batch! Applications are open till May 4

Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: