Jerome Dahdah
Jerome Dahdah
Does anyone by chance have a working example of how to use this with [Storybook](https://storybook.js.org)? Some of my components use `` and `` from `gatsby-plugin-intl`, and I'm not sure how...
In the [example starter](https://github.com/wiziple/gatsby-plugin-intl/tree/master/examples/gatsby-starter-default-intl), you have an anchor link without an `href` attribute in the [language switcher](https://github.com/wiziple/gatsby-plugin-intl/blob/master/examples/gatsby-starter-default-intl/src/components/language.js). ```jsx const Language = () => { return ( {({ languages, language: currentLocale...
As of (presumably) a few hours your Threat Intelligence Feeds have started blocking the entire Amazon.nl domain. Unless something fishy is going on with that Cloudfront domain, this is clearly...
Since the [original project](https://github.com/wiziple/gatsby-plugin-intl) seems to have been abandoned, and this one has enabled me to upgrade my projects to Gatsby v3 (thanks @theowenyoung!), I thought I would post this...
Right now I'm finding it very difficult to style the portal. Styled Components are great and I love to use them for all of my own projects, but at the...
In order to implement analytics, we need to be able to access route changes. In Gatsby, we make use of [`onClientEntry`](https://www.gatsbyjs.com/docs/reference/config-files/gatsby-browser/#onClientEntry) and [`onRouteUpdate`](https://www.gatsbyjs.com/docs/reference/config-files/gatsby-browser/#onRouteUpdate) since it behaves like an SPA. Your...
Hi, I bumped into the following error while running the script. It worked for my diary.csv, but this happened when importing watched.csv: ``` ['Return of the Jedi', '1983', '2016-12-13T16:54:14.939219', u'tt2301123']...