Skip to content
#

data

Here are 7,871 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
thadguidry
thadguidry commented Mar 26, 2021

When a user first logs into Wikidata, or logs out through the Manage Wikidata account option of the Wikidata extension and then logs in, the UX leaves the user wondering what happened since the login dialog disappears, leaving the user to assume they logged in successfully.

Proposed solution

Ideally, the current "logged in" dialog (bind="explainLogin") could actually be shown immedia

jto
jto commented Mar 25, 2021

The problem

The current implementation of processElement

  1. Check if cache existence for input
  2. If the cache returns value return it
  3. otherwise, aquire a semaphore
  4. call asyncLookup and pass it input. It return a future: F
  5. Maintain a list of the currently executing futures
  6. release a semaphore at the end each future execution
  7. make sure all the future are com

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