alex

Results 6 issues of alex

Currently mocking web sockets within web worker is not possible. Window and global object within web worker is not shared

I think it would make sense to not generate the video if the test is skipped. Currently it will generate the videos for all tests even for those that it...

enhancement
stage: needs investigating

- [ ] I'd be willing to implement this feature ([contributing guide](https://github.com/nrwl/nx/blob/master/CONTRIBUTING.md)) ## Description Would be good if we could specify a list of all possible tags as a lint...

type: feature
community
scope: linter

Meteor.call is working without swal but when I put it inside sweetalert its not. ``` 'click .fa-trash': function() { swal({ title: "Are you sure?", text: "You will not be able...

How difficult would be to implement the position for SexyTooltip? I noticed commented code in the repo. `// NSNumber *position = [props objectForKey: @"position"]; // not used yet`

Is there a way to ignore sorting for the grouping? I would like to ignore sorting in the first grouping ``` import React, { useContext, useState } from 'react'; import...