Jorge Martin Espinosa
Jorge Martin Espinosa
You probably already know this, but I believe the issue with libicudata is in the icu side, not swift. If I build just the icu project and then try `ldd...
I think I got it to build with --libicu. First, I modified `./icu/icu4c/source/config/mh-linux` as explained here, removing the `LDFLAGSICUDT` variable altogether or assigning nothing to it: https://www.raspberrypi.org/forums/viewtopic.php?p=392071&sid=6138a1969a19cbc0be9d0d8641502aae#p392071 Then I tried...
The chrpath command returns: ``` pi@raspberrypi:~/buildSwiftOnARM $ chrpath build/buildbot_linux/swiftpm-linux-armv7/armv7-unknown-linux-gnueabihf/release/swift-build build/buildbot_linux/swiftpm-linux-armv7/armv7-unknown-linux-gnueabihf/release/swift-build: RUNPATH=/home/pi/buildSwiftOnARM/build/buildbot_linux/swift-linux-armv7/lib/swift/linux:/usr/lib/swift:$ORIGIN:$ORIGIN/../lib/swift/linux:/home/pi/buildSwiftOnARM/build/buildbot_linux/swiftpm-linux-armv7/.bootstrap/lib/swift/linux:$ORIGIN/../lib/swift/pm/llbuild:/home/pi/buildSwiftOnARM/build/buildbot_linux/llbuild-linux-armv7/lib ```
Hi, I know this issue already has a few months, but I wanted to share my experience too: Raspberry Pi 4, Swift 5.1, Raspbian (armv7l): I can also say string...
Sorry for the late response. Right now I'm a little busy. If I have some free time I can try to do it or maybe someone can do it and...
Sorry for the late response. I don't think I understand your use case, since when the screen rotates the Activity / Fragment / any other view-based controller should be recreated...
I'm afraid that's not possible at the moment. The LayoutManager will order items so they don't leave any gaps. That means that if an item with can fit in a...
The issue with allowing custom heights - besides making the layouting algorithm more complex - is again the ordering used by the layout manager and failing at the problem it's...
Sorry for the late response. Could you try again with the latest version? I spent a few hours trying to fix this issue - and a few others that were...
Sorry, but it seems like this is a Glide limitation. There are 2 solutions to this issue: 1. Make the LayoutManager extend LinearLayoutManager. It might be possible, but I'd need...