Clemens Krack
Clemens Krack
When i scroll slightly over a snap-point, this polyfill will go with the scroll, displaying the a part of the content that is further than the next snap-point and then...
You should test for prefixed properties, too. Consider using https://github.com/philipwalton/polyfill
Currently length values are limited to vh/vw, % and pixels. By using [Units](https://github.com/heygrady/Units) we could support more. Drawbacks could be performance and an increase in file size.
Select marks, select what you want to change (e.g. archive all), and push the change with a button.
Adds `ckrack/optimus-bundle` link to readme.
Hi! I like to use Optimus as an easy way to obfuscate Ids. I don't like to configure it every time. It would be great to have a Symfony-Flex recipe...
When writing a plugin, i am using ``protocol = Property.Text("Protocol", configurable=True, default_value="4")`` to create a text input. This should display the text "4" as it's default value or placeholder, but...
When trying to look at the charts, there's an error thrown in the logging module and the chart stays empty (as there's a HTTP 500 on the endpoint). I modified...
When [platform](https://getcomposer.org/doc/06-config.md#platform) is specified in `composer.json`, this should be used for switch-php (possibly abbreviated to minor level). This should work analog to `nvm` by not specifying any further arguments.