data
Here are 11,193 public repositories matching this topic...
-
Updated
Jun 29, 2022 - Clojure
-
Updated
Jun 29, 2022 - TypeScript
-
Updated
Jun 8, 2022 - Jupyter Notebook
-
Updated
Jun 24, 2022
-
Updated
Nov 9, 2020 - Python
-
Updated
Jun 29, 2022 - JavaScript
Environment
Cloud
Current Behavior
When trying to open up developer tools to get a better understanding of an error, the connector set up page will not scroll when dev tools is open. (recording can be provided on request).
You can scroll the knowledge base on the page but not the connector set up.
Expected Behavior
Be able to scroll a page when dev tools is open.
Steps
Clear and concise description of the problem
Function name is repeating the module name.
Suggested solution
Create a new function number in the phone module that is a copy of the current phoneNumber function. Call this new function in the current function and add a deprecation warning.
Alternative
No response
Additional context
Marked as todo in #541
-
Updated
Jun 29, 2022 - Scala
-
Updated
Jan 31, 2022
-
Updated
May 30, 2020
-
Updated
Jun 13, 2022 - Python
-
Updated
Jun 29, 2022 - Python
-
Updated
Jun 30, 2022 - JavaScript
-
Updated
Jun 29, 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
Jun 29, 2022 - JSON
As a response to #709 and a few other questions, here is a todo list for improving public API of the compiler crate:
- offer
prql!("from employees filter country == {}", "USA")macro that compiles the query at compile-time - make the whole
astmodule public - offer non-formatted errors
Fill out stdlib
-
Updated
Sep 20, 2021
-
Updated
Jun 29, 2022 - Python
-
Updated
Jun 22, 2022 - JavaScript
-
Updated
Jun 30, 2022 - Python
-
Updated
Jun 22, 2022 - 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.