Ура! Новое велопутешествие! Дима обнаружил дешевые билеты в Ванкувер на 5 дней, и мы решили отправиться туда!
Github actions is a nice addition to all GH services. It might be very useful as basic CI/CD system. Easy to setup and use.
I wasn't sure about using it because of GH is a public system and I want to use it to deploy code into private network servers.
Whitelisting GH IP addresses and opening ports from outside is not my way. Here is how to solve it.
Google FCM or Google Cloud Messaging is terrible to setup, understand and use. Documentation looks solid, but it does not give answers to tons of small questions of how it works behind the scene. How to expire subscription? How to unsubscribe everybody from given topic?
Asynchronous programming is very popular nowadays, mostly popularized by Javascript in Node.JS. Having single thread in Javascript leaves no way to do parallel things. Same picture is in PHP, where request is handled by single process or thread.
Good news is that PHP is not years behind. There are already async extensions and libraries, for example ReactPHP.
Our goal can easily be reached using ReactPHP based on callbacks or promises, but I want to add more magic with RxPHP. It is outstanding approach to solve daily tasks in a way you might never thought before.
So let's describe ultimate goals and move on: Efficially query remote Rest API via HTTP GET.
It does not support changing tooltip position by any methods. In case of HTML tooltips, they appear not in desired position. Next method works, it is based on my findings and own experience.