Richard Hauer
Richard Hauer
I'm using the AutoUpdater from a static HTTP source (Azure Blob storage) using the `generic` provider. I have updated the `electron.manifest.json` as directed in the Electron docs, adding `build.generateUpdatesFilesForAllChannels: true`...
Resolves issue #262. This PR addresses the case where there is already a defined mapping for an extension but the mimeType value is different. In this case the `Set-TargetResource` will...
In cases where the mime type extension is already defined, but with a different type value, the resource will fail with the error: `Cannot add duplicate collection entry of type...
The `Photo.Contents` field in the vCard only contains the first line of the Base64 string, and not the entire value. Ideally the whole string would be concatenated together or better...
The overload `public T GetRenderingParameters(NameValueCollection parameters, ID renderParametersTemplateId) where T : class` calls into `Utilities.CreateFakeItem()` which does not correctly initialise the returned item's `Fields` list. This results in the "set"...
Just added DryIoc as it is self-professed being "fast". Code for DryIoc obtained through nuGet. Project available at https://bitbucket.org/dadhi/dryioc/overview
To make a bullet list I need to have a preceding blank line - not sure why that is. Feels like a bug.
Hi there, just tried installing this for the first time and ran into some issues that are worth documenting in the `Preview Usage.md` in case others hit them, as some...