Yehezkiel

Results 8 comments of Yehezkiel

> Yeah that seems to have worked! > > In your gatsby-config.js, remove the plugin from `gatsbyRemarkPlugins` and add `remarkPlugins` to your `gatsby-plugin-mdx` options > > ```js > remarkPlugins: [...

Hi @andrewbranch Im working with gatsby 4 and remark vscode 3.3.1, this still not work in my kotlin code. Im using mdx for blog type ``` { resolve: `gatsby-plugin-mdx`, options:...

If you using `FlexboxLayoutManager` use this approach: ``` rv.layoutManager = FlexboxLayoutManager(context).apply { alignItems = AlignItems.FLEX_START } val itemDecoration = FlexboxItemDecoration(context).apply { setDrawable(ContextCompat.getDrawable(context, R.drawable.bg_divider)) setOrientation(FlexboxItemDecoration.HORIZONTAL) } if (rv.itemDecorationCount == 0) {...

@sberoch @somesh-basicx

Thank you for your hard work @errysuprayogi 🎉 You might find a few suggestions from me 😉 --