Malcolm Anderson
                                            Malcolm Anderson
                                        
                                    Ah, thanks for noting that! I've never used a CI build system before, so I'm still learning a lot. I'll try upping the iOS version to 13.0.
This is strange - I tried updating the podspec file and pushing, but it seems to be stuck on an error on their end: ``` - ERROR | [iOS] unknown:...
Ah okay, thanks!
Apologies on being absent for a few days, there were some other things I had to work on. I checked the result of the test and saw that CocoaPods wasn't...
Ok, no problem. Thanks again for putting up with my finding my way around the CI system 😅
Ok great, thanks! It may take a few days but I'll try to work on a SwiftUI implementation and see if I can do it as a fork/PR!
I was able to spend some time today working on it. So far, I've got a view with a label meant to display the currently selected time zone, and a...
Hi everyone, I just got started with Twine today and am liking it so far! The amount of screen space (or lack thereof) that an open passage gets can be...
Alright, that's good to hear, thanks! I'm running macOS Big Sur 11.2.1 on a 3.8 GHz 8-Core Intel Core i7 processor
The following code appears to be working, so far: ```py from aitextgen.TokenDataset import TokenDataset from aitextgen.tokenizers import train_tokenizer from aitextgen.utils import GPT2ConfigCPU from aitextgen import aitextgen from os import environ...