Niall Dooley

Results 61 issues of Niall Dooley

Is it `trezor_agent` or `trezor-agent`? Note the underscore vs the hyphen. I believe it is the latter. Step 3 above suggests using `$ pip3 install trezor_agent` but PyPI suggests `$...

So I may be a unique case amongst your users. I'm using my trezor (model T) along with `pass` to manage my passwords. I also use Emacs to interact with...

question
PGP
trezor

I have the following note with three fields (code, output and remarks) where I attempt to leverage org-babel to produce the output from specific code snippets and have that output...

Although stated in the README per file properties don't work. ``` #+property: ANKI_DECK Default #+property: ANKI_NOTE_TYPE Basic #+property: ANKI_TAGS tagA ```

One of the major strengths for `straight.el` in my opinion is how easy (or maybe `straight`forward!) it makes for one to contribute to the development of a package that they...

enhancement
documentation
upstream
repository management
fork
git
github
magit

The `elpy.el` file contains the lines: ``` ;; Version: 1.35.0 ;; Package-Requires: ((company "0.9.10") (emacs "24.4") (highlight-indentation "0.7.0") (pyvenv "1.20") (yasnippet "0.13.0") (s "1.12.0")) ``` My understanding is that this...

Perhaps an `elpy-project-find-project-root`? Also, is this `defcustom` missing an `elpy-project-find-django-root` option at the very least? ``` (defcustom elpy-project-root-finder-functions '(elpy-project-find-projectile-root elpy-project-find-python-root elpy-project-find-git-root elpy-project-find-hg-root elpy-project-find-svn-root) "List of functions to ask for the...

I have the following confisguration in my `init.el`. ``` (use-package shell-pop ; Pop up shell/terminal window. :defer 2) ``` And I have set the following via the customize interface. ```...

I've set this to match `ledger-iso-date-format`. The docstring `ledger-default-date-format` suggests the set format will be used by ledger throughout. I took this to also include reports. It does not. At...

[Manual - command directives](https://www.ledger-cli.org/3.0/doc/ledger3.html#Command-Directives) Firstly, I would have expected `` to indent for each sub-directive. In any case, when one adds leading whitespace as stated in the manual font-locking is...