JP Simard

Results 143 issues of JP Simard

As originally requested here: https://groups.google.com/forum/?utm_medium=email&utm_source=footer#!msg/realm-cocoa/sLd7S-jSX40/FeQSRPW0BwAJ This could be exposed as `-[RLMMigration renameModelFrom:(NSString *)oldName to:(NSString *)newName]`, which would use core's [`Group::rename_table()`](https://github.com/realm/realm-core/blob/4422088866370dfefa70954a7cd103f0da686c5b/src/realm/group.hpp#L341) function.

T-Enhancement
Pipeline-On-Hold

### Description Enabling ThreadSanitizer in Xcode with Bazel 8.0.0 produces the following error: > ERROR: `--swiftcopt=sanitize-thread` :: Unrecognized option: `--swiftcopt=sanitize-thread` ### Reproduction steps Enable thread sanitizer in the Xcode UI...

bug

Generate additional `init(value:)` initializers for multipart payload structs when the part is defined with primitive types (integer, number, string, or boolean) in the OpenAPI document. This provides a more ergonomic,...