data
Here are 10,582 public repositories matching this topic...
-
Updated
Mar 25, 2022 - Clojure
-
Updated
Mar 12, 2022 - TypeScript
-
Updated
Feb 25, 2022 - Jupyter Notebook
-
Updated
Mar 8, 2022
-
Updated
Nov 9, 2020 - Python
On Windows, creating a project from a URL that contains the colon ":" character in the URL path throws an error related to the naming of a temporary directory/file.
To Reproduce
Steps to reproduce the behavior:
- Create a new project from a URL as
protocol://domain/foo/:bar/foo - Click on the Next button
- An error message is displayed that states "Error uploading data illegal char
-
Updated
Mar 18, 2022 - JavaScript
Tell us about the problem you're trying to solve
For some cases users have a more restricted access to their ElasticSearch cluster and need private keys.
Describe the solution you’d like
Add an option to upload the key file OR paste the key in a field in the destination configuration.
There are other destination examples using private keys already.
Describe the alternative you’ve
-
Updated
Mar 24, 2022 - Scala
-
Updated
Jan 31, 2022
-
Updated
May 30, 2020
-
Updated
Mar 25, 2022 - Python
-
Updated
Mar 25, 2022 - JavaScript
-
Updated
Mar 24, 2022 - Python
Extend IBAN tests
In https://github.com/faker-js/faker/blob/main/test/finance_iban.spec.ts, only a handful of IBAN tests are implemented.
Since the discovery of #646, it seems like a good idea to expand this list to cover all IBANs to check if the generation is actually implemented as expected.
- AL
- AD
- AT
- AZ
- BH
- BE
- BA
- BR
- BG
- CR
- HR
- CY
-
Updated
Mar 25, 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
Mar 25, 2022 - JSON
-
Updated
Sep 20, 2021
-
Updated
Mar 25, 2022 - Python
-
Updated
Mar 24, 2022 - JavaScript
-
Updated
Mar 25, 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."
While writing string data (example = "121212121212121" -> string of all integer characters) into excel.
while user download and see, the downloaded xl/CSV, the data is shown in exponential format. Is there a way to show the same data. without converting into exponential in this case.