Ivan Ganev

Results 23 comments of Ivan Ganev
trafficstars

> Where is exacly you advise to add option gatsbyRemarkPlugins? I tried to add it as option of plugin gatsby-plugin-mdx and it's make error with already declared _frontmatter variable. Sorry,...

I tried various options, first of all, I tried to do this: Create the components.js file here (in the existing gatsby-plugin-theme-ui folder) `src/gatsby-plugin-theme-ui/components.js` And import there `import 'prismjs/components/prism-r'` But nothing...

Great job 👍! Yes, it is definitely worth adding to the readme. I think it will be better if you do it (since this is your contribution). I already added...

Yes, I have the same thing on edge. I have absolutely no idea what it is. I also tried edge beta - everything is fine there. In general, I am...

It will also allow developers to use emoji in tags, without having to remember which emoji were used, something like this: ```js tagsManagement: [{ tagName: "🖊️ post", replacement: ["post"] }]...

To show the date, chronoblog uses this component: https://github.com/Chronoblog/gatsby-theme-chronoblog/blob/master/packages/gatsby-theme-chronoblog/src/components/date.js It is very simple and uses the usual javascript tools. I think the problem is in time zones. In general, of...

Yes, you're right, GIFs won't work. In order to use gifs this way, I will need to add the plugin https://www.gatsbyjs.com/plugins/gatsby-remark-copy-linked-files to the Chronoblog. I will try to do this...

hmm, maybe the point is that when updating one of the packages, it changed its API. This has already happened, and I plan to lock package versions. But I just...

> Sorry if the doc isn't too clear on that, color isn't built-in in game objects, you need to add the `color()` component > > ```js > const btn =...

> Seeing this also, toying with a platformer, but when player falls off platform and keeps falling long enough velocity gets high enough (because of gravity) that the player falls...