Stepan

Results 5 issues of Stepan

I used simple code: ```python from textual.app import App from textual.widgets import Placeholder class SimpleApp(App): async def on_mount(self) -> None: await self.view.dock(Placeholder(), edge="left", size=40) await self.view.dock(Placeholder(), Placeholder(), edge="top") SimpleApp.run(log="textual.log") ```...

I need to run my app at 6:00, and only at this time. However, when I run the simple command: ``` pm2 start app.js --cron "0 6 * * *"...

### What version of `million` are you using? 1.0.9 ### Are you using an SSR adapter? If so, which one? None ### What package manager are you using? npm ###...

awaiting-response

In my script, I click on the element that opens the page in the second tab. How should I interact with it? Or how can I prevent it from opening...

**Describe the bug** 5 minutes after connecting to the Postgresql database, the connection is disconnected. **Screenshots** **Application (please complete the following information):** - App: Antares - SQL Client - Verison:...