Davie

Results 24 issues of Davie

A workflow should execute in it's own worker thread to prevent any issues serving pages

enhancement

When using a git repo source, the repo is cloned and a worktree created for the branch specified by the source in the mosaic config file. Now lets say you...

bug
enhancement

We are beginning to add code examples to the mosaic docs now and these examples would be much clearer if the markdown and rendered preview were accessible on the page....

documentation
enhancement

This is likely to be a massive refactor. We would want to do this to take advantage of the speed improvements associated with React Server Components. The app dir is...

enhancement

Create a new Quick Start Guide for creating a new mosaic site. Probably best to create a new generator that does not add mosaic specific sources but instead adds some...

documentation

The Mosaic packages require a more thorough test plan in order to have confidence in the tool. As part of this issue it would be good to begin the process...

testing

We currently use Prism for code highlighting. It doesn't seem to work very well and I have heard a lot about [Shiki](https://github.com/shikijs/shiki) recently that is supposed to be better. I...

enhancement

Some content may need to be protected or differ depending on the role of the logged in user. TODO: add more detail

enhancement

When you navigate to a section on a page and that page is using the Table of Contents (TOC) component the following happens: ## Actual 1. the page is briefly...

bug

A few accessibility issues with the TOC component: - every item has the same aria-level (which I think should be inline with the heading level) - the items are ``...

enhancement