Wojciech Frącz
Wojciech Frącz
What do you think about an assertion that validates if the array meets the specified set of keys? ```php Assertion::keySet(['a' => 1], ['a']); // ok Assertion::keySet(['a' => 1], ['a', 'b']);...
I have noticed the `noContent` assertion when I was about to submit a PR with an `isEmpty` implementation. Why the asserion is called `noContent`? It does the opposite from `notEmpty`...
According to the [docs](http://ghusse.github.io/jQRangeSlider/events.html#userValuesChangedEvent) the `valuesChanged` event should be called, when the values are set programmatically. However, it does not work when using date range slider. See demo for [range...
When you open a switch on a mobile device, you should be able to change its state with swipe gesture.
When I run the `max-age.php` script from demo directory, this is the output: ``` $ php max-age.php First call: generating file... Waiting 4s... Third call: generating cache file, because it...
1. Open IE and go the the page with this directive. 2. Click it. 3. A confirmation whether to allow the access to clipboard is shown. 4. Deny it. Directive...
It would be awesome to support also the equirectangular view of our planet. Just like the [DesktopEarth](http://www.anka.me/desktopearth.aspx) does on Windows.  Is it possible to get such images from the...
I have defined: ``` Default title ``` Let's suppose I have `a` state with title `A` defined, `b` with `B` and `c` with `C`. When I enter my website and...
# Bug report ## Codepen I have modified [the brush chart codepen](https://codepen.io/apexcharts/pen/rqWeBX). The only things I changed are: the interval of the datapoints (from 86400 to 600), the start date...
This PR adds an ability to set ignored tags when checking the `jsx-sort-props` rule. Generally, we like the idea of sorting props but in some cases it does not make...