stonehiy
stonehiy
Me too . How handle this?
https://github.com/stonehiy/wechat-im/blob/master/libs/mqtt/mybuffer.js weapp side: ``` import mybuffer from '../xx/xx/mybuffer' const buf = mybuffer.Buffer.from([0xA2,0x01]) client.publish('topic, buf); ``` browser side: ``` const buf = mybuffer.Buffer.from([0xA2,0x01]) client.publish('topic, buf); ``` desc: https://github.com/feross/buffer `mybuffer.js` generated with...
可以一起使用 ``` /** * 初始化引导页面 */ private void initNewbieGuide() { NewbieGuide.with(this) .setLabel("page")//设置引导层标示区分不同引导层,必传!否则报错 .setOnGuideChangedListener(new OnGuideChangedListener() { @Override public void onShowed(Controller controller) { //引导层显示 } @Override public void onRemoved(Controller controller) { //引导层消失(多页切换不会触发)...
NewbieGuide.with(this) .setLabel("home_page")//设置引导层标示区分不同引导层,必传!否则报错 .anchor(getWindow().getDecorView())//遮住状态栏 谢谢!
> Hey @stonehiy, can you share your code please? Struggling to recreate this error without it. https://github.com/stonehiy/react-native-timer-picker_demo [https://s17.aconvert.com/convert/p3r68-cdx67/1upsj-v46ol.gif](https://s17.aconvert.com/convert/p3r68-cdx67/1upsj-v46ol.gif) [https://github.com/stonehiy/react-native-timer-picker_demo/blob/main/files/c4a1a32894088b653d6c9749dfacc0ae.mp4](https://github.com/stonehiy/react-native-timer-picker_demo/blob/main/files/c4a1a32894088b653d6c9749dfacc0ae.mp4)
> Hey @stonehiy, thanks for sharing the demo. I'm still not seeing that error on my end but I had a suspicion of what might be causing it. > >...
没找到原因,我这不用这个框架,直接用flutter的api也有这个问题。放弃了 > 偶现,这个问题如何解决。谢谢。
log info : ``` An exception occurred applying plugin request [id: 'no.nordicsemi.android.gradle.application.compose', version: '1.2.0'] > Failed to apply plugin 'no.nordicsemi.android.gradle.application'. > Process 'command 'git'' finished with non-zero exit value 128...