Results 17 issues of bree

Currently only the value of an attribute can have a dynamic value, having the ability to not just set the value but also the attribute name/type would be useful. What...

enhancement
needs feedback

Currently the screen recorder can't be used as a bookmark because data urls are considered non-secure and media apis do not work in a non-secured context. Note that in the...

I find the idea of awfice really fun, but outside of the proposed code editor, I don't really know what else to add right now. I've thought about an [encrypted...

Support for native or plugin image file types instead of plugin support. Eg. **.ico** (native) Eg2. **.dds** (Using DDS file extension)

enhancement

Currently when resetting a password the text will say `Enter your password` for the new password instead of specifying that it's a new password. `Enter new password` or `Enter your...

enhancement

Updating and Writing the docs for the API See [crystals guide to documenting code](https://crystal-lang.org/docs/conventions/documenting_code.html) Note that not all of these will be finished when I finish. - [x] Library -...

The project currently loads everything when starting up, instead each object should only require what is needed to keep memory usage as low as possible.

- fixed using bitwise or instead of a boolean or

The following snippet will cause `Invalid parser result: Null-Pointer found in AST`. ```cpp using P = P; ``` The following snippet will cause ImHex to crash with `SIGSEGV`. ```cpp using...

This issue is related to #21. When inserting a Unicode character such as `✨`, the app will throw `String contains an invalid character`. This happens due to btoa not supporting...