Andrew Serff
Andrew Serff
Unfortunately, the datasource isn't public. I can try to get you more information if you can expand on what you mean by `flavor of base16`. Do you need to know...
The character set is: ``` Decimal: 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15 Base 16: 0, 1, 2, 3, 4, 5,...
Sure, I choose a spot in Denver: Lat/Lon: `[39.739138, -104.986936]` And here are the GeoHashes to 12 digits of precision: Base 16 GeoHash: `4b72322e9a6c` Base 32 GeoHash: `9xj64fqc704x` I tried...
I'm trying to figure out how to get the delay between server start and registration in Zuul as low as possible in development only. With the defaults, we are stuck...
You can wrap your ARCL ViewController in a `UIViewControllerRepresentable`. Here is an example: ``` import SwiftUI import CoreLocation import ARCL struct ARCLView: View { var sceneLocationView = SceneLocationView() var body:...
@apiri any update on this? Any slides from your talk?