Eric Lewis
Eric Lewis
I can see if I can get a decent example together for you, from what i can tell it appears that my custom appearances (which are slightly taller image wise)...
We are also using it in a tab view controller with table views inside, seems to work well. Our internal methods consisted of Screen shotting the parentview overlaying it on...
no problem! will do :)
yeah no problem, we are doing quick prototyping for a beta, which is essentially production- and plan to move to pure code gradually as we hire. maybe end of day,...
@CureleaAndrei you could do this with https://github.com/alickbass/CodableFirebase
Yeah- building it with WASI off works!
getting a bit further, seems unicode is a problem? ``` ericlewis@erics-mbp swift-bm % swiftc -Xcc -ffunction-sections -Xcc -fdata-sections -Xcc -mthumb -Xlinker --gc-sections -Xfrontend -metadata-sections -Xfrontend -function-sections -Xfrontend -data-sections -static-stdlib -target...
ah, it appears I am missing this: https://github.com/swift-embedded/unicode-support, unsure how to do this in a manual fashion sadly.
This was indeed the problem. I managed to get a compile working by compiling the unicode-support separately then using this command: ```sh swiftc -Xcc -ffunction-sections -Xcc -fdata-sections -Xcc -mthumb -Xlinker...
in Alamofire 5 you can pass along the retrier / adapter as part of the request. The other change in Alamofire 5 is that the global `Session` is no longer...