Petr Flaks

Results 12 comments of Petr Flaks

I think it's better to implement RTL and LTR support using CSS features created for that purpose. At this moment [these features have Editor's Draft status](https://drafts.csswg.org/css-logical/), but they're [implemented in...

@RomanGotsiy, yes, appending below seems like a good idea. Here's some example how I see it: ![image](https://user-images.githubusercontent.com/12474739/57574156-4ec67700-743c-11e9-8883-015badb89147.png) Or maybe it's better to indent it a bit: ![image](https://user-images.githubusercontent.com/12474739/57574168-83d2c980-743c-11e9-863d-b67c0810346a.png) Note that I...

> waifu2x is an open source project, it can be easily clone it, so I think that they should host their own server You are right, @nagadomi, but servers with...

I can confirm I had the same problem when tried to use AWS Terraform Provider to create DocumentDB tables in YDB: > Error: reading Amazon DynamoDB Table (sections/news): continuous backups:...

Probably at high-contrast and expensive displays current colors look good, but at cheap models (as my current) it looks unreadable.

I can confirm caching in tagged releases doesn't work for some reason, however it works with `on: push` workflows. Our workflow for tagged releases: ```yaml name: Docker on: release: types:...

I use VPN for one app only and always forget to turn if off after I'm done using it. iOS shortcuts could solve my problem easily.

> Unfortunately Apple M1 is still unsupported on github actions. You'll need to wait until this issue is closed: [actions/runner-images#2187](https://github.com/actions/runner-images/issues/2187) It seems like Apple Silicon runners were introduced recently: "[Introducing...