Martin M.

Results 9 comments of Martin M.

@hillstub Could you maybe provide a sample code? I am currently facing the same problem.

Is there any chance that this will be fixed in the near future?

Okay great. Thanks for the detailed answer!

It would also be great to be able to embed a button into the cell. E.g., you could add an "edit" button to open a form modal. I think this...

> Can you share a MRE and tell us exactly what went wrong? Sure. I tried implementing it as a subapplication with a base route "ui/". ```python fastui_app = FastAPI()...

@jimkring I also tried it. However, I am always receiving a *Page not found* error. Can you please share the full example? How do you configure the `html_landing` function? Is...

Nice thank you. It is working.

@samypr100 I have tested it multiple times and it always has the same problems. Here are the files: https://gist.github.com/MMartin09/04f2b4901f1522885f7c01709f934ff6

Yes, building is no problem. Only when I run the code. For example: ```python import snap7 def main() -> None: plc = snap7.logo.Logo() plc.connect('192.168.0.241', 0x3000, 0x2000) plc.write('V1064.0', False) print('DO1: '...