Can Rau

Results 227 comments of Can Rau

same for me toolbox 0.5.1 sierra 10.12.2

just started using volta today and unfortunately am facing the same issue, kinda. at the moment volta only works in VSCodes terminal. Terminal app (macOS) & iTerm won't work when...

I'd like to propose renaming them to blocklist or denylist and allowlist. More one the topic: https://9to5google.com/2020/06/12/google-android-chrome-blacklist-blocklist-more-inclusive/ https://github.com/rails/rails/issues/33677 😊

You can add a `webextension-toolbox-config.js` to the root of your project next to package.json I use this to extend babel ``` const { join } = require('path') const webpack =...

hum, my example is modifying the existing babel, that's not what you mean?

Uh got it, no idea 😅

Just had the issue today and found the "trick" in Kent's codebase. Make sure to only import `mdx-bundler` within a file with the suffix `.server.ts(x)` like `mdx.server.ts` you can even...

One alternative to frontmatter, which works for me, is exporting the image like so ```mdx export { default as banner } from "./images/banner.jpg"; ``` then you access it like so...

Actually now that I'm using the yaml frontmatter to add [JSON-LD](https://developers.google.com/search/docs/advanced/structured-data/intro-structured-data) to my remix website it'd be really nice to have relative images work in frontmatter directly An alternative, though...