Petr Flaks
Petr Flaks
External Documentation is not rendered if it's inside root of the schema. However there are no problems if external docs are located inside any property of an object. Schema minimal...
The cheaper 500 Gb data transfer option may be more than enough for most users who do not use a VPN all the time.
The difference between two last examples is space after `:` symbol. #### The PHP version you are using (`$ php -v`): PHP 7.2.7-0ubuntu0.18.04.2 (cli) (built: Jul 4 2018 16:55:24) (...
Currently, all tests cover only the case where `$dynamicRef` contains a plain name fragment, e.g.: ```json { "$dynamicRef": "#items" } ``` I believe we need more test cases because the...
Sometimes wrapping a code with `fork()` may produce a compiler error that asks to "simplify" code inside the forked function. It would be nice to have an annotation like `@kphp-forkable`...
Following code: ```php var_export(unpack('H*', '')); ``` In PHP 7.4 it returns an empty string which is OK: ```php array ( 1 => '', ) ``` In KPHP it returns `false`...
Currently, we fetch favicons using [our own Cloudflare Worker](https://github.com/camellia-app/camellia/wiki/Architecture#favicons), which is fine for privacy, but not the best solution in terms of user experience and performance. In Chrome, we use...
About CSS Nesting syntax: https://developer.chrome.com/articles/css-nesting/
This feature allows us to automatically manage contrast of background image. **This PR is temporally blocked.** To detect image brightness, we need to analyse an image with JavaScript (we load...