Arseny Kurin
Arseny Kurin
it is new in bot API 6. You can make similar interface with JavaScript
you can see an example here: https://github.com/revenkroz/telegram-web-app-bot-example
telegram has its own framework, I guess. _(Have no experience with JS)_ Just look closely at the repository I mentioned in the last message
aiogram supports it btw
> > you can see an example here: https://github.com/revenkroz/telegram-web-app-bot-example > > @arsikurin @fr20587 Thx, for simple example! Btw, I didnt understand from official docs two moments: > > 1. Telegram...
> @arsikurin > I undertood that, thx. > The main point- do you have simple example of web app to call from web_app.url? Any framework- React/Angular/Spring Ui. > I dont...
**Do you know how to install `python3.8-venv`?** **I ran into an issue** ```Package python3.8-venv is not available, but is referred to by another package. This may mean that the package...
I have little experience with Debian based distributions. I used arch linux for 2 years and now my daily driver is Mac OS
``` to increase(num) tell application "System Events" repeat num as integer times delay 0.05 key code 144 end repeat end tell end increase to decrease(num) tell application "System Events" repeat...
I used this in my project: brightness by Alex DeLorenzo This one is the most interesting in my opinion. It's a Python project that manages to use Apple's CoreDisplay API,...