a2k
a2k
I saw Tablet screenshots in Play Store, so its already done right ❔
> I'd like the possibility to monitor a folder and download subtitles every X hours. I think that would be unnecessary & a waste of time quite frankly. It will...
Cool no problem 👍 Its the best thing for downloading subtitles though 🎉
@chemicalkosek @Hartha-aloufi both use `import` rather than markdown image syntax like this: ```ts --- title: First Post --- import pic from './pic.png' ## This is a h2 This is my...
@Arcath just to be clear, do I have to write an `esbuild-plugin` or `remark` / `rehype` plugin? I already converted the code: ```ts import fs from 'fs' import path from...
@Arcath i've already read it. that's where I got this issue from. the issue isn't `.gif` but of `.node` as `sharp` uses that in my code. see `.gif` exists in...
oops, found [this](https://github.com/evanw/esbuild/issues/1051) :)
@jeffreyquan do share it when you're done. I'm thinking of doing the same thing for my blog :)
i went with [this solution](https://github.com/kentcdodds/mdx-bundler/issues/70#issuecomment-986172389) but would love an official way to do it from the frontmatter 👍
> Module not found: Can't resolve 'builtin-modules' error @Adam-Collier this error [can be solved easily](https://github.com/kentcdodds/mdx-bundler/issues/18#issuecomment-817818340). You basically cannot export Node.js modules into client-side code & it throws error if you're...