Fabien Kovacic

Results 12 comments of Fabien Kovacic

You mean with client like [Apollo](https://www.apollographql.com/) ?

I'll have a look on this one too 👍

Agree, i will make a PR with github action for linting + testing soon Edit: and publish to npm?

Actions preview: https://github.com/Fabious/react-esi/actions

Ho ok, got an error with coveralls as seen here : https://github.com/Fabious/react-esi/runs/4162385127?check_suite_focus=true Same error on local (main branch), will try to find a solution edit: Found the solution i guess:...

ok fixed coveralls: https://github.com/Fabious/react-esi/runs/4163101844?check_suite_focus=true Can you check if it's all good? After that the last thing is to automate publishing to npm?

I added a release action, for this one i'm not sure how to test it and how we should implement the said release If you have the time to look...

As this PR has gone stale (2021 😵‍), i leave this here as a CLI helper exists and i think it will help https://github.com/semantic-release/semantic-release/blob/master/docs/usage/getting-started.md#getting-started Maybe I'll look into it and...

I have simplified this PR : I initiated only one but important Action for testing the app on a pull request Will make an other PR for the release phase...

We got exactly this bug : https://github.com/gatsbyjs/gatsby/issues/4636 It's most certainly come from the [gatsby-plugin-offline](https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-offline) Apparently it's only happens Chrome (need testing) Hard to test locally [possible fix ?](https://github.com/GoogleChromeLabs/sw-precache/issues/356)