visualizations
Here are 210 public repositories matching this topic...
-
Updated
Oct 29, 2020 - TypeScript
-
Updated
Sep 19, 2020 - Python
shift-home
Is it the intent that shift-home should move the cursor to the start of the line on MacOS? This behavior seems to be gone from zsh as opposed to bash so perhaps it's no longer expected.
Wondering if there's some key definition I have missed.
-
Updated
Sep 26, 2020 - Jupyter Notebook
-
Updated
Oct 27, 2020 - JavaScript
-
Updated
Oct 8, 2020
-
Updated
Oct 9, 2020 - TypeScript
-
Updated
Oct 30, 2020 - TypeScript
-
Updated
Sep 16, 2020 - CSS
-
Updated
Oct 7, 2017 - JavaScript
-
Updated
Aug 5, 2020 - Jupyter Notebook
-
Updated
Nov 3, 2020 - Python
-
Updated
Aug 23, 2020 - Jupyter Notebook
-
Updated
May 7, 2020 - C#
Is your feature request related to a problem? Please describe.
In a few places we're forcing a disabled element by adding the class
.navi-report__action-link--force-disabled {
color: @disabled-gray !important;
cursor: not-allowed !important;
}
Probably because some child's cursor and color styles ignore its parent's disabled attribute/class.
**Describe the solution y
-
Updated
Oct 15, 2020 - Python
Splash screen right now is inconsistent with the theme, it would be better to have a theme based splash screen for both iOS and Android implemented in flutter itself.
-
Updated
Aug 12, 2015
-
Updated
Oct 27, 2020 - Jupyter Notebook
-
Updated
Feb 3, 2020 - JavaScript
User often do lots of parameter tuning. What some would like is create a new batch from filtered results (e.g. my_param: best_value), so that they can save them as a milestone with a descriptive name.
TODO
- Add a "Move filtered outputs" menu item, next to the "Rename batch" item, and [much like it](https://github.com/Samsung/qaboard/blob/master/webapp/src/components/CommitNavbar.js#
-
Updated
Jul 29, 2020 - JavaScript
-
Updated
Dec 20, 2017 - JavaScript
-
Updated
Oct 15, 2020
-
Updated
Aug 21, 2020 - R
-
Updated
May 25, 2020 - Python
-
Updated
Apr 6, 2020 - HTML
Improve this page
Add a description, image, and links to the visualizations topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the visualizations topic, visit your repo's landing page and select "manage topics."
Currently the Lens-specific
IndexPatterntype only contains an array of field which is used in a lot of places to find a field by name.This is problematic if the index pattern has a lot of fields.
To improve performance, the loader should build a field list as part of the state object which is used in these places instead.