Jawad

Results 6 issues of Jawad

**The problem** When doing a hot reload of a page with Webpack HMR and when my models have not changed (and are not reloaded), `redux-orm` throws an exception: ``` Reverse...

type: Bug

When Chromy is started without a start URL on the latest Chrome unstable, Chrome sends the following error back: "Host header is specified and is not an IP address or...

It would be great to have an option to get all the cookies available to the page as a complement to the set/delete cookie functions. See https://chromedevtools.github.io/devtools-protocol/tot/Network/#method-getAllCookies

I am using a provider component to add context to the components I am testing. Example: ```js expect(( )).to.eql(''); ``` In that case, I am required to do a non-shallow...

When refactoring a large codebase, it is hard to know exactly which files are needed and will be impacted by the refactoring. As a result, one generally has to spend...

enhancement

In `@feathers/knex`, when inserting data, use the `client.driverName` property to identify the clients that can return fields when inserting instead of the client config as a string. ### Problem The...