Sam Mousa
Sam Mousa
It seems that the new creator doesn't show the question type at all though... @radwouters I think the minimal example needs some more reproduction code (the registration with the widget...
I know, that's why I asked @radwouters (who is working for me on a SurveyJS feature) to add that missing code. In our version control it is there, which is...
> SurveyJS assumes that properties added into addClass directly, are a common properties for a common object. I don't understand what this means? The property in question is a common...
I realise there are some false positives, but I can bring them down to only show the true positives (which will introduce false negatives, but that's fine since currently all...
I've created some new issues (tracked in the OP), I'm happy spend more time on this, but I think it makes to sense to have a discussion on whether this...
``` FAILURES! Tests: 1725, Assertions: 83604, Failures: 114. ``` More work is needed but this will definitely improve the callmap quality a lot.
https://en.gravatar.com/site/implement/images/php/ - [ ] Add `boolean` property to `User` model: `useGravatar`. - [ ] Update `hasAvatar` to also return `true` if gravatar is enabled. - [ ] Update `getAvatarUrl` to...
@cebe I think the lib is out of date. Nowadays gravatar URLs are available on the same domain for HTTP and HTTPS, so we could / should use protocol agnostic...
The composer.json autoloading is configuration independent; all it needs to do is specify the classname to file mapping for the filemanager class. The second issue is of configuration could be...
Side note, the option is not really documented. Is path prefix supposed to be a guarantee from a security perspective?