Richard Groves
Richard Groves
Raised PR https://github.com/slembcke/Chipmunk2D/pull/218
Thanks for creating the fork @t0rst - saved me when I hit this same problem. I've be able to get the original repo working by bumping up all the deployment...
Further experimenting and I can get it to build by just adjusting the iOS Deployment version to 11.0 on the DynamicColor and iOSExample targets. But I haven't tried Mac/TvOS/Watch builds.
I have a fork of DynamicColor at https://github.com/NoodlFroot/DynamicColor that has raised the deployment target for iOS to 11.0 and now does build for iOS release configurations at least. I'll test...
Hi @guidedways - I'm not seeing this. If I build the DynamicColor iOSExample for profile it is fine, and building my project that depends on this for Profile is fine....
@guidedways - ok, I've managed to reproduce the problem on my project that includes it via a SwiftPM dependency - before it was using a stale cache version that didn't...
Ok @guidedways - fixed it (I hope...!) I had to add `platforms: [.iOS(SupportedPlatform.IOSVersion.v11)]` to the DynamicColour package file to limit it to iOS 11 - it seems SwiftPM will build...
Update Pull request has been created that fixes the swift package version as well as CocoaPods.
I've been round the houses with this as above - eventually got it working with a `stopSequence` of `[""]` - tells the engine to stop asking for more responses when...
@kungfu-eric I think I had (still have) an older version: `ollama show --modelfile llama3:8b` ``` FROM /Users/richard/.ollama/models/blobs/sha256-00e1317cbf74d901080d7100f57580ba8dd8de57203072dc6f668324ba545f29 TEMPLATE """{{ if .System }}system {{ .System }}{{ end }}{{ if .Prompt }}user...