Can Rau
Can Rau
Hopefully you've figured it out by now? If not, I'm not sure but I think you should drop the `path:` option from config as the `cwd` current working directory should...
Just for reference this is how to official dotenv from deno std works https://github.com/pietvanzoen/deno-dotenv#-dotenv-is-now-a-part-of-deno_std-
Just out of curiosity as I'm a little bit confused about slug styles in general^^ What's the reason behind not supporting i18n? I think it's important and as shown in...
Hum, now I'm pretty confused and I think the conversation might be confused, too ๐ I thought, for whatever reason, that `slugify` (this module here) replaces `รค`-> `a` but according...
Hey thanks a lot @industrial ๐ Can use oak now to serve [Remix](https://remix.run) Just modified it slightly so I can just ```ts app.use(wrapOakRequest(remixHandler)); ``` ```ts export function wrapOakRequest( fn: (request:...
Thanks for the insides, and yeah I probably misinterpreted the code there, also thanks for the links ๐ Closing as everything seems to be fine and I'm currently not working...
```ts import * as matter from 'gray-matter'; ``` only works if you then call it like ```ts matter.default('---\ntitle: Front Matter\n---\nThis is content.'); ``` Or import like you suggested `import matter...
+1 for ```html ``` as well as ```html ```
Ooh that would be super helpful ๐ **Use case** I'd like, I think, to only match `// TODO` and `* TODO` so single line and block comments.. more or less^^...
@WybeBosch what version are you switching to? The one of this PR or did I miss anything? ๐ค