Arsène von Wyss
Arsène von Wyss
IMHO the AMD format is better suited for client-side module handling than the CommonJS require() format, so this might be worth a consideration: https://github.com/amdjs/amdjs-api/wiki/AMD It is implemented by different loaders,...
This is a follow-up on the issue #575, the pull request #689, and also relates to issues such as #737. TL;DR: What is the role of `ITraceListener` and how shall...
I know StructureMap is sunsetted and this may not get fixed, but just in case someone has the same problem: When adding explicit arguments either via `ExplicitArguments` on `GetInstance(args)` or...
### Versions - **Exchange Version**: 2013-2019 ### Description This is a feature request for extending DKIM signer to do a little bit more. It may be seen as out of...
ConvertFrom-Yaml and Convert-YamlToJson Cmdlets do not work with string[] as returned by Get-Content
This can be worked around by using `-Raw` on the `Get-Content` Cmdlet, but it would be nice if the Cmdlets would behave the same as the original ones for Json,...
There are methods for adding lookups with a specific version, e.g. `AddLookup(propId, objVer, exactVersion)` on both `PropertyValues` and `ObjVerEx`. However, when one needs to get a `Lookup` to an exact...
**Describe the bug** First some context: I have written a library which allows creating state machine lambdas with continuations similar to what the C# compiler does for `async` and iterator...