widgets
Here are 458 public repositories matching this topic...
Description
Font for 'esc' is not centered vertically to stock Mac OSX escape in function menu
How to reproduce
Its easy reproduce, as long as your 'fn' button brings up the function buttons
1. Look at 'esc' button suppied in Pock
2. press 'fn'
3. See that 'esc' is lower in pock than in stock Mac OSX
Screenshots
<img width="1085" alt="Touch Bar Shot 2019-10-10 at 9 21 22 P
Image Zoom & Pan
I've searched here and Zulip and couldn't find any relevant discussion.
Are there plans to implement a widget to allow zooming in on an Image (past the dimensions of the parent element / application window) and panning?
The official Widgets Development Guide only contains the most basic widget types as example.
There is no functional example for a Flot chart in there right now. Or is it?
Since this is one of the most useful and probably used (at leat to me) widgets it would be very helpful to extend that docum
Bug description
For a custom tab heading with an input element. It is not possible to insert a space in this input.
It seems that the space is not possible because of this code block:
Plunker/StackBlitz that reproduces the issue
If we save some data, like the container node of our custom widget into widgetParams it would be great to have it with as param of the unmountFn
I think you could rename the project's file to follow the guidelines with lowercase and undescore. Just an improvement :)
`
Some file systems are not case-sensitive, so many projects require filenames to be all lowercase. Using a separating character allows names to still be readable in that form. Using underscores as the separator ensur
Every now and then new versions of the Vue components are published to npm. It seems impossible to find out what has been fixed/changed in these updates. Because we have reported some bugs, either through github or through the forums and have workarounds for some of them, I would very much like to know what has been changed in these updates.
For Vue I could find these resources, none of them us
-
Updated
Feb 24, 2019 - JavaScript
online demo
hi, could you please add a online test demo for playing with.
just like grafana
The Problem
The DevExtreme validation API does not support async calls and cannot be used to implement server-side validation. You can apply the solution described in the Server-Side Validation article, but it does not allow displaying the current validation status in the editor
-
Updated
May 13, 2020 - Dart
As bundles emerge as the central organizing pattern for Aquameta modules, it's becoming clear that a very common pattern is to reference a row by its bundle name, plus "name", whatever that might be. We do this with widgets already on import, referencing {namespace}:{widget.name} and have a custom function for resolving them. Other places do crude hacks around this missing functionality as wel
Describe the bug
Deleting a widget (GridsterItem):
public onDelete(item) {
this.items.splice(this.items.indexOf(item), 1);
}
 (2) (3)
+---+---+---+ +---+---+---+ +---+---+---+
| | | | | | | | | | | |
| 1 | | | -> | 2 | 1 | | -> | 3 | 2 | 1 | ->
| | | | | | | | | | | |
+---+---+---+ +---+---+---+ +---+---+---+
(4)
I used the README.md instructions for adding a battery widget and nothing happened. The widget does not appear. No errors were raised (that I saw).
My awesomewm version is 4.2. Except for a couple lines changing default terminal and text editors and what theme to use (I have a custom theme) and also the lines added according to the instructions in README.md, nothing is different in my rc.lua fr
-
Updated
Mar 21, 2020 - Vim script
-
Updated
Feb 11, 2020 - Swift
-
Updated
Apr 27, 2020 - C#
The rules are:
- Group must have
showCaption: true. - Column configuration should have a
captionobject withchildrenoritems.
{
field: 'name',
caption: {
expand: true,
children: <cx><div>Test</div></cx>
}
}Hi, this is a request for enhancing documentation.
When using ipysheet in Jupyter in order to be able to edit tables, chances are high that the user case might be requested to enter data in order, for instance, to get a filtered pandas dataframe according to that input. Such filtered dataframe might be required to be printed with ipysheets.
An example along this lines might be very useful f
-
Updated
May 7, 2020 - Kotlin
refer to issue : Identify With Content Formatter #490
i found error in the sample given in the documentation but i don't know how to edit it in github . so i post is here.
there are few missing bracket and one typo
define([
'dojo/_base/lang',
'dijit/layout/TabContainer',
'dijit/layout/ContentPane',
'dojo/dom-construct',
], function (lang, Container, ContentPane,
Improve this page
Add a description, image, and links to the widgets topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the widgets topic, visit your repo's landing page and select "manage topics."
Bug description:
Accordion Custom header demo does not follow WAI-ARIA Authoring Practices for accordion.