vitaly-krugl

Results 24 issues of vitaly-krugl

The "new interesting data types" file claims that `types.MappingProxyType` can be used to pass a dict to functions without the risk of it being modified. However, this is only true...

I am using requests 2.23.0 with Python 3.8. My app configures the `requests.packages.urllib3.util.retry.Retry` instance and then passes it via the `max_retries` arg to `requests.adapters.HTTPAdapter` constructor and then mounts the adapter...

I am seeing two packages on pypi that both claim to be jsonref. I don't know which one is authentic. These are: * https://pypi.org/project/jsonref/ (Last released: May 17, 2013) *...

Could someone please provide a working example where there are references to several different files within a single json schema that's used in validation? Many thanks!

Pika's current backpressure detection mechanism is meant as a heuristic to detect when the broker is blocking the connection. RabbitMQ has for some time supported Connection.Blocked/Unblocked notifications (also supported by...

Pending Investigation

See discussion in issue #464 for additional background. See also issue #744. In pika master targeting pika v1.0.0 release, the connection parameters support passing `SSLContext` and `server_hostname` via [SSLOptions](https://github.com/pika/pika/blob/953a67f342ac09d2783f92be7614e894be403fd8/pika/connection.py#L991). This...

Hi @ask, I would like to use this package, but the license situation is a bit confusing: The repo contains two licenses: 1. LICENSE-GPL-2.0 2. LICENSE-MPL-RabbitMQ However, both README.rst and...

I was using Ubuntu Server 16.04 and mysql 5.7.12 in a VirtualBox VM with both nupic (at a0b35e85a6bc89bc265877e3b02d329e768240f7) and nupic.bindings (nupic.core at a5d7d8fd8a417e5998598496843d68b9faa34c00) built from sources. I installed nupic from...

Determine if this test is still needed and the appropriate disposition (i.e., fix/rewrite?). `py.test tests/regression/run_opf_benchmarks_test.py` fails for me when executed on OS X: ``` $ python tests/regression/run_opf_benchmarks_test.py CURRENT DIRECTORY: /Users/vkruglikov/nta/nupic...

type:bug
type:tests
priority:3
triage

Remove all skipIf(win) decorators in tests/unit/nupic/engine/network_test.py whose tests will pass on Windows (AppVeyor). I removed one here: https://github.com/numenta/nupic/pull/3437/files#diff-a65356031cc33c41b0275ad30a763af6L283 and the test passed on Windows, so it's entirely possible that some...