-
Notifications
You must be signed in to change notification settings - Fork 19
Parse highlight colour #38
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
@ChenghaoMou it would be best to parse this properly in rmscene/src/rmscene/scene_stream.py Lines 403 to 433 in ffcc16f
Can you add a simple-as-possible test file to |
Thanks for the pointers. I will look into it! |
Hi, sorry if already asked but is
from rmc 0.2.1 still related to this issue? |
There is a PR #44, but it is waiting for several other PRs. @Utopiah Meanwhile, you could try my branch to see if it solves your issue: uv run --with git+https://github.com/ChenghaoMou/rmscene@feature/highlight_color python -m rmscene --help
# or
pip install git+https://github.com/ChenghaoMou/rmscene@feature/highlight_color |
Thanks. It does run but how can I then use this with PS: I feel that I install one package manager per Python program, just discovered |
Python's package management situation is uh.. special |
You can run it with uv as well: uv run --with rmc --with git+https://github.com/ChenghaoMou/rmscene@feature/highlight_color python -m rmc.cli --help In theory, you can just install rmc first, then the modified rmscene, in two separate commands. It should override the one installed with rmc. |
Some of the highlight color info is currently in the extra value, I have to do this to get the color code:
Should I create a PR here or in rmscene?
Originally posted by @ChenghaoMou in ricklupton/rmc#18 (comment)
The text was updated successfully, but these errors were encountered: