Karan Lyons
Karan Lyons
This’ll have to wait for a major version, but some other changes in the pipeline will need that, too.
``` > ts.create test 100 > ts.add test 0 5 > ts.range test 0 100 (empty list or set) > ts.add test 1 5 > ts.range test 0 100 1)...
Fixes #36. This is a bit of a messy commit by my own standards, and while I’m _somewhat_ sure it works I’d certainly like to have another set of eyes...
``` > ts.create root 100 > ts.create test 100 > ts.createrule root sum 10 test > ts.range root 0 100 (empty list or set) > ts.range test 0 100 (empty...
It looks like `ordering_aliases` has moved out of the `Query` object in `db/models/sql/query.py` into the `SQLCompiler` object in `db/models/sql/compiler.py`, as of django/django@2f35c6f10fcbae541691207fb0c0560a13b754fc. As a result, the line in `johnny/cache.py` referencing...
Hey @pid! I’ve recently(ish) finished a new version of murmurhash3.js that’s far better written and much more fully featured: * Written in TypeScript. * Packaged for npm. * Supports any...
## Description Allow the “Custom Certificates” > “Client Certificates” entries to use wildcards for matching as opposed to explicitly defined Hosts and Ports. ## Why this feature/change is important? Applications...
## Description In captured traffic the URL is presented as, e.g., `https://142.250.188.238` instead of `https://google.com`, in contrast to other proxy apps. It’s possible these TLS handshakes are not actually setting...