data
Here are 9,514 public repositories matching this topic...
-
Updated
Nov 27, 2021 - Clojure
-
Updated
Nov 4, 2021 - Jupyter Notebook
-
Updated
Nov 18, 2021
The code that generates the GREL expression for the Duplicates facet does not escape the name of the selected column.
If this name contains a single quote character, this results in an invalid GREL expression, hence the facet cannot be used as such.
To Reproduce
Steps to reproduce the behavior:
- First, import the following CSV file:
Jane's column,Jack's column
foo,bar
hey,ho
h
-
Updated
Nov 9, 2020 - Python
-
Updated
Nov 23, 2021 - JavaScript
-
Updated
Nov 27, 2021 - Scala
-
Updated
May 30, 2020
-
Updated
Oct 13, 2021
-
Updated
Sep 1, 2021 - Python
-
Updated
Nov 26, 2021 - JavaScript
Tell us about the problem you're trying to solve
From slack convo:
Requests for trello source connector: if the root of everything is boards i.e. “return all cards for a board” (same for users, lists etc.), then allow for a list of board_id’s in the source connector configuration.
Also I'm not sure the actions stream pull
-
Updated
Nov 21, 2021 - JavaScript
-
Updated
Nov 27, 2021 - Python
-
Updated
Sep 20, 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
-
Updated
Nov 27, 2021 - JavaScript
-
Updated
Nov 25, 2021 - Python
-
Updated
Nov 27, 2021 - Python
-
Updated
Nov 16, 2021 - JavaScript
-
Updated
Mar 1, 2021 - Rust
-
Updated
Jun 14, 2021 - JavaScript
There is a pipeline which has been consistently getting stuck on attempt to write to JDBC. The thread dump on one worker revealed a bunch of threads waiting for a new connection to be allocated:
java.lang.Thread.State: WAITING
at sun.misc.Unsafe.park(Native Method)
- parking to wait for <45ac842e> (a java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject
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 want to know if there is any implementation of the demo https://sheetjs.com/demo/modify.html in react. I am new to React and want to implement the similar functionality.