Tomasz Sawicki

Results 11 issues of Tomasz Sawicki

Shouldn't `Injector::prepare` throw `ConfigException` instead of `InjectionException`?

Code in question: ``` php interface A { } class B implements A { } class C { function __construct(A $a) { } } $b = new B(); $injector->share($b); $injector->make(C::class);...

feature request

It seems that reset button doesn't trigger any special event. Shouldn't there be `onReset` event handler or at least `onDeselectAll` triggered?

When autosave delay is low (few seconds - but it depends on server speed), autosave can kick in after `submit` event listener was processed and value was removed from local...

When sending Auth request, the header with authToken is added (if set). With long running process it sometimes triggers "auth credentials have expired" error. My quick&dirty patch for this: ```...

In case of error response (ex. SoapFault) the Zimbra error cause (code) and message is not easily available. We can only read raw HTTP response string and parse it. I...

How do I `grunt platform:add:android` for android-22 target?

For packages stored in Subversion, packeton produces following dist URL (example); ```https://packeton.myorg/zipball/myorg/mypackage//tags/1.0.1/@3426.zip``` but the route for `ZipballController::zipballAction` allows only URLs with 40 character hashes: ``` #[Route( '/zipball/{package}/{hash}', name: 'download_dist_package', requirements:...

bug

In 11.2.20 everything was working OK, but after upgrading to 11.2.22 I get the following error even when calling `vendor/bin/monorepo-builder --help`: ``` [ERROR] Could not resolve argument "Symplify\MonorepoBuilder\Config\MBConfig $mbConfig" for...

Methods [CreateAppSpecificPassword](https://files.zimbra.com/docs/soap_api/10.1.0/api-reference/zimbraAccount/CreateAppSpecificPassword.html), [GetAppSpecificPasswords](https://files.zimbra.com/docs/soap_api/10.1.0/api-reference/zimbraAccount/GetAppSpecificPasswords.html) and [RevokeAppSpecificPassword](https://files.zimbra.com/docs/soap_api/10.1.0/api-reference/zimbraAccount/RevokeAppSpecificPassword.html) are missing from zimbraAccount API. Why is that? All of them [were available](https://github.com/zimbra-api/soap-api/blob/1.1.x/src/Zimbra/Account/Base.php#L225) in version 1.x.