Andreas Schleifer
Andreas Schleifer
Fix order of variables in `ls++.conf`. Fixes #68
In the default [ls++.conf](https://github.com/trapd00r/ls--/blob/master/ls%2B%2B.conf) the `%ls_colors` is listed before the `$c` array is populate with color codes based on the chosen `$colorscheme`. This prevents the usage of the `$c` array...
I have a tmux session on my server which I previously managed by `tmuxinator`. Now I migrated this to `tmuxp` and ran into this problem: ``` ╰─ ssh myserver.com -t...
relates to https://github.com/vcs-python/vcspull/issues/360 - tests not working yet - auto completion is most likely broken - removed `vcspull sync ` - documentation for config change missing
I cloned the master and compiled the module but the module is not loaded after reboot. When I try to load it by hand I get this error: ``` insmod:...
using return code to find out if a folder is under git version control.
It would be nice if existing maintainers of a package would be notified (via email), if a new maintainer is being added. It would help to make the existing maintainers...
When trying to run tests for version 2.0.21 with `rake test` I get this output: ``` /usr/bin/ruby -w -I"lib:test" /usr/lib/ruby/gems/3.0.0/gems/rake-13.0.6/lib/rake/rake_test_loader.rb "test/crypto_test.rb" "test/ctx_test.rb" "test/data_test.rb" "test/gpgme_test.rb" "test/key_test.rb" "test/signature_test.rb" "test/sub_key_test.rb" /build/ruby-gpgme/src/ruby-gpgme-2.0.21/test/ctx_test.rb:73: warning: assigned...
Just some small fixes to the serialization options
I get the following errors when trying to rebuild this package against ruby 3.2 with latest dependencies: ``` Resolving dependencies... /usr/bin/ruby -w -I"lib:lib:test" /usr/lib/ruby/gems/3.2.0/gems/rake-13.0.6/lib/rake/rake_test_loader.rb "test/test_conversions.rb" "test/test_pandoc_ruby.rb" Run options: --seed 57382...