Can Rau

Results 227 comments of 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? ๐Ÿค”