Antonis Balasas
Antonis Balasas
When installing your project from bower I receive the error `bower-asset/angular-bootstrap-file-field 0.1.3 requires bower-asset/angular ~1.3.0 -> no matching package found.` This is because you define `"angular": "~1.3.0"` on your dependencies....
Assume that you are making a request which returns a 401. `refreshAuthLogic` will be called as it should and this second request is returning again a 401. This second failure...
I have a class that extends EventEmitter. I have added type support on that event emitter and everything works pretty well: ```ts // BaseClass.ts import EventEmitter from "eventemitter3"; type EventTypes...
When running `jekyll serve --watch` from my machine, jekyll-asset-pipeline scans for any css_asset_tag which is then bundled/minified/processed accordingly to the specified configuration. When running the same command over the jekyll...
### Describe the bug I am trying to update the `mailboxSettings` of a user via the following script ```php $mailboxSettings = new MailboxSettings(); $automaticRepliesSetting = new AutomaticRepliesSetting(); $automaticRepliesSetting->setStatus(new AutomaticRepliesStatus(AutomaticRepliesStatus::DISABLED)); $automaticRepliesSetting->setExternalAudience(new...