mmill

Results 17 comments of mmill

One way to make this feature configurable as an option would be to create a dummy `NamedEnum` class: ```python class NamedEnum(Enum): pass ``` And to add the behaviour I described...

Ok I finally found a way to have this without changing typer: ```python class MyEnum(Enum): choice1 = {"k": "v"} choice2 = 2 def __init__(self, val): self.val = val @property def...

Hello alphapapa, the **change their syntax back to single-line whenever comment-region uses this style** seems to say that outorg should work accordingly with the comment-region function, which it does not...

Hello Thorsten. Using the tuareg-mode for OCaml, `comment-region` works on multi-line comments (with apparently a custom setting, since it is not affected by the `comment-style` variable). It generates a multi-line...

Hello, thanks for the feedback. Indeed there was something broken (the imap-tools library had a new version). I have published version 0.6.2 which should solve the issue ! (you will...

Ok, that's strange. I have published yet another version ( **0.6.3** ) that's compatible with newer imap-tools. I just added tests for python 3.12, there doesn't seem to be any...