Marco van 't Wout

Results 19 issues of Marco van 't Wout

IE8 is still widely used, unfortunately your plugin is not compatible ;) I found the following errors: - Function does not exist https://github.com/carlsednaoui/add-to-calendar-buttons/blob/master/ouical.js#L5 - Runtime error: https://github.com/carlsednaoui/add-to-calendar-buttons/blob/master/ouical.js#L117 (solution: http://stackoverflow.com/questions/6631871/modifying-the-innerhtml-of-a-style-element-in-ie8) -...

https://github.com/carlsednaoui/add-to-calendar-buttons/blob/master/ouical.js#L151 Class is a reserved keyword. Replace by: `params.options["class"]`

I see no option to submit a PR to the wiki, so I'm posting my suggestion as an issue. Lots of questions are going around about how to set the...

| Q | A | ------------- | --- | Is bugfix? | no | New feature? | yes | Breaks BC? | yes | Tests pass? | yes | Fixed...

status:code review

### What steps will reproduce the problem? BaseHtml automatically generates ID's for `boolean()` inputs (like radio and checkbox) with a label: https://github.com/yiisoft/yii2-bootstrap4/blob/master/src/BaseHtml.php#L146 This is similar to the mechanism Yii core...

status:ready for adoption
type:enhancement

According to https://swagger.io/specification/#oauth-flow-object, the attribute "scopes" is required (when type=oauth2) and may be an empty map (in yaml: `{}`). > ![image](https://user-images.githubusercontent.com/438046/155515160-3853fed2-fa0f-4405-8d5f-f684ee8d7deb.png) However, there seems to be no way to set...

Since PHPUnit 8 `PHPUnit\Framework\TestCase::setUp()` has a `void` return type added: https://phpunit.de/announcements/phpunit-8.html This method is extended by `CDbTestCase` and `CWebTestCase`: https://github.com/yiisoft/yii/blob/master/framework/test/CDbTestCase.php#L114 https://github.com/yiisoft/yii/blob/master/framework/test/CDbTestCase.php Running tests on PHP7.0+ PHPUnit 8+ throws a fatal...

status:under discussion
compatibility:PHP8

I love the original idea of this extension, but I think it has become too bloated by the integration of merging and minifying parts. Just look at the list of...

enhancement

I have the following problem: There is a jQuery UI popup (z-index 1000) with modal enabled which contains a cycle slider with 5 slides. The cycle code gives all the...

**Jane version(s) affected**: 7 **Description** OpenAPI 3.1 is now fully compatible with JSON Schema 2020-12. In contrast to 3.0, the `type` keyword now allows for multiple types defined as an...

bug