ozmium

Results 7 issues of ozmium

Suppose you have a database that contains some text data with embedded HTML tags, like this: `This is bold text. This is plain text. This is a link.` When viewed...

I've noticed there are 2 branches in this Github project: ["master"](https://github.com/mingchen/docker-android-build-box/tree/master) and ["flutter"](https://github.com/mingchen/docker-android-build-box/tree/flutter). If the flutter branch is only used for building Flutter apps, consider removing the Flutter SDK and...

When typing text into the editor, and the live HTML preview is open, the IDE uses a very large amount of CPU, approximately 100% of 1 CPU. This seems very...

fixed for next release
usability

Currently, there is no way to uninstall keymaker. Please add this option and explain how to do it in the documentation. It would also be helpful to list where the...

When viewing bug reports on the Acralyzer website, it's very easy to accidentally delete bug reports, because the wastebasket button is really close to the "view" button (the magnifying glass)....

Change the CSS style for `"pre"` code blocks. Use a gray background with dark-gray border: Old: ```css pre { background-color:#ffffff; border:1px solid #e5e5e5; } ``` New: ```css pre { background-color:#eaeaea;...

### Describe the Bug The date format used to display Git commit dates in the File History tab is shown as something like "5/11/2023". This is a very confusing and...