Alexis Roda

Results 5 issues of Alexis Roda

Caprice32 v4.6.0-4ff4bfeaa82f0ca226858358646cb5aa135e9e40 Ubuntu 20.04.2 window manager: i3 4.19.1 graphic card: NVIDIA Corporation GK208B [GeForce GT 730] drivers: nvidia 390.141 After rotating the right screen caprice32 is no longer working properly...

I think that ordering by-command-name instead of by-key would be very useful for some use cases. The user should be able to customize the default ordering.

enhancement

After migrating mi settings module to use `django-configurations` opening the project buffer complains about `JSON readtble error`. Adding some initialization code to `python-django-info-imports-code` seems to solve the issue. See https://github.com/patxoca/python-django.el/commit/add8ebb9e940e3507d26263234ec4b6c1312e408...

Scrapping two different PDFs yields the exact same results when using the `FileCache`. The problem is that `set_hash_key()` always computes the same key because the file is already seek at...

`pytest.el` cloned from git Running `pytest-one` complains about: `pytest-check-test-file: '/path/tests/test_module.py::TestClass::test_method' is not an extant file.` I have solved the issue changing `pytest-check-test-file`: ``` emacs-lisp (defun pytest-check-test-file (path) (let ((actual-path (car...