Nicholas Cellini

Results 6 issues of Nicholas Cellini

I'm having this issue when trying to run on the iOS Simulator. I'm using XCode 12.5.1 instead of 13. Anyone have any advice? ``` Xcode's output: ↳ /Users/ncellini/flutter/.pub-cache/hosted/pub.dartlang.org/flutter_mapbox_navigation-0.0.26/ios/Classes/SwiftFlutterMapboxNavigationPlugin.swift:6:8: error: could...

Is it possible to achieve this? I tried setting the centerCoordinate to the same Coordinate during an animation block but it still just jumps. Anyone have a solution?

It looks like Android provides access to the raw GNSS data to developers: https://developer.android.com/guide/topics/sensors/gnss I'm not sure if the same can be said about the API on iOS... Are there...

Hey! I was looking into re-training the pre-trained models in [Image GPT](https://github.com/apeguero1/image-gpt). Since the project was forked from GPT2, I was wondering if your [train.py](https://github.com/nshepperd/gpt-2/blob/finetuning/train.py) might work for Image GPT....

When viewing a photosphere using the device compass, I'd like the image to be correctly oriented to the real world. This is when using... `sensorControl: SensorControl.AbsoluteOrientation` I've been looking into...

My character animations are getting as far as the character I have in my text. I'm even skipping the sprite character animation setup. ``` for (int i = 0; i...