Yaroslav Erohin

Results 14 comments of Yaroslav Erohin

Not sure if it's going to work right but looking at another line I've fixed it by example like this: ``` writer.pushInt(value: Int(UInt32(pkt.transaction.refBlockPrefix) & 0xFFFFFFFF)) ``` Then I had another...

Another weird error. While running XCode Tests, I had to change these bridging header import statements to use quote marks or the files could not be found. ``` #import "libbase58.h"...

I'm interested in this too.

@BradLarson I, of course, call processImage() on the input. But filters show strange behaviour sometimes when I remake the pipeline (especially, if I do it fast), even though I'm calling...

Thanks, I will check if that is what happens. Here is the code I'm using. I switch around filters to see result in RenderView. ``` func clean() renderView.removeSourceAtIndex(0) input.removeAllTargets() adjustments.removeAllTargets()...

Regarding this problem in Swift: https://bugs.swift.org/browse/SR-5304 Somebody there suggested adding typealias inside the framework, so I managed to compile my code by adding this inside `PublicKey.swift` `public typealias SwiftyRSAPublicKey =...

Also, this localization is not full. Pls ping me if you need more russian strings, I'll provide.

Same issue happened to us as well. NSInvalidArgumentException NSLayoutConstraint for : A constraint cannot be made from to a constant. Location anchors require being paired. PPBlinkID (= 6.4.0)

We have upgraded to 6.7.1 and I can now confirm that the issue persists.