r-plus
r-plus
FYI: in our project codebase that only using `DefaultsSerializable` with `Codable`, this small workaround code adding to main module is resolved compiler error too. But this is not maybe fit...
Already carthage supported.
In that case I think you should wrap the resolved value and error to one object (e.g. Result).
If `zip` static functions changed to global function like `all`, we no longer necessary type `Promise` to use zip. `Promise` class is not adapted to `Sequence` protocol, so not happen...
looks like dropped support for activator since v0.0.8 but planning to re-support it...? https://github.com/NSExceptional/FLEXing/issues/24
Probably same issue #8.
> So the issue is for old storyboards? No, issue is for new storyboard. old is ok. I'm pointing xml key for CollectionViewContentView is changed when we create new collection...
@bumaociyuan Hi, I just see that crash too when I launch Xcode 13.4. But after adding loadable plugin preference by shell to `DVTPlugInManagerNonApplePlugIns-Xcode-13.4`, that crash will gone. please try adding...
I learned why unsign is not good. stuck something via `tccd` process issue. https://github.com/inket/update_xcode_plugins/issues/51
`$ sudo codesign -f -s - /Applications/Xcode.app` command will codesign as adhoc. ``` $ codesign -dvvv /Applications/Xcode.app Executable=/Applications/Xcode.app/Contents/MacOS/Xcode Identifier=com.apple.dt.Xcode Format=app bundle with Mach-O universal (x86_64 arm64) CodeDirectory v=20400 size=651 flags=0x2(adhoc)...