Raphael Luba

Results 16 issues of Raphael Luba

If the expected and the actual object differ in things that are not visible in JSON format, _hamjest_ prints something like ``` Expected: is {"a":1,"e":"2","f":{},"g":{"h":3},"k":[4,5]} but: was {"a":1,"e":"2","f":{},"g":{"h":3},"k":[4,5]} ``` which...

enhancement

- [x] I tried updating to the latest version (using `jekyll-assets v3.0.8` and `sprockets v4.0.0.beta7`) - [ ] I can't, there is an issue. - [ ] I Am on...

bug
close-on-next-release

# 🐛 Bug Report @fkleuver, as discussed in Discord: I converted two custom attributes from Aurelia 1 to Aurelia 2. One must be nested inside the other. Usage looks like...

Bug
Topic: v1
Committed
Topic: DI

* Sinon version : 3.2.1 * Environment : node 6.9.5 Here’s a minimal test that shows the issue ```JavaScript const stub = sinon.stub(); stub.withArgs(sinon.match.any).returns('old'); stub.withArgs(1).returns('new'); const result1 = stub(1); const...

Bug
pinned

If you declare a simple content like `[{text: 'Some text with words, link: 'http://localhost'}]` pdfmake does not create a single link around the whole text. Instead it creates a link...

bug
feature request

This is part of a patch for both `aurelia-history-browser` and `aurelia-router` and contains two bugfixes related to having `root` set to something else than `/`. # 1. History could not...

Fixes #273, which was caused by interpolating the value before its params were bound.

**I'm submitting a bug report** * **Library Version:** 2.2.0 **Please tell us about your environment:** * **Operating System:** OSX 10.13.4 * **Node Version:** 8.9.1 * **NPM Version:** 5.8.0 * **JSPM...

**I'm submitting a bug report** * **Library Version:** 0.3.0 **Please tell us about your environment:** * **Operating System:** OSX 10.14.6 * **Node Version:** 10.16.3 * **NPM Version:** 6.9.0 * **JSPM...