data
Here are 10,087 public repositories matching this topic...
-
Updated
Feb 12, 2022 - Clojure
-
Updated
Feb 10, 2022 - TypeScript
-
Updated
Feb 9, 2022 - Jupyter Notebook
-
Updated
Jan 17, 2022
-
Updated
Nov 9, 2020 - Python
The variable columnNames is not available in Jython, whereas it is available in GREL. It is useful to iterate over all cells in a row, for instance with this expression:
forEach(row.columnNames,cn,cells[cn].value)
(see https://groups.google.com/g/openrefine/c/gV0bLUz7p7o)
Proposed solution
We could make this variable available in Jython too.
It would also be good to [document](https
-
Updated
Jan 10, 2022 - JavaScript
-
Updated
Feb 8, 2022 - Scala
New Source: Mambu
Tell us about the new connector you’d like to have
- Which source and which destination?
Source: mambu (https://api.mambu.com/)
Destination: S3, RDS, Redshift - Do you need a specific version of the underlying data source e.g: you specifically need support for an older version of the API or DB?
Want to support for since 1.0.
Describe the context around this new connector
- Why do yo
-
Updated
Jan 31, 2022
-
Updated
May 30, 2020
-
Updated
Jan 22, 2022 - Python
-
Updated
Feb 11, 2022 - JavaScript
-
Updated
Feb 11, 2022 - Python
-
Updated
Feb 10, 2022 - JavaScript
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
-
Updated
Sep 20, 2021
-
Updated
Feb 12, 2022 - JavaScript
Clear and concise description of the problem
Currently it's not clear for a TypeScript developer that they need to configure their tsconfig.json with the compilerOptions seen below.
We need to document that.
Suggested solution
// tsconfig.json
{
"compilerOptions": {
"esModuleInterop": true,
"moduleResolution": "Node"
}
}Alternative
-
Updated
Feb 11, 2022 - Python
-
Updated
Feb 11, 2022 - JavaScript
-
Updated
Feb 11, 2022 - Python
-
Updated
Mar 1, 2021 - Rust
Improve this page
Add a description, image, and links to the data topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the data topic, visit your repo's landing page and select "manage topics."
I've come across SheetJS via the Deno third-party modules. However there's no example or usage for deno. Is it possible to use with Deno? Apparently Deno prefers code imports that conform to ES modules. I've tried to use SheetJS via skypak.dev which can sometimes help convert node packages to modern ES modules, but I can't get the