-
# FAQ Section
### Description
Add an **FAQ (Frequently Asked Questions) section** that helps users with common questions.
### Requirements
- **Content**: Include a list of 5-10 questions and a…
-
Hi, I am trying to extend the `Blueprint` class with my own functionality. Mypy is not happy with typing in the following example. The revealed type for `MySmorestBlueprint` should be `example.MySmore…
-
### What is the issue you are encountering with the docs?
Suggesting a modification to the lesson structure. Instead of immediately showing the expected result after instructing people to code some…
-
**Describe the bug**
Traversing search bar results with arrow keys is inconsistent. When moving down (with the down arrow key), you must first navigate to the last visible result, then each new down …
-
Allow users to download and upload Odyssey state data to enable them to save analysis progress and resume. First step towards long term goal: external state (database)? Odyssey analysis sharable by li…
-
I would like to see support for Lazy Loading of all the objects that reveal.js can lazily load. Currently this requires changing the `src` attribute of the media object you are looking for to `data-s…
-
When starting NoScribe the window dimension starts like this, hiding the blue "Start" button.
![image](https://github.com/user-attachments/assets/b721de57-d3a9-46d1-a2b7-e9ba8ac39c18)
Non tech sav…
-
When the revealed string is very long (e.g. due to being deeply nested or just having very long words), it will wrap onto two lines in Vim's statusline. Unfortunately, that will cause Vim to wait for …
-
This issue was raised when discovering that the backend was sending the passwords to the client/consumer, which is really bad.
We are currently returning the raw unaltered database objects which is…
-
I'm creating this issue as a place to put technical debt that may impact the Reveal project moving forward
1. The task data model uses integers as priorities, not enums, but the FHIR spec uses enum…