Gary Kaganas
Gary Kaganas
So, I find myself nesting behaviors (mostly to keep my code DRY). Sadly, while I can do `this.view.triggerMethod` on my parent behavior to reach a nested behavior method1 this method...
The internationalization.md doc is lengthy and could use better organization. I have two suggestions on that note: 1. The trivial use case of how to use internationalization in view-model comes...
In our project we handle SolrNet operations through a repository which we instantiate like this: ```csharp //Our project deploys one "case" per client and each client has their own Solr...
This PR relates to #90. Please, refer to that issue for the motivation. As explained in that PR the regex used in [`src/authentication/authenticator.ts:125`](https://github.com/OfficeDev/office-js-helpers/blob/master/src/authentication/authenticator.ts#L125) was modified from ```js /([^&=]+)=([^&]*)/g ``` to...
This is for a Word Taskpane Add-in. I am trying to set up Authentication. I get as far as selecting a user inthe auth popup and the popup redirecting to...
Hi there, getting the following error when trying to update to v. `0.1.2`: ``` Cannot read property 'uri' of null ```  On Windows 10, VS Code `1.18.1.`