Andrey
Andrey
### Problem description https://github.com/pimlie/authres_status/blob/9a6718eb0d2894a4fcde05316c4a1aa6cb0ad4a2/README.md#L3 > Parsing of the Authentication-Results headers is more or less done according to [RFC5451](https://tools.ietf.org/html/rfc5451) But [RFC 5451](https://tools.ietf.org/html/rfc5451) (April 2009) is obsoleted by [RFC 7001](https://tools.ietf.org/html/rfc7001) (September 2013)...
#### Problem description *feedparser* does not preserve and does not determine an order of HTML attributes in a *content* of feed *entry*. So the same content value of the same...
**Problem description:** https://github.com/swagger-api/swagger-ui/blob/1f2a5d7dd74131f0e9886b0f137ac20165aa90d2/dist/lang/translator.js#L6-L8 > * To enable translation you should include one of language-files in your index.html > * after . > * For example - This is unacceptable in...
**Bug description** See the screenshot. **Steps to reproduce** See the screenshot. **Expected behavior** 1. No issue on the left. 2. No empty space on the right. 3. No horizontal scrolling....
**Bug description** The side menu (aka sidebar, navbar) is clipped on small screens. It is not possible to access some menu items. See the screenshot. **Steps to reproduce** See the...
**Bug description** See the screenshot. **Steps to reproduce** https://demo.defectdojo.org/product/5 See the screenshot. **Expected behavior** No empty space on the left. **Environment information** - Operating System: ? - DefectDojo version: `v....
This pull request adds two features: 1. ~~Per-operation context - allows sharing any data between different calls to `Subscription.publish` for the same subscription (and the same connection).~~ 2. Initial payload...
### Problem description The code ~~~py from dataclasses import dataclass from typing import Iterable, Any, Mapping from dataclasses_json import DataClassJsonMixin @dataclass class Foo(DataClassJsonMixin): id: int def test() -> None: Foo.schema().load(foos(),...
### Steps to reproduce Run the following tests by [pytest](https://pypi.org/project/pytest/): ~~~py import warnings from dataclasses import dataclass from typing import Tuple, List from dataclasses_json import DataClassJsonMixin @dataclass class Foo(DataClassJsonMixin): bar:...
1. Separate Unix domain socket filepath and script filepath into two command line arguments. This is absolutely needed because the regular expression used before is not able to separate socket...