algrid
algrid
* Xcode version: 13.4.1 * Firebase SDK version: 8.10.0 * Installation method: `CocoaPods ` * Firebase Component: Firestore * Target platform(s): `iOS` When I try to save to Firestore a...
Please fill out the form below before submitting, thank you! - [x] Bug exists Release Version 1.1.1 (Java Repository Master Branch) - [x] Bug exists in Snapshot Version 1.1.2-SNAPSHOT (Android...
## Feature Request/Suggestion Does `MDCChipCollectionViewFlowLayout` support horizontal scroll? When I set ``` layout.scrollDirection = .horizontal ``` I get my layout broken, much like here https://github.com/material-components/material-components-ios/issues/5671 with overlapping items. It would...
Sometimes it can be useful to know what HTTP headers server has returned with the feed data. I'm particularly interested in "Etag" and "Last-Modified" headers. It would be nice to...
Hi! Thanks for a nice library! I would like to access atom links in RSS feeds. Is it possible? I can't find a way to do it. For instance look...
Hi, thank you for great lib! I have a problem with light videos. The play button/seekbar/close button controls are white and they are not visible on a light background (when...
Is there a way to achieve that? When I'm trying something like this: ```swift class MyTableViewCell: UITableViewCell, LayoutLoading { ``` I'm getting the following error: _Type 'MyTableViewCell' does not conform...
Suppose I have a view controller conforming to `LayoutLoading` and its view structure is created using Layout framework. Later I want to change its view structure by changing some view...
Fix for #85 When popover is presented in a modally presented view controller for some reason _inView.window is nil. I fix this by using sharedApplication window in this case.
Hello! Thanks for nice library. I have a question about the following methods from `GeoHashQuery.java`: ```java public static GeoHashQuery queryForGeoHash(GeoHash geohash, int bits) { String hash = geohash.getGeoHashString(); int precision...