yinjiaji

Results 7 issues of yinjiaji

I want inherit one swift class from PAPreferences, but don't know how to deal with **@dymamic** ``` class MUSPreferences : PAPreferences { @dynamic var firstVersionInstalled:String @dynamic var latestVersionInstalled:String ... }...

Hi Tal I use the Sequencer for a long time, thank you very much! Till now I find a issues, Now I use Swift, I put the sequencer work in...

Hi Youssef I have finished install jhbuild and link the .jhbuildrc-custom when i run `jhbuild -m osx/meld.modules build python-withxml2` I got this error > I: unknown keys defined in configuration...

Hi, Jonathan ``` Can Can i use swizzle a method witht a block implementation ``` Normal swizzleMetod:(SEL)slector withSelctor:(SEL)newSelector But I want this swizzleMetod:(SEL)slector withBlock:(^ )block because I cannot import WebView(In...

only find the validations function

Hi Marin I found the override on category not work on my code base ``` my subclass's + (NSDictionary *)mappings will not be called if I use ObjetiveRecord by Cocoapods,...

``` + (int)listAllSupportedECCurve { @autoreleasepool { // Initialize OpenSSL OPENSSL_init_crypto(0, NULL); size_t num_curves = EC_get_builtin_curves(NULL, 0); if (num_curves == 0) { fprintf(stderr, "Error getting built-in curves\n"); return 1; } EC_builtin_curve...