Devid

Results 82 issues of Devid

Using `Img` component if `src` (aka `srcList`) changes its content it is not rendered. The only way to show it is to force a re-render of the component, which "fixes"...

Since qsessions uses a custom session object which is altered every time User-Agent or IP change there is a side-effect due to how base Django session engine works. Upon [save](https://github.com/django/django/blob/6b513f01374da8e8f38e231f0ff95e8c095d3239/django/contrib/sessions/backends/db.py#L62-L95)...

As now the rule parser can extract `flowbits`. It would be nice to also have [`flowint`](http://suricata.readthedocs.io/en/latest/rules/flowint.html) supported in the same way.

As now the rule parser can extract `flowbits`, which are also used to check for never-triggering rule (see https://github.com/jasonish/py-idstools/blob/master/idstools/scripts/rulecat.py#L563). It would be nice if this kind of processing could also...

The `Rule` object has no `ruleset` attribute. Examples: ``` alert http $EXTERNAL_NET any -> $HOME_NET any (msg:"ET MALWARE Windows executable sent when remote host claims to send an image 2";...

`react-transition-group` has evolved since version `2.5` (the one marked in `package.json`). If someone with this library (or using recharts which requires this) is willing to use any new feature of...

dependencies

Default methods for authentication backends are already defined in [Basebackend](https://github.com/django/django/blob/11661d3815f273a6968cf09ecc678cf6fa6dcfcd/django/contrib/auth/backends.py#L8). It is better to derive from this class than to add dummy methods to cover them.

ATM logstash has a signle close options: `close_older`. It could be useful to also have `close_renamed` and `close_removed` flags ([like filebeat](https://www.elastic.co/guide/en/beats/filebeat/master/configuration-filebeat-options.html#close-renamed) ). These options would be very useful to enforce...

# Bug Report When attempting to use the `swagger_serializer_method` on a partial object generated with [`functool.partialmethod`](https://docs.python.org/3.10/library/functools.html?highlight=partial#functools.partialmethod) the `_swagger_serializer` is not kept in the final class method. This prevents from generating...