gk

Results 28 comments of gk

Might be related https://github.com/bizz84/SwiftyStoreKit/issues/587

Hi guys, am I doing this correctly? I init my view model by passing in some Drivers props from vc, ``` swift class SomeViewModel { let loginAction: Action let ......

@ashfurrow IT WORKS! Thanks Ash! You are awesome! ❤️

This also happens when we use `@nuxtjs/composition-api`'s `useMeta`

I also noticed that ```python def vect_mat_mul(vect,matrix): assert(len(vect) == len(matrix)) output = [0,0,0] for i in range(len(vect)): output[i] = w_sum(vect,matrix[i]) return output ``` The first line `assert(len(vect) == len(matrix))` doesn't...

It's possible since the plugin is relying on `attributeText` property of `UILabel` which `UITextView` also has, I am thinking of rewriting this plugin in Swift 2.0, and by taking advantage...

You may have to upgrade your redmine to the lastest version or use the last version of this plugin, You can download the last version here https://github.com/zipme/redmine_lightbox/zipball/7cd1d66d54f267015dcd0b0d0eadab251918de1d You can also...

Can you share some demo code? Is the label already animating when the view controller is presented?