data
Here are 9,814 public repositories matching this topic...
-
Updated
Jan 12, 2022 - Clojure
-
Updated
Jan 12, 2022 - 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
Jan 10, 2022 - JavaScript
-
Updated
Jan 12, 2022 - Scala
-
Updated
May 30, 2020
-
Updated
Oct 13, 2021
Tell us about the problem you're trying to solve
When releasing a new version of Airbyte (example) one must manually create a release. Failure/forgetting to create a release and a tag can cause confusion and in some case errors downstream (Airbyte Cloud build looks for tagged versions to fetch some resources, so if we didn't create a tagged com
-
Updated
Sep 1, 2021 - Python
-
Updated
Jan 12, 2022 - JavaScript
-
Updated
Jan 12, 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 12, 2022 - JavaScript
-
Updated
Jan 12, 2022 - Python
-
Updated
Jan 12, 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."
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.