background
Here are 433 public repositories matching this topic...
-
Updated
Jun 14, 2020 - JavaScript
The date is displayed as weekday, month day in Komorebi.
In German it's usually weekday, day. month (note the dot)
For example: Freitag, 8. September
-
Updated
Mar 14, 2020 - JavaScript
I've tried to setup a custom icon for notifications. If I put my monochromatic icon in platform/android/res/drawable, the icon is not resolved. I've to put the icon in the path platform/android/res/mipmap to make it working on notifications.
-
Updated
Nov 24, 2017 - JavaScript
Currently using the dots effect and wondering if there's any documentation for other options, or are the ones showcased on the website all that's available?
VueJS example
I want to select all items that have been successfully processed by honeydew, I guessed by looking at the source code that I can use where([x], is_nil(x.honeydew_whatever_lock)) to do this, but this couples my code tightly against honeydew implementation details, I'd like a more "official" or "public" way to achieve this.
https://github.com/koudelka/honeydew/blob/b60b639d6b2b3253f1bb20246df48
-
Updated
Feb 15, 2019 - Java
-
Updated
Jun 8, 2020 - Vue
-
Updated
Sep 13, 2019 - Python
-
Updated
Apr 3, 2019 - Objective-C
-
Updated
Mar 14, 2020 - JavaScript
-
Updated
Nov 11, 2018 - Java
-
Updated
Sep 23, 2017 - Java
-
Updated
Mar 5, 2020 - Kotlin
-
Updated
Jun 12, 2020 - Swift
-
Updated
Nov 15, 2018 - Swift
-
Updated
May 10, 2018
-
Updated
Jun 13, 2020 - JavaScript
-
Updated
Feb 24, 2015 - Java
-
Updated
May 24, 2020 - C#
-
Updated
Mar 6, 2020 - Swift
I guess you're aware of most UI issues, but here is one you might have missed. When you download wallpapers, those might have very long names ..as you can see on screenshot
Two more issues here is that
- The selection gets the full height
- When yo
-
Updated
Jul 28, 2018 - Swift
-
Updated
Nov 13, 2019 - PHP
Improve this page
Add a description, image, and links to the background topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the background topic, visit your repo's landing page and select "manage topics."

I noticed that even if I don't specify the
stopparentfirstparameter when initializing theServiceobject, I always get thestopparentfirstargument and a value ofundefined, instead of the default offalse-y.For example, the following code: