Gazder Bence

Results 15 issues of Gazder Bence

1. Tell us your PHP version(`php -v`) `PHP 7.2.6 (cli) (built: May 26 2018 07:45:18) ( NTS ) Copyright (c) 1997-2018 The PHP Group Zend Engine v3.2.0, Copyright (c) 1998-2018...

compatibility

Possible solution to #134 Currently the quietLogin() function does not set the guard password hash value on the session.

Hello, I want to dynamically set the readOnly property in the config, and right now, if I change the config the edito will not change. Is there a way to...

IMPROVEMENT

This pull request adds support for multiple youtube accounts assigned to users. The interface remains the same with the already existing code, the only breaking change is the new `user_id`...

### Platforms affected IOS ### Motivation and Context Currently there is no option to set the limitsNavigationsToAppBoundDomains attribute from the `config.xml`. If you want to use cookie authentication or browser...

Hello Updated to the latest version and, on startup the controller fails with the message below: ``` Exception in thread "main" pureconfig.error.ConfigReaderException: Cannot convert configuration to a whisk.core.controller.WhiskInformation. Failures are:...

When I try to use the application for a project a get Unexpected token Environment: ``` windows 10 / linux mint 18 node -v v7.7.0 npm -v 4.1.2 ``` I...

webpack

Continuation of https://github.com/Webklex/php-imap/pull/331

Currently the `$weekday` variable will contain the result of the `array_search($weekday, $this->days);`. The `$days` array starts with "MO" and not "SU" as stated in the comment above. To use this...

This PR adds support for checking the current owner of a lock. I consider this PR as a follow up to: https://github.com/laravel/framework/pull/49249 We have a use case where we want...