Skip to content
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

Improvements to render method selection #62

Open
AnonymouX47 opened this issue Jun 26, 2022 · 0 comments
Open

Improvements to render method selection #62

AnonymouX47 opened this issue Jun 26, 2022 · 0 comments
Labels
common Related to the interface common to all render styles improvement Implementation of improvement to an existing feature planned Planned feature (should be removed as soon as implementation starts)
Milestone

Comments

@AnonymouX47
Copy link
Owner

Required by #61

Render method support validation:

  • set_render_method()
    • force: bool = False
    • if not (force or self_or_cls_._is_supported(method)): raise StyleImageError: {method!r} render method is not supported in the current terminal.
    • _is_supported(method) should be cached
@AnonymouX47 AnonymouX47 added lib Related to the library (Not to be used anymore) common Related to the interface common to all render styles planned Planned feature (should be removed as soon as implementation starts) improvement Implementation of improvement to an existing feature labels Jun 26, 2022
@AnonymouX47 AnonymouX47 added this to the 0.5.0 milestone Jun 26, 2022
@AnonymouX47 AnonymouX47 modified the milestones: 0.5.0, 0.7.0 Feb 23, 2023
@AnonymouX47 AnonymouX47 removed the lib Related to the library (Not to be used anymore) label Apr 16, 2023
@AnonymouX47 AnonymouX47 modified the milestones: 0.7.0, 0.8.0 Jun 4, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
common Related to the interface common to all render styles improvement Implementation of improvement to an existing feature planned Planned feature (should be removed as soon as implementation starts)
Projects
None yet
Development

No branches or pull requests

1 participant