Andreas Wagner
Andreas Wagner
I've just updated from tmux-3.3_a-7-x86_64 to tmux-3.4-3-x86_64 on archlinux, and that seems to break at least the `pane-swap` integration: `command swap-pane: too many arguments (need at most 0)` and i...
i'm trying to create a bunch of directories in one step, but have not yet understood what `path` exactly does. i've set it once in `section` context and once in...
``` Calling `DidYouMean::SPELL_CHECKERS.merge!(error_name => spell_checker)' has been deprecated. Please call `DidYouMean.correct_error(error_name, spell_checker)' instead. ``` comes up when requiring runbook. probably something in the dependency tree?
 not sure what's happening here running latest version of the gem in rails 7 any idea?
`python claim-prep.py --not-tails claim_save_file bunch_of_addresses` i've ran it once successfully, but upon rerun, it fails with this stacktrace ``` Traceback (most recent call last): File "claim-prep.py", line 43, in vdb...
``` ./direct-query-claim-prep.py --not-tails claim_save_file bitcoin-private 1HE.. ``` ```python read: /home/user/coins/forkdrop_suite/forkdrop-data.json read: /home/user/coins/forkdrop_suite/forkdrop-data.json Traceback (most recent call last): File "./direct-query-claim-prep.py", line 48, in vdb = ValueDb(settings) File "/home/user/coins/forkdrop_suite/lib/value_db.py", line 23, in...
as you currently use markdown syntax, this might help sync / edit the file on other devices. or make the filename customizable. my use case: i sync the file with...
also discussed in the chat i have this mailer: ```ruby # locals: tempfile, client_contact_email, test_mail module Mailers class Invoice include Hanami::Mailer from '' to :recipient subject :subject def prepare Hanami.logger.debug...
First of, thank you for the work put into this. I usually verify only German and Estonian VAT-IDs, but now i came across a Spanish one and my integration blew...
I think i am missing something about how to set up my linting/syntax checking, but for some reason in all my ruby projects, i get this error on the Gemfile.lock:...