Jordan

Results 9 issues of Jordan

In order to make Muuri properly compatible with Angular I had wrap a lot of stuff to make sure that none of the positioning stuff would trigger Change Detection. Change...

question

Version: 12 Simple use case is using a function in one template of a NavItem : ```html Raw denim {{ getText() }} ``` When switching from tab 2 to tab...

needs: investigation
type: performance
component: nav

Hi. I wasn't able to make JSCS validation working. I am using Tern 1.2.0 in Eclipse Mars. I am using a specific config file (simply called `.jscsrc`) at the root...

When configuring transitions somehow like this: ``` transitions .withExternal() .source(TestStates.S1) .target(TestStates.S2) .event(TestEvents.E1) .guard(someGuard1) .and() .withExternal() .source(TestStates.S1) .target(TestStates.S3) .guard(someGuard2) .event(TestEvents.E1) .withExternal() .source(TestStates.S2) .target(TestStates.S22) ``` If both guards returns true, states are...

status/need-triage

When using this stack of dependencies: ``` "jasmine-core": "~3.6.0", "jasmine-spec-reporter": "~5.0.0", "karma": "~5.1.0", "karma-chrome-launcher": "~3.1.0", "karma-coverage": "~2.0.3", "karma-jasmine": "~4.0.0", "karma-jasmine-html-reporter": "^1.5.0", ``` and this config: ``` module.exports = function (config)...

Hi, I don't think the latest changes have been published to bower neither into the **dist** directory. I tried to generate it locally (from the git sources) but I couldn't...

enhancement

### Description of the bug I have a standalone component which imports a standalone component from a third-party lib. And when i run my tests fairly simply with MockBuilder, i...

bug

dom-accessibility-api has seen its description retrieval fixed [a while ago](https://github.com/eps1lon/dom-accessibility-api/pull/934) but you guys still depends on ^0.5.9. ### Describe alternatives you've considered: for now I overrides the version in my...

### Describe the feature you'd like: Expose all the `computeAriaXXX` functions from role-helpers to provide greater flexibility for test authoring. This would enable writing tests like this: ```ts const optionsList...