Wallysson mota

Results 9 issues of Wallysson mota

The default docs in `tippyjs-react` directs new developers to understand that they need to use `Headless Tippy` to achieve this config, turns out that after trying several options i found...

Adds new way to control what it's mocked into fixtures using resourceType Puppteer Discussion issue: #11

Instead of control just one ressourceType it's better to control what each configuration/setup needs, in my case i need to mock `document`, `xhr` and other things but i don't need...

At some cases, while testing the application you may wish to keep the fixture fixed even in record mode because you need to guarantee all tests keep working without erase...

Hello everybody, im trying to use the project following the Readme instructions but still i couldnt understand some topics like - how do i control the file persistence on each...

I would like to use the sprite tool, but i can't make it work, the top menu don't load, and when i try to acces it, it dissapear, i need...

Fixed call of stop() method which was causing too many calls into events API, like next() and prev making too many unnecessary calls.

I have this example at app.js ``` javascript app = require('../../../express.io')() app.http().io() app.io.route('posts', { create: function(req) { // Creates a post... } }) app.listen(7076) ``` Let's say that i have...

Hello guys, I'm having serious problems with socket.io, when the users hit F5 and refresh the browser socket.io recreates a new socket and erase my session data... I've tried not...