data
Here are 9,534 public repositories matching this topic...
-
Updated
Dec 2, 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
Dec 1, 2021 - Scala
-
Updated
May 30, 2020
-
Updated
Oct 13, 2021
-
Updated
Sep 1, 2021 - Python
-
Updated
Dec 2, 2021 - JavaScript
Tell us about the problem you're trying to solve
We can probably reduce the docker image size of our java based connectors by using the ADD command instead of COPYing the tar archive. See this PR for an example
Describe the solution you’d like
use the ADD command to reduce the size of the docker images
-
Updated
Nov 21, 2021 - JavaScript
-
Updated
Dec 2, 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
Dec 2, 2021 - JavaScript
-
Updated
Dec 2, 2021 - Python
-
Updated
Dec 2, 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.