Alexandre ZANNI
Alexandre ZANNI
> Perhaps you can try this. I used the gzip command to decompress and compress the kernel and ramdisk.cpio. > [gzip-boot.zip](https://github.com/topjohnwu/Magisk/files/9691861/gzip-boot.zip) This one boot-loops.
Same on the scan finding page, you have `WHOIS Record Has not been fetched, would you like to fetch it now?` which triggers `javascript: fetch_whois('example.org', true);)` but you get indefinitely...
portscan fail or success on the following situations: - :x: portscan + screenshot - ✅ portscan - :x: portscan + screenshot + osint - ✅ portscan + screenshot + subdomain
``` RuntimeError: failed to get urandom /usr/lib/ruby/3.0.0/securerandom.rb:102:in `urandom' /usr/lib/ruby/3.0.0/securerandom.rb:102:in `singleton class' /usr/lib/ruby/3.0.0/securerandom.rb:69:in `' /usr/lib/ruby/3.0.0/securerandom.rb:68:in `' :85:in `require' :85:in `require' /usr/lib/ruby/gems/3.0.0/gems/bundler-2.3.22/lib/bundler/fetcher.rb:5:in `' :85:in `require' :85:in `require' /usr/lib/ruby/gems/3.0.0/gems/bundler-2.3.22/lib/bundler/cli/install.rb:50:in `run' /usr/lib/ruby/gems/3.0.0/gems/bundler-2.3.22/lib/bundler/cli.rb:257:in `block in...
Yeah I found that one and many other on StackOverflow but it was always specific to Ruby 2.5.1, here it seems to happen on 3.1.2p20 and 3.0.4p208. Also in my...
I failed to test with other bundler version inside the test environment (nspawn) when I try to to do the same steps on another machine but manually I don't have...
I wasn't able to reproduce it manually in docker.I have not been able to reproduce @WolfAHeidrich scenario with redmine in a docker container.
Entering into the nspawn container and running the commands manually works. ``` $ bundle config build.nokogiri --use-system-libraries $ bundle config set --local path 'vendor/bundle' $ bundle install ``` I encountered...
you have to run step 4 before step 3 https://github.com/praveenn77/docusaurus-lunr-search#how-to-use-
In docusaurus v2.1.0 the search bar doesn't display even when having this navbar item: ```js { type: 'search', position: 'right', } ```