Renato Cesar

Results 5 issues of Renato Cesar

Here's my code: ```js const files = fs.readdirSync(path.join('posts')); files.map((filename) => { const slug = filename.replace('.md', ''); const markdownWithMeta = fs.readFileSync(path.join('posts', filename), 'utf-8'); const {data, content} = matter(markdownWithMeta); const maximumExcerptSize =...

For some reason the library works fine in my local host, but when I sent it to Vercel server it says that it didn't authenticate me... Any other library works...

question

Hi, I'm trying to use CompileDaemon with Docker, but it is not recompiling when saving files, it works locally, but not in the docker container. I'm in MacOS and this...

Could you make an option to change the language that Alexa is waiting for? I need to change it to Portuguese instead of English, How can I?

**Describe the bug** A clear and concise description of what the bug is. I tried use to default package image-trace-load, but I wasn't able to use it in next. Then...