Nathan Kerr
Nathan Kerr
Now the app can: -Set the channel name and description -Set the notification subtext -Add a "Close" action to the notification, along with customizing the action text and icon -Disable...
The documentation in store.md appears to be cut off.
The result of ```javascript { justifyContent: 'space-evenly' } ``` Gets turned into ```javascript { WebkitBoxPack: "space-evenly", justifyContent: "space-evenly" } ``` "-webkit-box-pack" doesn't allow the value of "space-evenly": https://developer.mozilla.org/en-US/docs/Web/CSS/box-pack
### Platforms affected Android ### Motivation and Context The phone number searching in Android is very poor by default. The phone number needs to be an exact match (or contain...
I was recently tasked with updating a web app to match our new branding guidelines and instead of handing me raw assets, I was handed the source of an Android...
In process of converting our project from sass, I ran across a problem with how I was implementing Keyframes for an animation. I was just using sheet() for all my...
Because it's just looking for a semicolon, it's inserting an "!important" in the middle of this url: ```javascript { 'background-image': 'url("data:image/svg+xml;utf8,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' xmlns:xlink=\'http://www.w3.org/1999/xlink\' width=\'48\' height=\'36\' viewBox=\'0 0 48 36\' fill=\'rgb(28,28,28)\'%3E%3Crect...
It shouldn't as it prevents animations from running.
Because of how the `self` variable is created, any access to `self.crypto` throws an `Uncaught TypeError: Illegal invocation` exception. This will happen when the Random.secure() constructor is called. It compiles...
**Changes** Modify the image provider to skip any Logos that don't have the correct (requested) language. Problem: When fetching images for media (movies in particular), Jellyfin requests images in all...