Rémi Gebski

Results 9 comments of Rémi Gebski

The config looks like this. It's written as to ignore user specific params in the request like the authorization and restaurantId. Pollyjs allows me to completely ignore what user (or...

The `matchRequestsBy` isn't changing that much but it can. Sometimes. In this case, we've added graphql endpoints so I had to add the line `body: ignoreRestaurantIdInGraphQl` in the matchRequestBy to...

> They already are. The ID is generated every time a request goes through Polly and is stored with the recording. What I mean by `when pollyjs starts` is when...

@jasonmit If not regenerating the ids at startup maybe regenerating the ids on demand via a cli command I had to edit some har files manually like @stephenh and I...

@offirgolan woops, did not see your message. I've copy/paste the ugly script in this gist https://gist.github.com/skimi/79f26f1ac502ac2102119347a4aca11f. It's using `NormalizeRequest` to regenerate the ids. The issue being that pollyjs does not...

@bahmutov I've rebased to master an I've added a test for the reported case But to be honest, imo the function could just filter out every files in the integration...

Coming from https://github.com/semantic-release/semantic-release or https://github.com/conventional-changelog/conventional-changelog the version increment is always minimal, grouping all changes to the closest major, minor or patch version. Imo aligning with existing libraries makes sense to...

This can be fixed using event bubbling through the react-dom. The react doc has a chapter for this : https://reactjs.org/docs/portals.html#event-bubbling-through-portals I personally created my own portal wrapper like this :...

This is still an issue today. The new versions don't seem to be published to npm!