The Wayback Machine - https://web.archive.org/web/20210511121424/https://github.com/topics/data
Skip to content
#

data

Here are 8,095 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
react-query
lemarcgagnon
lemarcgagnon commented Apr 14, 2021

Describe the bug
A clear and concise description of what the bug is.

To Reproduce
Steps to reproduce the behavior:

  1. Go to 'https://react-query.tanstack.com/examples/nextjs'
  2. Click on 'Nextjs SSG'
  3. Scroll down to '....'
  4. 502 Bad Gateaway

Expected behavior
A clear and concise description of what you expected to happen.

Screenshots
If applicable, add screensho

sherifnada
sherifnada commented May 4, 2021

Tell us about the problem you're trying to solve

There will likely be long commands that should be run regularly as part of our build process. For example to run tests we want pytest --cov=airbyte_cdk -s unit_tests for running unit tests, similar commands for mypy and style checks etc..

It might be a good addition to have a makefile which encodes these things by default so instead we just

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