Tom Robinson
Tom Robinson
Using Pose in a fairly complex test I've been getting this exception. It seems to be trying to find a shim for method(s) that haven't been shimmed. Unfortunately I've not...
`marked` `0.7.0` has a breaking change for IE11: https://github.com/markedjs/marked/issues/1585 I believe the fix for `angular-marked`, if it's being used with `marked` `0.7.0`, is to change this line: https://github.com/Hypercubed/angular-marked/blob/c10be543da2cea906230efe2f16fd73f8a96d21d/lib/angular-marked.js#L191 To: `m...
We have existing databases which contain multiple types. The [database splitting](https://github.com/matteobortolazzo/couchdb-net#database-splitting) feature allows for this to be possible. However, the field name is fixed to `split_discriminator` but we already have...
When I use this plugin I get the following error (though it works fine for now): ``` (node:39756) DeprecationWarning: Tapable.plugin is deprecated. Use new API on `.hooks` instead (Use `node...
I'm using [`Microsoft.Graph.Beta 5.49.0-preview`](https://www.nuget.org/packages/Microsoft.Graph.Beta/5.49.0-preview), the latest at the time of writing. This is a snippet of my code: ```csharp var response = await _graphClient.IdentityGovernance.EntitlementManagement.AccessPackageCatalogs.GetAsync( requestConfiguration => { requestConfiguration.QueryParameters.Expand = new[]...
### Community Note * Please vote on this issue by adding a 👍 [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) to the original issue to help the community and maintainers prioritise this request * Please do...
### Community Note * Please vote on this issue by adding a 👍 [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) to the original issue to help the community and maintainers prioritise this request * Please do...
## Hello! - Vote on this issue by adding a 👍 reaction - If you want to implement this feature, comment to let us know (we'll work with you on...
When importing an `azuread_access_package_assignment_policy` resource containing multiple choice questions, it errors with: ```text │ Error: Retrieving access package assignment policy with object ID: "b4118c2f-5ccc-434e-a5bf-5335d1595cf5" │ │ json.Unmarshal(): json: invalid use...