widgets
Here are 786 public repositories matching this topic...
-
Updated
Aug 3, 2021 - Swift
-
Updated
Sep 15, 2021 - Java
-
Updated
Sep 7, 2021 - TypeScript
Description
It is considered good practice to use the type-safe equality operators ===
and !==
instead of their regular counterparts ==
and !=
. If one of those occurs in an innocent-looking statement such as a == b
the actual problem is very difficult to spot.
Occurrences
There are 5 occurrences of this issue in the repository.
See all occurrences on DeepSource → [deep
-
Updated
Sep 15, 2021 - TypeScript
Describe the bug
When Taskbar Theme is set to blur, it lags the File Explorer window when dragging it, and only the File Explorer window. Other windows/programs seem to be fine. Setting the Taskbar Theme to clear or another option and the lag won't happen.
To Reproduce
Steps to reproduce the behavior:
- Use Windows 11.
- Set Taskbar Theme to blur in Lively
- Drag around a File E
-
Updated
Sep 10, 2021 - Rust
-
Updated
Sep 15, 2021 - TypeScript
-
Updated
Sep 15, 2021 - JavaScript
-
Updated
Sep 7, 2021 - JavaScript
-
Updated
Aug 10, 2021 - CoffeeScript
-
Updated
Sep 15, 2021 - JavaScript
-
Updated
Jul 13, 2021 - Dart
-
Updated
Sep 15, 2021 - Lua
-
Updated
Aug 31, 2021 - TypeScript
-
Updated
Jun 22, 2021 - PLpgSQL
-
Updated
Feb 27, 2021 - Vim script
-
Updated
Dec 8, 2016 - JavaScript
-
Updated
Feb 20, 2021 - Kotlin
-
Updated
Sep 13, 2021 - Swift
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."
Right now any
StyleSheet
has a list of functions without a default implementation. Implementing aStyleSheet
is really annoying, because you have to override all of the functions and not just the thing you want to change.I recently wanted to just change the border_radius of a text_input and I had to write the following code.