Nicolas AGIUS
Nicolas AGIUS
This PR add the files needed to run MLDonkey with Docker using Ubuntu base image. The Dockerfile is a multi-stage build that will compile the latest version of MLDonkey for...
This PR fix the option parsing issue reported in https://github.com/ygrek/mldonkey/issues/34. It basically split the option name in two with the separator `-` to keep only the right part. Fall back...
Code to reproduce : ``` require 'time' require 'chronic' require 'active_support/all' now = Time.parse("2015-08-25 02:00:00 +0000") Chronic.time_class = ActiveSupport::TimeZone.new("Pacific Time (US & Canada)") Chronic::parse("Midnight", :context => :past, :now => now...
Running OpenSuse Leap 15.3 (kernel 5.3.18-59.10-default), I got these build errors with current HEAD (d547cb6): ``` /usr/src/rtl88x2bu-git/os_dep/linux/ioctl_cfg80211.c:10246:3: error: ‘struct cfg80211_ops’ has no member named ‘mgmt_frame_register’ .mgmt_frame_register = cfg80211_rtw_mgmt_frame_register, ^~~~~~~~~~~~~~~~~~~ /usr/src/rtl88x2bu-git/os_dep/linux/ioctl_cfg80211.c:10246:25:...
Hi, I found a bug in the 'revision' model of 'page'. I dont know if it's a good way to do this, but it work. Regards.
The new curl log output introduced by #794 will leak secrets when tracing is enabled. See output example: ``` ============================================================================== ~~~ REQUEST(curl) ~~~ CURL: curl -X PUT -H 'Accept: application/json'...
**What type of PR is this?** /kind feature **What this PR does / why we need it**: This PR add the flag `--extra-create-metadata-prefix ` to the command line. This flag...