Will Cohen
Will Cohen
Hi there -- I'm not personally a Windows user and am unfamiliar with PowerShell, so I'm not sure where to go from here. A PR that incorporates this would be...
My inclination is to go with AppVeyor -- any other suggestions?
I started poking around to see if this was an immediate quick fix, but based on https://github.com/mapbox/mapbox-navigation-ios/pull/2832/files and https://developer.apple.com/documentation/carplay/displaying-content-in-carplay, at first glance it seems like this might be related to...
Additional question -- to simplify the compilation/linking of all this glue code, are you all open to considering jumping to use Panama's native interoperability? I think since JDK16 it's gotten...
As a quick update here: I've been messing around with this some more, using [dtype-next](https://github.com/cnuernber/dtype-next). I still don't have anything clean enough to show in a repo just yet, but...
I still need to clean up the proof-of-concept into a workable repo, but it definitely works! REPL output here: ```clojure proj.api> (def p1 (proj-coord-array {:n 1})) ;; => #'proj.api/p1 proj.api>...
C, though I see no reason the bulk of the C portion of the ISO functionality couldn’t be implemented fairly quickly (@kbevers I suspect I’m entering a minefield here!) Re...
That actually makes a lot of sense in distinguishing the use cases. In a situation detail-oriented enough to want the unambiguity of full compatibility with the spec, maybe it’s not...
@kbevers @desruisseaux Just a quick update here as I keep working through this. The one major remaining task I set for myself before trying to post a first version of...
Makes sense. I'll see if I can figure out the maven method to help point to the right jar. In terms of building, I've been able to get Windows +...