Brian Semiglia

Results 8 issues of Brian Semiglia

Any chance of adding multiline support to prevent clipping?

enhancement

It'd be nice if Stringz could generate a Stringz specific file from an xcode project that could be sent off to a 3rd party for translations and then on return...

enhancement

It'd be great to display yellow fields for keys that have the same values across languages in case one language was used a placeholder for another. App is great too....

enhancement

```swift // Context let view1 = UIView() let view2 = UIView() let window = UIWindow() window.addSubview(view1) window.addSubview(view2) view1.widthAnchor == 50 view2.widthAnchor == (view1.widthAnchor + 150) / 2 ``` ```swift //...

Would be cool to be able to lean on the neural engine. Even if it wasn't much faster, it'd still be more energy efficient I believe.

It'd be nice to be able to gradually migrate toward Kuery integration. Being able to create Core Data types from Kuery's constructors would allow for this. Any existing plans for...