Ian Foulds
Ian Foulds
There is a problem when using using method chaining on models that is caused by using class inheritance. The methods of each classes 'set' methods return $this which is great...
### The WIDTH attribute on all INPUT tags is ignored, however the documentation says it is supported for INPUT tags with the exception button sub-types . ### mPDF version 8.1.1...
| Q | A |-------------- | ------ | Documentation | no | Bugfix | no | BC Break | no | New Feature | yes | RFC | yes |...
## RFC | Q | A | | ------------------- | ------ | | Proposed Version(s) | next minor | | BC Break? | No | Provide a means to hydrate...
PR to fix bug #113. | Q | A |-------------- | ------ | Bugfix | yes | BC Break | no ### Description This is a fix for issue #113...
### Bug Report I have written a hydrator that hydrates Doctrine entities from arrays and the Request object. It also handles associations within the entity, and nested associations within that....
There is no API method for setting HTML content via code. You can retrieve HTML content with getSemanticHTML() but there is not way of setting this via the API. You...
| Bug report? | yes According to the documentation in the exclusion strategies following should work: http://jmsyst.com/libs/serializer/master/cookbook/exclusion_strategies#dynamic-exclusion-strategy ``` /** * @Exclude(if="null") */ private ?string $name; ``` It doesn't, it fails...
I can't find any practical examples of how to apply logging to graph requests. When things don't work as expected it's really handy to be able to see what you...
### Describe the bug Native serialisation and deserialisation of models no longer works in v2. In the msgraph-sdk-php-core readme.md file it states: ``` We provide Microsoft Graph models for easy...