Janosh Riebesell

Results 454 comments of Janosh Riebesell

Yes, I'm getting ``` Unhandled Rejection (Error): Cannot find module 'styled-icons/boxicons-logos/Github' ``` even though the module is definitely installed. Do I need to provide an absolute path or something?

Yes, I tried that. No change. Since it's a named export, not a default one, I also tried ```js const { Github } = await import(obj.nodeModule) const Github = await...

It's a [Gatsby](https://www.gatsbyjs.org) project so the bundler is webpack.

Might be worth taking a look at [`nbqa`](https://github.com/nbQA-dev/nbQA). They've adopted a lot of other tools to notebooks.

What's the current status? Is there a new remark plugin on the horizon that will provide the functionality of this one with the new micromark parser?

@arobase-che Looks good. Would be a nice addition if merged. Along similar lines, how about supporting `ul` and `ol` as well? This ```md - li1 - li2 - li3 {.some...

[Maybe this can help](https://janosh.io/blog/use-dark-mode)? Love your blog, btw! 😄

I'd like to help with this if any help is required.

@theonikolai Thanks for offering to help! Good questions too. 1. I think the [Gatsby showcase](https://gatsbyjs.com/showcase) looks quite nice. Perhaps we can use that as a guide. Let me know if...

Yes, `sites.ts` is ignored intentionally since it's auto-generated as you suspected. The `predev` and `prebuild` scripts in `package.json` are automatically run before `dev` and `build` respectively. So all you should...