Isaac Muse

Results 654 comments of Isaac Muse

@BalzGuenat sure, makes sense. Until this feature is developed, using the `markdown` (Python Markdown) is probably your best bet. You can also (if I recall) use a custom call to...

Can you explain what the issue is and how this fixes it?

Lint issues can be ignored. I need to update the lint environment.

I think you are mistaking what I was saying. When I was referring to linting, I was referring to linting in this pull requests continuous integration tests below. As for...

I still don't feel I understand what the problem is and how this fixes said problem. I need some more information to determine if this is a reasonable pull, or...

Okay, so you are just complaining about refresh of the theme on startup because the theme isn't saved to preference file. So on close, you are left with whatever was...

Yeah, we could consider printing it outside of debug. The idea was that people could enable debug when they were adding and debugging custom commands and then disable debug to...

What exactly are you wanting to do? When previewing, we generate a unique name each time. If I have two separate files in different folders with the same name, and...

When we migrated to hatch, we started to use a custom hook so we could generate command line references of `rummage` and `rummageX.X`, where `X.X` is the Python version. This...