-
Updated
Feb 14, 2021 - Swift
widgets
Here are 664 public repositories matching this topic...
-
Updated
Feb 17, 2021 - Java
-
Updated
Feb 17, 2021 - TypeScript
-
Updated
Feb 17, 2021 - TypeScript
Is your feature request related to a problem? Please describe.
When adding and using a custom website like www.windy.com as a wallpaper, certain site elements can be blocked by the taskbar since Lively does not currently consider the taskbar and adjust positioning accordingly.
Describe the solution you'd like
It would be useful if Lively had a checkbox option to take the taskbar into
-
Updated
Feb 15, 2021 - Rust
-
Updated
Feb 17, 2021 - TypeScript
-
Updated
Feb 17, 2021 - JavaScript
-
Updated
Feb 24, 2019 - JavaScript
Steps to reproduce:
- Navigate to Home page
- Click on organisation dropdown
- Click on Rename of organisation
- Add a long name to the organisation
- Navigate to organisational Setting
and observe the organisation name
Observation:
It is observed that the organisation name is not truncated
Expectation:
It is expected that when the organisational name is long it needs to be
-
Updated
Dec 10, 2020 - CoffeeScript
-
Updated
Feb 17, 2021 - JavaScript
-
Updated
May 13, 2020 - Dart
-
Updated
Jan 26, 2021 - PLpgSQL
-
Updated
Feb 17, 2021 - TypeScript
-
Updated
Feb 8, 2021 - Lua
-
Updated
Dec 8, 2016 - JavaScript
-
Updated
Feb 14, 2021 - Vim script
-
Updated
Feb 17, 2021 - Swift
-
Updated
Feb 6, 2021 - Kotlin
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."
use iced::{pick_list, PickList};Compiles when targeting linux but not targeting the web.
this works:
cargo buildthis does not work:
cargo build --target wasm32-unknown-unknownthis is the error: