Skip to content
#

data

Here are 8,474 public repositories matching this topic...

sheetjs
SheetJSDev
SheetJSDev commented Oct 11, 2020

While I try to change header titles by passing array of titles to options like below it does not override the headers. Instead it writes new headers first and original data with old headers again from next cell.

I am experiencing the same problem.

In addition, sheets js is mutating the header array passed in, which is not something I would ever expect.

Example:

const head
ToVie
ToVie commented May 19, 2021

OpenRefine 3.4.1 on Windows (with or without integrated JRE) does not use the proxy set in openrefine.l4j.ini to connect to reconciliation service (https://lobid.org/gnd/reconcile)

To Reproduce

Steps to reproduce the behavior:

  1. First, set proxy in openrefine.l4j.ini using the following parameters:
    -Dhttps.proxyHost=proxy-name.domain.ch
    -Dhttps.proxyPort=8080
    `-Dhttp.proxyHo
cgardens
cgardens commented Jun 17, 2021

Tell us about the problem you're trying to solve

We currently do inheritance-like things in our OpenApi configuration. The library we use to generate java from that configuration produces the following warning:

[deprecated] inheritance without use of 'discriminator.propertyName' is deprecated and will be removed in a future release. Generating model for null

Example of the [line]

Improve this page

Add a description, image, and links to the data topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the data topic, visit your repo's landing page and select "manage topics."

Learn more