Dimitar Dimitrov
Dimitar Dimitrov
Currently, the user might choose not to activate `hs-minor-mode` if he/she doesn't want to use the folding functionality. On the other hand, a warning is displayed when attempting to use...
I don't know why it is not merged.
self-hosted gitlab
If there is no reason to have a hidden flag `--livereload` (which "reaffirms" the intended default benaviour), we could simply do: ```python import click @click.command() @click.option("--no-livereload", is_flag=True, default=False, help="Disable livereload")...
It has been defined as `hidden=True` https://github.com/mkdocs/mkdocs/blob/2862536793b3c67d9d83c33e0dd6d50a791928f8/mkdocs/__main__.py#L257 Can someone explain why?
Doesn't seem so. The output is: ``` 0 Assets -150 CA 150 Instruments 100 Expenses:Instruments -------------------- 100 ``` While I was hoping for an output: ``` -100 Assets -150 CA...