Rasmus Melchior Jacobsen

Results 49 issues of Rasmus Melchior Jacobsen

**I'm submitting a bug report** * **Library Version:** 1.3.1 **Please tell us about your environment:** * **Operating System:** Windows 10 * **Node Version:** 12.8.0 * **NPM Version:** 6.11.3 * **Aurelia...

**I'm submitting a feature request** * **Library Version:** 1.3.1 **Please tell us about your environment:** * **Operating System:** Windows 10 * **Node Version:** 12.8.0 * **NPM Version:** 6.11.3 * **Aurelia...

I am trying to incorporate messagepack for my serialization/deserialization, but some overloads are missing on the serialization interfaces which would make this nicer: ``` interface IBinaryTokenStreamWriter { void Write(Span bytes);...

area-serialization

**Describe the bug** Since version 0.19, the parameters for `drawFrameOnCanvas` and `drawImageOnCanvas` have changed, but when overriding, the `dimensions` and `context` parameters are always undefined. **To Reproduce** ```ts this.reader.drawFrameOnCanvas =...

bug
no-issue-activity

Hi, I have been using metallb for load balancing for years on Hetzner Cloud, but after I have upgraded the controller manager which now has Hetzner Load Balancer support, it...

stale

This is a proposal for a fix to #74. It is not elegant but it gets the job done. The way the NormalModuleFactory is found from the dependencyFactories is probably...

**I'm submitting a feature request** **Current behavior:** The current interface for open() has a nested promise to allow for cancellation of the dialog and wait for the result. **Expected/desired behavior:**...

enhancement

**Which version of Microsoft.IdentityModel are you using?** dev **Where is the issue?** * [ ] M.IM.JsonWebTokens * [ ] M.IM.KeyVaultExtensions * [ ] M.IM.Logging * [ ] M.IM.ManagedKeyVaultSecurityKey * [x]...

P1
Customer reported
Bug

Hi, Would it be possible to produce nightly builds of the ES6/master branch to myget or simililar? That would be awesome! Thanks,

Following the suggestion from #193 the Value property on my custom JSObject's now inherit from JSObject. This causes the following test to not pass, hence my custom json serializer registered...