vepain
vepain
Hi, as reported [here](https://github.com/pchtsp/orloge/issues/8#issuecomment-915393628), the log output figures two different objective values (with sign inversion) Here, best solution is equal to `32` but some `Cbc00**I` lines show `-32` value ```log...
# False positive description ```python class Foo: __ACLASSATTR = 0 def __init__(n: int): self.__n = n @property def n(self): """The n getter.""" return self.__n @n.setter def n(self, new_n: int): """The...
LTeX is not checking python docstring content. **Describe the bug** Python docstring content may not be parsed. **Steps to reproduce** * Create MWE: ```python """I'm a error""" # I'm a...
### Context Let suppose I wrote this in RST: ```rst .. data:: IdT Identifier type. :value: :class:`~typing.Hashable` ``` I would like to write this using MyST-parser: ````md ```{data} IdT ---...
Hello, I'm working on LaTeX with someone else. I'm using Ubuntu 20.04 while the other person is using Mac OSX. ## Context Then, dictionaries names differ from one another: -...
First, thank you for your amazing work! **Is your feature request related to a problem? Please describe.** In Rust, you can put code in method-documentation such that this code is...
As a Rust programmer, I find very usefull the [`cargo-release`](https://github.com/crate-ci/cargo-release) tool to help creating a new release with Git branching, changelog conventions and automatic update of build configurations depending of...
An option `comment-divider.languagesLengthMap` should precise the line length for a particular language: ```json "comment-divider.languagesLengthMap": { "toml": 80, "scss": 120 } ``` This option should have the priority over the `comment-divider.length`...
I tested your fish plugin on Ubuntu 22 and Ubuntu 24. The only thing that seems different is their respective version of starship prompt (same terminal app with same profile...
### What you'd like to propose? ## Wanted feature * Move the home-info profile content from the Hugo config file (`hugo.yaml` or `hugo.toml`) to a regular markdown file (let say...