Alexandre ZANNI
Alexandre ZANNI
This is normal behavior. Use the option `Copy .torrent file to` to save them elsewhere.
Markdown-it is more robust, flexible, has more options, more performant, support GRF, CommonMark, etc. I saw a lot of project switching from markred to markdown-it when, they understood most of...
> The IPv4Address is not saved in Active Directory. The Get-ADComputer Cmdlet uses a System.Net.Dns.GetHostEntry() [...] http://web.archive.org/web/20190914073034/http://www.myotherpcisacloud.com:80/post/IPv4Address-Attribute-In-Get-ADComputer
In the doc (https://www.rubydoc.info/gems/agoo/2.15.7/Agoo/Server#init-class_method) is not written what format of key/cert is expected? For example PEM format is crashing agoo: ``` ➜ agoo --ssl_cert /tmp/localhost.crt --ssl_key /tmp/localhost-privateKey.key Running /tmp/localhost.crt /home/noraj/.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/agoo-2.15.7/bin/agoo:217:in...
ArchLinux version of ruby has been quite outdated for a long time https://archlinux.org/packages/extra/x86_64/ruby/, they don't seem to care much about it. If I want to use a more recent version...
`gem install iodine --no-document --backtrace -V 9 | tee /tmp/iodine-install.log` on `ruby 3.0.6p216 (2023-03-30 revision 23a532679b) [x86_64-linux]` [iodine-install.log](https://github.com/boazsegev/iodine/files/12506498/iodine-install.log) ❌ `gem install iodine --no-document --backtrace -V 9 | tee /tmp/iodine-install-3.2.log` on...
> @noraj in both logs it says "successfully installed", whats the issue? The issue is what is explained in the original message (https://github.com/boazsegev/iodine/issues/148#issue-1855737661), the gem is installed successfully but the...
So it's something from the ruby environment. 3.0 being archlinux system ruby with gem installed as user. 3.2 being a asdf-vm shim env.
 Can someone try with a suer install? `gem install --user-install iodine` or this in `/etc/gemrc` ``` # Read about the gemrc format at http://guides.rubygems.org/command-reference/#gem-environment # --user-install is used to...
``` ~ ➜ ls -l /home/noraj/.local/share/gem/ruby/3.0.0/gems/iodine-0.7.57/lib/ ls: cannot access '/home/noraj/.local/share/gem/ruby/3.0.0/gems/iodine-0.7.57/lib/': No such file or directory ~ ➜ ls -l /home/noraj/.local/share/gem/ruby/3.0.0/gems/iodine-0.7.57/lib/iodine ls: cannot access '/home/noraj/.local/share/gem/ruby/3.0.0/gems/iodine-0.7.57/lib/iodine': No such file or directory ~...