Petr Flaks
Petr Flaks
Example array schema: ```json { "description": "Роли пользователя.", "items": { "description": "Роль пользователя.\n\n* `ROLE_DEVELOPER`. Разработчик (имеет все возможные права).\n* `ROLE_MANAGER`. Менеджер (на данный момент является синонимом слова \"админ\").\n* `ROLE_MEDICAL_REPRESENTATIVE`. Медицинский...
The new message type is album: https://telegram.org/blog/albums-saved-messages Documentation for new method: https://core.telegram.org/bots/api#sendmediagroup
Current colors are too smooth and not contrast. It's hard to read huge JSONs. My suggestions: * `rgba(0,0,0,.87)` - for property names (Google [recommends](https://material.io/design/color/text-legibility.html#text-backgrounds) that color for black text on...
`font-family: monospace` will look for installed monospace font set as default by browser or OS. Consolas and Monaco seems like opinionated choices and there are no any reasons to use...
`11px` is too small. My suggestion is to use browser's default font size (`font-size: initial`). For example Chrome's "View page source" page does that. Seems like Firefox does this the...
Because most of the time we run yamllint inside CI, it will be very useful to create official [apk package](https://wiki.alpinelinux.org/wiki/Alpine_Linux_package_management) and implement automatic releases deployment to it. Related articles that...
I can specify already created certificate via web console:  It seems like it's also possible to specify certificate ID via [REST API](https://cloud.yandex.ru/docs/cdn/api-ref/Resource/create):  However `yandex_cdn_resource` resource lacks such functionality...
https://cloud.yandex.ru/services/cdn
Очень хотелось бы увидеть поддержку приложением ссылок на Яндекс.Музыку. Например, если в каком-то мессенджере прислали ссылку на трек, чтобы она открылась не в браузере, а в приложении. Скорее всего перехват...
RSS is still a thing. The old one (reactjs.org) had an RSS feed and it was very convenient.