-
This is different from https://github.com/BlackyHawky/Clock/issues/103
I'd like to propose a widget that the user can set to a specific alarm. The widget would allow to toggle that alarm on/off witho…
-
# Description:
The day names in the widget are currently being cut off and only displaying partially.
For example, instead of showing the full day name "मंगलबार," the widget only shows "मंगल...…
-
## Problem
The List widget has a very useful option to show N items before and after the currently selected one. I would love it if the Table widget had the same functionality.
## Solution
The table…
-
Hi,
For the current version in development (main branch commit https://github.com/fastplotlib/fastplotlib/commit/f0f80c6a4deabb0941154584c854f2004b0cc316), when I run a script just simple as below…
-
While the `Grid` widget is good for smaller lists and provides very flexible layout options, some applications need to be able to display lists that have an order of magnitude larger amount of data th…
ecton updated
2 weeks ago
-
## Steps to Reproduce
HTML
```html
name=test_name some text here
```
`HtmlWidget` configuration
```dart
Widget _htmlWidget(String string) {
return HtmlWidget(
…
-
```
/// Run
// OR
/// |> // play icon
Test sas = [
1 assertEqual: 2
]
```
Run is clickable with ctrl click, which will run the test and print the result in comment
-
If not too hard to implement. It seems to be missing from the other widget library as well.
I planned on trying to make a simple TUI for qemu, something like this: https://github.com/nemuTUI/nemu
An…
-
I've my iPad at another house, still it's displayed on my Mac. Clicking the button doesn't change the situation even if it should.
Instead, forcing the app to close and reopen it solved the situa…
-
Current implementation is not modular (the main widget contains waveform, labels, and controls).
```python
from ipyannote import Widget
widget = Widget(path2wav)
widget
```
Proposed change i…