Balthasar Hofer

Results 10 issues of Balthasar Hofer

fixes Issue #41 With this approach, nested admonitions can be used. - [x] added tests - [x] test succeed @elviswolcott please have a look - would be nice to see...

Currently, no nested admonitions are possible. ```md :::info Weather On nice days, you can enjoy swimming in the lake. :::danger Storms Take care of summerstorms... ::: ::: ``` Will result...

Currently a user can specify whatever `host` wished. What happens if in productive environment a user want to access `localhost`!? With the current implementation this is a security risk because...

help wanted
question

since sqlite is a file and not hosted on a server, this db type must be handled differently. - ensure no additional database is created - (temporary?) upload the sqlite-file...

- [x] psql has a default limit for queries - [ ] mysql will fetch everything - [ ] add spec

atm it is not possible to access data other than `msg` within mustache. With this change, the `flow` and `global` context is accessible aswell inside mustache templates.

Current behaviour: - **Tabs** Component is showing a rich text toolbar (can result in errors - `tab` components are expected as children) - **Tab** Component has only a text input...

- [x] I have searched for similar issues in both open and closed tickets and cannot find a duplicate. - [x] I have read the documentation and cannot find an...

bug

### Have you read the Contributing Guidelines on issues? - [x] I have read the [Contributing Guidelines on issues](https://github.com/facebook/docusaurus/blob/main/CONTRIBUTING.md#issues). ### Prerequisites - [x] I'm using the latest version of Docusaurus....

bug
domain: theme

### Have you read the Contributing Guidelines on issues? - [X] I have read the [Contributing Guidelines on issues](https://github.com/facebook/docusaurus/blob/main/CONTRIBUTING.md#issues). ### Description There exist many libraries that depend on accessing `window`,...

feature