background
Here are 395 public repositories matching this topic...
-
Updated
Feb 24, 2020 - JavaScript
-
Updated
Mar 14, 2020 - JavaScript
-
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?
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
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 12, 2020 - Swift
-
Updated
Mar 5, 2020 - Kotlin
-
Updated
Nov 15, 2018 - Swift
-
Updated
May 10, 2018
-
Updated
Feb 24, 2015 - Java
-
Updated
Dec 7, 2019 - JavaScript
-
Updated
Mar 6, 2020 - Swift
-
Updated
Mar 9, 2020 - C#
-
Updated
Jul 28, 2018 - Swift
-
Updated
Nov 13, 2019 - PHP
-
Updated
Dec 19, 2019 - Java
-
Updated
Jul 2, 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'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 pathplatform/android/res/mipmapto make it working on notifications.