Vladimir Kotal
Vladimir Kotal
MADV_SEQUENTIAL could be counter-productive as it might free the pages as they are accessed, at least this is what Linux claims in the man page: ``` Expect page references in...
@bsdjhb might be interested in this one.
This is not the only problem with using fido2 1.0.0 (see the related discussion), so I changed the bug synopsis.
Perhaps also consider fixing the `fido2` library to 1.0.0 in https://github.com/solokeys/solo1-cli/blob/5b0fde3ee3d48e48a3acb83c6f21ae7f0abcffc6/pyproject.toml#L17
Agree to keep the changes minimal. Hopefully someone will take a look at the PR soon as this makes the out-of-the-box experience sucky (I have just received brand new Solokey...
I think the title of the PR is too broad/optimistic - there are more issues with the transition to fido2 1.0.0, e.g. the following commands do not work: - `key...
possible workaround: ```patch diff --git a/src/setup.py b/src/setup.py index 9b94832b..af247a95 100755 --- a/src/setup.py +++ b/src/setup.py @@ -1303,7 +1303,7 @@ class build_py_func(_build_py): self.timestamps = {} p = subprocess.Popen( - ["/usr/bin/python2.7", os.path.join(pwd, "pydates")],...
I have a work-in-progress development branch that was supposed to introduce annotation caching, albeit only for the non-initial annotation view requests. It might be worthwhile to take the performance hit...
For the record, initial testing of my changes (where annotation cache is created for each file whose index document is updated/created) with the classic XML encoder/decoder shows significant increase of...
Suggester can be disabled via configuration - see https://github.com/oracle/opengrok/wiki/Suggester#enabled