Vsevolod Novikov

Results 32 issues of Vsevolod Novikov

The following file (applied as base64-encoded) ```base64 R0VPR0NTWyJHQ1NfVG9reW9fTVMiLERBVFVNWyJEX1Rva3lvIixTUEhFUk9JRFsiQmVzc2VsXzE4 NDEiLDYzNzczOTcuMTU1LDI5OS4xNTI4MTI4XV0sUFJJTUVNWyJHcmVlbndpY2giLDAuMF0sVU5J VFsiPINKg1iDXoOAPiIsNC44NDgxMzY4MTEwOTUzNTllLTAwOV1d ``` encoding has not been determined by the `enca` ``` seva@SEVA-WORK:~/$ enca --version enca 1.19 Features: +librecode-interface +iconv-interface +external-converter +language-detection...

One task frequently appears in the binary tree: search neighbors of non-existent key. The following code implements such algorithm for the BinarySearchTree: (file extend_binary_tree.js) ``` javascript var dsjslib = require('dsjslib');...

It would be useful to have `multi_delete` as a complemented multi-key variant for the`delete` method, as multi_get is a complemented multi_key variant for the `get` method. While the Redis has...

feature

The ASGI [HTTP Request context provides](https://asgi.readthedocs.io/en/latest/specs/www.html#http-connection-scope) a `client` value which should be reflected by the `remote_ip` value in the request info. Now the `server` value is reflected erroneously.

Requests, checks, and updates the both, IPv4 and IPv6, addresses when available. Uses ip4only.me, ip6only.me, and 8.8.8.8 Google DNS resolver

feature request

Existent checks for create and update doesn't concern to the new attribute values. It may be important especially for the foreign key values when the only selected person can link...

The simplest way to check rights is to return constant value, f.e. `True`, `False`, or `{}`. In case of constant grant type, the code should be allowed to look like:...

enhancement
collecting bounty

Happens frequently that the plugin method returns truth value instead of a dictionary from `check_` calls. The `SimpleCheckPlugin` now filters such a return. It is useful to filter such truth...

Template variables like {{ perms }} or something to check particular permissions for the whole model, or for the particular instance or for the instance set.

enhancement

`django.contrib.auth.decorators.permission_required` replacement

enhancement