Roman Donchenko
Roman Donchenko
### Tool name corepack ### Tool license MIT ### Add or update? - [x] Add - [ ] Update ### Desired version latest ### Approximate size 1 MB (however, it's...
### Motivation and context Makes them easier to navigate. ### How has this been tested? ### Checklist - [x] I submit my changes into the `develop` branch - ~~[ ]...
### Motivation and context Currently, we're using the original deployment method of pushing to the `gh-pages` branch. Since the actual content is generated via a workflow, we can skip the...
In the documentation, the 3rd and 4th arguments of `SSL_select_next_proto` are named `server` and `server_len`: https://github.com/openssl/openssl/blob/52dba1c098d9b0388afa4db2fbe3461df67461c6/doc/man3/SSL_CTX_set_alpn_select_cb.pod#L42-L46 But in the header file, those same arguments are named `in` and `inlen`: https://github.com/openssl/openssl/blob/52dba1c098d9b0388afa4db2fbe3461df67461c6/include/openssl/ssl.h.in#L803-L806...
### Initial checklist - [x] I read the [support docs](https://github.com/remarkjs/.github/blob/main/support.md) - [x] I read the [contributing guide](https://github.com/remarkjs/.github/blob/main/contributing.md) - [x] I agree to follow the [code of conduct](https://github.com/remarkjs/.github/blob/main/code-of-conduct.md) - [x] I...
### Bug description ```python # pylint: disable=missing-docstring def foobar(x): if x not in ["A"]: v = [] if x == "B": print(v) elif x == "A": v = [] else:...
### Description When a variable interpolation is nested inside a `${A:+}`-style interpolation construct for the same variable, `compose` emits a "variable is not set" warning, even though the nested evaluation...
### Is it a bug? - [x] I know this is an issue with the app, and contacting Mullvad support is not relevant. ### I have checked if others have...
Create `pyproject.toml`: ```toml [tool.isort] extend_skip=['a.py'] ``` Create an empty `a.py`. Now compare: ```console $ isort -v a.py _ _ (_) ___ ___ _ __| |_ | |/ _/ / _...
Also, include all license files for the vendored dependencies inside the wheel, and in the `License-File` package metadata field. License files are included in distributions automatically, so remove them from...