Hiroaki KAWAI

Results 11 issues of Hiroaki KAWAI

DEFAULT_TRACE_OPTIONS is string, so mixing bool here has broken situation as following: ``` >>> from opencensus.trace.propagation.text_format import TextFormatPropagator >>> propagator = TextFormatPropagator() >>> data = {} >>> span_context = propagator.from_carrier(data)...

cla: yes

Push flag required for the case the initial upgrade request triggered server push.

This patch stabilizes the json output order in the file.

jinja2 produces python script here and we can't embed json directy in python. ### Proposed fixes: convert OrderedDict to plain dict, and then output it directly in template. ### Features:...

This patch fixes SMW to send turtle content directly as SPARQL 1.1 GSP POST. https://www.w3.org/TR/sparql11-http-rdf-update/#http-post The problem was that internal curl_handler reused the curl options of previous call, and CURLOPT_INFILE...

# Overview Feature request to support github variant of github enterprise, as data portal. Did not work with our github enterprise instance, maybe becayse some URLs are hardcoded in github...

There is a case that key from makeCacheKey is same, but fingerprint from subjects are different, typically with subobject property path resolution. SemanticMediaWiki/SemanticResultFormats#825 Using same PrefetchCache, if there comes new...

## How to reproduce Create a page with following content ``` {{#subobject: A |Text=A }} {{#subobject: B |Text=B }} {{#subobject: C |Text=C }} {{#ask: [[-Has subobject::{{FULLPAGENAME}}]] |?Has subobject.Text |format=datatables |datatables-pageLength=2...

# Description When using ansible `proxy_env` to set environment variables, they end up being applied even to internal connectivity checks between components, which can cause those checks to fail. This...

Playbook will error if specific target var is missing. # Description Please include a summary of the change and which issue is fixed. Please also include relevant motivation and context....