Frank van Wijk
Frank van Wijk
I came here to create the same issue. I looked into the src code and it would already help if you export `useClickAway` so that we can close the popper...
Isn't it possible to get the features from [`tailwindcss`](https://github.com/tailwindcss/tailwindcss/tree/master/src/plugins) instead of having to keep this plugin up to date manually?
Haven't tested it, but could you run two instances simultaneously by setting different `projectCacheDir`s per config file?
Agreed with @mvestergaard. In my situation there is Project A, Project B and a 'Shared' project with files for A and B. So I have 3 configs. When I run...
I thought about it a little more... I'd rather have two rows over coverage indicators so that I can see from which instance the coverage measurements are, instead of merging...
Any news on this? Additional to this issue I'd like to set a base path and be able to move the config file around.
I don't want to assert `window.location.hostname` but my src is depending on the value. Mocking window/location is too much work because some of the properties are readonly. Test are passing...
You are focusing so much on the IDE awesomeness that you sometimes forget the Wallaby is also a lot faster than i.e. Karma, thanks to web workers. So in a...
You could use [SkippyJS](https://github.com/AlbertBrand/skippyjs). Still WIP, but runs on command line.
See https://github.com/Semantic-Org/Semantic-UI/blob/master/tasks/docs/serve.js#L138 Not sure why the lines are commented out.