Skip to content
#

data

Here are 10,403 public repositories matching this topic...

sheetjs
dandv
dandv commented Nov 29, 2018

I'm using .sheet_to_json for easier testing (instead of comparing the ws object with an expected one). The problem is that formula cells don't show up in the JSON output. Is there a way to make that happen (other than sheet_to_formulae)? If not, an option like formulas: true for sheet_to_json would be very useful for test automation.

wetneb
wetneb commented Feb 18, 2022

Sometimes the cell UI gets URL boundaries wrong.

To Reproduce

Create a project and put the following string in a cell:

{{Information
|Description    = {{en|1=<br>
:'''Species''' {{Species-inline|vernacular=Wood Duck|binominal=Aix sponsa}}
:'''Recordist''' Jonathon Jongsma
:'''Remarks''' Bird seen. Several widely-spaced and rather strange hoarse 'screams' from a female wood duck s
ST-DDT
ST-DDT commented Feb 24, 2022

Clear and concise description of the problem

The time.recent does little to nothing and is not seedable.

Suggested solution

We should remove it.

Alternative

We could make it seedable, but that would reduce the methods usefulness even more.

Additional context

IMO we should suggest faker.date.recent(1) as alternative or just new Date().
We should also remove it from the r

altair
andbar-ru
andbar-ru commented Nov 25, 2021

Is your feature request related to a problem? Please describe.
In my opinion, it would be nice to have an option/flag to allow users to turn off line numbers. I am used to launch Altair with in not full-screen mode and have 3 columns: request, result and docs. Line numbers generally is useless and occupy valuable horizontal space.

Describe the solution you'd like
Checkbox "Show line n

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