Jacob Trentini

Results 13 comments of Jacob Trentini

> There is an option `host` and `useLocalIp`. Doesn't this work? > > https://github.com/yandeu/five-server/blob/main/src/types.ts Looking from your comments, this does not solve what I am looking for. Also, how would...

Is there a dark mode feature to this? I was hoping I could use this but this is the only feature I need in order to incorporate it.

> > Is there a dark mode feature to this? I was hoping I could use this but this is the only feature I need in order to incorporate it....

Still an issue on Debian (Ubuntu 20.04) with Swift 5.8.1. Is there a workaround for this right now?

I also have this problem. Is there any update on this? I tried calling `initializeDateFormatting()` myself but to no avail

``` dyld[89126]: Library not loaded: @rpath/geos.framework/Versions/A/geos Referenced from: /Users/jacobtrentini/Library/Developer/Xcode/DerivedData/Fume-Swift-Server-cneazzpejyqvevgttfpbpmxaeqvc/Build/Products/Debug/Fume-Swift-Server Reason: tried: '/Users/jacobtrentini/Library/Developer/Xcode/DerivedData/Fume-Swift-Server-cneazzpejyqvevgttfpbpmxaeqvc/Build/Products/Debug/geos.framework/Versions/A/geos' (no such file), '/Users/jacobtrentini/Library/Developer/Xcode/DerivedData/Fume-Swift-Server-cneazzpejyqvevgttfpbpmxaeqvc/Build/Products/Debug/PackageFrameworks/geos.framework/Versions/A/geos' (code signature in '/Users/jacobtrentini/Library/Developer/Xcode/DerivedData/Fume-Swift-Server-cneazzpejyqvevgttfpbpmxaeqvc/Build/Products/Debug/PackageFrameworks/geos.framework/Versions/A/geos' not valid for use in process: mapping process and mapped...

I also tried the following solutions: - https://github.com/GEOSwift/GEOSwift/issues/195#issuecomment-602920525 - https://github.com/GEOSwift/GEOSwift/issues/240#issuecomment-1021829813 - I set `@executable_path/Frameworks` in my project and/or targets and still does not work: ![image](https://github.com/GEOSwift/GEOSwift/assets/70717139/45984a96-a9ea-4e1e-b256-6af87731040d)

Let me know if you want me to submit a sample project like in the past. Thanks!

Sorry for the late response, here's a sample project. [geos-prepared-geometry.zip](https://github.com/GEOSwift/GEOSwift/files/12113709/geos-prepared-geometry.zip)

Got it — I missed the last part. Maybe that should be mentioned in the README. Thanks for the clarification!