Steven Zhao

Results 7 comments of Steven Zhao

Any solution? Looks like the repository is still private.

@GAS85 I took the latest plugin from ownCloud and made it compatible with Nextcloud using icewind1991's original patch. https://github.com/zpv/files_external_dropbox It has been working fine for me so far and fixes...

@hpfmn Latest commit should be working now. Forgot to remove a line in the metadata regarding ownCloud dependency.

Hey @peterdettman, I noticed that this additional data is only added to the first call of `HMac_K`, whereas other implementations (e.g. [bitcoin-s](https://github.com/bitcoin-s/bitcoin-s/blob/4913b124313cdc19cc627f195eb923c866b0092b/crypto/.jvm/src/main/scala/org/bitcoins/crypto/HMacDSAKCalculatorWithEntropy.scala#L71-L85) and secp256k1) append it to the second call...

Also experiencing this issue and breaks my workflow. I reverted back to 6 in the meantime. Related (old) issue: https://github.com/npm/npm/issues/6700

I'm also experiencing the same issue, but with simply `useFrameProcessor`. `runAsync` does not work in a production/release build (but works fine in development). I am using reanimated, and have the...

Apologies for the bump, but we're experiencing this issue as well on Android. I can confirm the `import {Swipeable} from 'react-native-gesture-handler'` workaround works.