Roy J. Wignarajah

Results 7 issues of Roy J. Wignarajah

This fixes #128 Summary --- Added two steps to `.github/workflows/clang_format.yml` to lint only modified C++ source files and shader files (.hlsli, .hlsl) ### `changed-files` The `changed-files` step uses [tj-actions/changed-files](https://github.com/tj-actions/changed-files) to...

This is a Work-In-Progress Pull Request meant to solve #19 Summary of Changes (WIP) --- `inspector.cpp` - added 'Enabled' checkbox for non-Gap items (Tracks and Clips) using `ImGui::Checkbox()`: ![image](https://github.com/OpenTimelineIO/raven/assets/78163326/2c24cc57-ef97-402e-9922-7a6fa0a86f37) `timeline.cpp`...

This fixes #587 Background --- 7cc1e2f3ec1aaf77014a56703d7d8e77c706f72d allowed web handlers and slash commands to be executed with the Re-ask option (issue described in #541) by passing the prompt text to the...

I noticed when editing and re-asking a message, ChatCraft duplicates my updated message: ![messageDuplication](https://github.com/tarasglek/chatcraft.org/assets/78163326/43cbbc71-2320-430f-b60d-155769e63d29)

ChatCraft render previews of [Mermaid](https://chatcraft.org/api/share/rjwignar/-AW3hvL0GI29p8hep4z3a) and Nomnoml. However, I noticed we don't render [Markdown](https://chatcraft.org/c/rjwignar/9Dkbq_a17U4Grso2WQutb): https://github.com/tarasglek/chatcraft.org/blob/7cc1e2f3ec1aaf77014a56703d7d8e77c706f72d/src/components/Markdown.tsx#L98-L117 Is this a feature we would like to see?

enhancement

This fixes #651 The white text in the dark mode card body is camouflaged by the white background of [html2canvas](https://html2canvas.hertzen.com/). One solution to make this text visible is to include...

This fixes #19 Following @jminor's suggestion in https://github.com/OpenTimelineIO/raven/pull/27#issuecomment-1879117563, I've been able to use an `ImGui::Checkbox()` while keeping `Item::_enabled` private. Clips will be **greyed out** when disabled. Re-enabling clips will return...