data
Here are 9,807 public repositories matching this topic...
-
Updated
Jan 9, 2022 - Clojure
-
Updated
Dec 13, 2021 - Jupyter Notebook
-
Updated
Nov 18, 2021
-
Updated
Nov 9, 2020 - Python
Description: If a new version of OpenRefine is available a message is displayed: "New Version Download OpenRefine v3.5.1 now."
Question: Is it possible to disable this message?
Rationale: We run OpenRefine in a controlled environment, in which any software needs to be packaged and signed. The user cannot update the software. Therefore it would be nice not to display that message.
-
Updated
Dec 23, 2021 - JavaScript
-
Updated
Jan 5, 2022 - Scala
-
Updated
May 30, 2020
-
Updated
Oct 13, 2021
-
Updated
Sep 1, 2021 - Python
-
Updated
Jan 10, 2022 - JavaScript
-
Updated
Jan 9, 2022 - Python
-
Updated
Jan 5, 2022 - JavaScript
-
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
Jan 10, 2022 - JavaScript
-
Updated
Jan 9, 2022 - Python
-
Updated
Jan 9, 2022 - Python
-
Updated
Dec 25, 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."
Hi,
I'm currently on the version
^0.17.0I'm having trouble with the function
writeFilecontaining some sheets with more than 256 columns. The others columns are not present in the document and no error is throwing.I didn't find any documentation on it.
This is due to a limitation of the library ? Maybe add a warning in this case ?