Sebb
Sebb
Make it easier to find the referenced docs
The DOAP category entry has the following syntax: \ The Cordova DOAP at https://svn.apache.org/repos/asf/cordova/site/public/infra/doap_Cordova.rdf needs fixing
https://github.com/apache/dubbo-website/blob/a3bc6c46c78fb9088b27e8dd512e2e6be381707b/config.toml#L11 There is a single config.toml file which defaults to zh but has some en references. This leads to various incorrect links on the website. For example, the Releases dropdown...
The Downloads menu link does not lead to a downloads page: https://dubbo.apache.org/en/downloads/ The English releases menu item leads to a page in Chinese: https://dubbo.apache.org/zh/docs/ The menu items on the English...
It looks like the Dubbo website suffers from the same problems as Echarts: - it defaults to Chinese [1] - does not work without Javascript [2] Please fix [1] https://github.com/apache/echarts/issues/15620...
# /var/lib/gems/2.7.0/gems/ruby2js-3.6.0/lib/ruby2js/converter/xstr.rb:13:in `block in '
It would be handy to be able to pass command-line parameters to the worker. As it stands, the worker has access to sys.argv, but that includes gunicorn options as well....
Does not seem right to expose the credentials by default.
It looks like Wunderbar tries to return JSON data if the Accept: header contains the string 'json' anywhere. So for example the following works: Accept: text/html,NotjsonNoWay This seems rather a...
There is some interaction between rspec output capture and rspec testing, for example the following test fails: require 'wunderbar' describe "bug" do it "test1" do Wunderbar.info "test1" # disable this...