Robert Heim
Robert Heim
Hi this call to file_get_contents https://github.com/arnaud-lb/alb-oembed/blob/master/lib/Alb/OEmbed/Discovery.php#L107 generates an ssl error for this url: https://www.youtube.com/watch?v=9bZkp7q19f0 However, this depends on the php-version and I only experience it with PHP 5.3.3 Could you...
When symfony2 is updated to at least 2.4 ( which will take until phpbb 3.2 ( https://www.phpbb.com/community/viewtopic.php?f=461&t=2300491 ) we should use routing-conditions like this: http://stackoverflow.com/a/21661883/386201 here: https://github.com/RobertHeim/phpbb-ext-topictags/blob/6152e939557b86c01fa40e0d5180faae320a595b/controller/main.php#L295-L296 instead of faking...
phpbb 3.2 still supports $user->lang(..) , but is deprecated. replacing it with $language will break 3.1.x compatibility
suggestions see: https://www.phpbb.com/community/viewtopic.php?p=13748531#p13748531
- [ ] add db field hide_from_tag_cloud for tags (default = 0/false) - [ ] acp-tag-list show that field as checkbox
In the final stage of the `Dockerfile` it says ``` WORKDIR /usr/share/nginx/html COPY ./env.sh . COPY .env . RUN chmod +x env.sh ``` and in the `nginx.conf` that folder is...
fixes #48
Currently the `initialArea` expects values based on the image size and not on the screen size. This is cumbersome, because using the lib the developer does provide byte data and...
When using FCM to send a **data** message to an Android device, it is easy to customize the displayed notification on the device. But given the iOS limitations for data...