Thomas Visser

Results 10 issues of Thomas Visser

After adopting InterposeKit in my [app](https://github.com/Thomvis/Construct), uploading a build to Apple fails when bitcode is enabled with the following error: > ITMS-90562: Invalid Bundle - The app submission can not...

This fixes https://github.com/steipete/InterposeKit/issues/29 for me. I think without the `used` attribute, the compiler optimizes the function away as it appears to be unused.

While [my hooks](https://github.com/Thomvis/Construct/blob/main/Construct/Reference/ReferenceItemView.swift#L92) work fine while debugging, they crash on device with the Release configuration. I think I've been able to nail it down to `IKTAddSuperImplementationToClass` not being found. The...

We build a lot of apps with shared dependencies and could greatly benefit from this project iff it would use a shared cache for storing and retrieving the compiled frameworks....

enhancement

### Description If a reducer, in response to an action, emits both an `EffectTask.task` with `cancellable` on it and an `EffectTask.cancel` (in that order) for the same id, the task...

bug

This is quite a big PR, so please bear with me and let me know if you are open for changes like this. I found that the `arrangedSubviews` property was...

## Summary - add `gpt35Turbo` alongside `gpt4o` - support `responseFormat` in `ChatCompletionRequest` - request structured JSON for combatant traits - parse traits from message content ## Testing - `swift test`...

codex

## Summary - swap Microsoft App Center for Firebase - add Firebase plist - drop App Center Fastlane plugin - update licenses - add example Firebase plist and ignore real...

codex

Update to use o4-mini. Use structured output for combatant trait generation.

This PR adds support for passing tools through the Configuration. I built this because I wanted to run Open Deep Research from within my own Python application and give it...