Derock

Results 19 issues of Derock

This PR was automatically created by Snyk using the credentials of a real user.Snyk has created this PR to fix one or more vulnerable packages in the `npm` dependencies of...

This PR was automatically created by Snyk using the credentials of a real user.Snyk has created this PR to fix one or more vulnerable packages in the `npm` dependencies of...

This PR was automatically created by Snyk using the credentials of a real user.Snyk has created this PR to upgrade undici from 5.24.0 to 5.25.1. :information_source: Keep your dependencies up-to-date....

supersedes part of #156

## Intended File Structure - ./packages/[discord-components-react](https://github.com/itzderock/discord-components) - ./packages/[discord-components-core](https://github.com/itzderock/discord-components) - ./packages/[discord-html-transcripts](https://github.com/ItzDerock/discord-html-transcripts) - ./packages/[discord-markdown-parser](https://www.npmjs.com/package/discord-markdown-parser) #### and in the future a - ./apps/docs ## Why To easily develop and fix issues in discord-html-transcripts...

Discord released some new features for [markdown](https://support.discord.com/hc/en-us/articles/210298617-Markdown-Text-101-Chat-Formatting-Bold-Italic-Underline-#h_01GY0DB14X1PFY87CJFFVHFW4T). ## Prerequisites - [ ] Need to add the components to `@derockdev/discord-components`. See [this issue](https://github.com/ItzDerock/discord-components/issues/4). - [ ] `discord-markdown-parser` needs to be able...

enhancement
good first issue

Discord recently released some more [markdown formatting options](https://support.discord.com/hc/en-us/articles/210298617-Markdown-Text-101-Chat-Formatting-Bold-Italic-Underline-#h_01GY0DB14X1PFY87CJFFVHFW4T). Specifically, the following needs to be added: - [x] Headers with `#`, `##`, and `###` - added in #8 - [ ]...

enhancement
good first issue

Fixes #102 Adds a configurable environment variable `BASEPATH` that can be set. ``` docker run --rm -p 8080:80 -e BASEPATH="/chatpadai" chatpadai ``` Note that the docker container will still serve...

Currently, when a request fails with 429, nothing is shown to the user and it just looks like the AI is infinitely typing. This was very confusing for me the...