Scott Davis
Scott Davis
Yes, I checked it and mine shows "Development mode" under "App Status". @vdesabou does that sound correct to you?
What about this way? Seems to work for me. But I am very new to JSDoc so I could be missing something: ``` /** * @typedef {{ * 'Unique ID':...
I just rebased and pushed a new commit adding the new prop to the tiles doc. I don't see any comments from you. Perhaps you are still putting them together?
It looks like I have all of the CI checks passing now. Let me know if there is anything else. I've never written objective-c before so I have no idea...
@monholm Is there anything that I can do to help get this pushed through?
Just realized that this makes it so that Polylines (and likely others like Polygons) are hidden under the tile layers. I'm not sure that I like this solution...
@salah-ghanim I think that your suggestion is a much better solution. The only feedback that I have is that maybe the new prop name should be something like `level` to...
I misread the Apple docs. I assumed that any int could be passed. If those are the only two options, then I'm not sure that there is a great solution...
Similar issue on macOS 11.6.2, mac pro (not M1) with Xcode 13.2.1: ``` The following build commands failed: CompileC /tmp/idb-companion-20220119-25273-19s94r3/idb-1.1.6/build/Build/Intermediates.noindex/idb_companion.build/Debug/idbGRPC.build/Objects-normal/x86_64/idb.pb.o /tmp/idb-companion-20220119-25273-19s94r3/idb-1.1.6/build/Build/Intermediates.noindex/idb_companion.build/Debug/idbGRPC.build/DerivedSources/idb.pb.cc normal x86_64 c++ com.apple.compilers.llvm.clang.1_0.compiler (in target 'idbGRPC' from project...
Upgrading to Monterey (macOS 12.1) fixed the issue for me.