surethink

Results 8 issues of surethink

小程序编辑器选择真机调试编译代码时,弹出提示:无法使用代码保护功能 。取消编辑器的代码保护功能后可以正常真机调试,如果可能的还是希望能做下兼容,以正常使用代码保护功能 谢谢! 报错如下: 无法使用代码保护功能 in components/wemark/remarkable.js require is not being used properly in 'UnaryExpression' 1 | /*! remarkable 1.6.0 https://github.com/jonschlinkert/remarkable @license MIT */ > 2 | !function(e){if("object"==typeof exports&&"undefined"!=typeof module)module.exports=e();else...

enhancement

Would you please add such a feature to Ignore JSON tags when marshalling and unmarshalling Scenario: type User struct{ UserName string `json:"username"` Password string `json:"-"` } For example, I'd like...

feature request

升级到最新版本后报错 TypeError: Cannot read property 'initSDK' of null, js engine: hermes 留意了下pod install的提示 似乎没有自动下载最新的sdk rn 0.66.1 sdk 3.1.3

在mapview加了两个marker,安卓手机在点击按钮返回上一页时,crash。报错:the specified child already has a parent. You must call removeView() on the child's parent first 查到一个非常类似的react-native-maps的issue: https://github.com/react-native-maps/react-native-maps/issues/2787 里面提到的解决方案是不用

When press the parent node, the child nodes are showed automatically and the function onNodePressed also fired. in my scenario, I want users to press the left part of parent...

最新版本的 wechat lib 3.0.4, rn 0.71.4,仍然存在第一次调用 registerAPP 返回 undefined的问题。麻烦@little-snow-fox关注下。 我现在的办法是判断undefined以后再register一下,就返回true了,之前一直以为是universal link的格式问题,但检查了N遍没问题,用https://baidu.com/也存在一样的问题 我的问题解决了,主要就是检查一下 universal link 是不是 `https://` 开头 `/` 结尾,比如 `https://check.com/` 这样,然后再检查一下 [这里](https://github.com/little-snow-fox/react-native-wechat-lib/blob/master/docs/build-setup-ios.md) 的步骤有没有漏。之后授权就能拿到返回值了,有点比较奇怪的是第一次调用 registerAPP 返回 undefined,第二次及之后才返回 true,不清楚是什么原因🤔 _Originally posted by...

你好, 我看了下 ios的WechatLibExample/AppDelegate.mm里面,并没有md里提到的要增加的配置?是不需要配置了?还是其它原因 直接复制进去,build 报错 麻烦更新下md,拜托拜托 ps,rn0.71版本已经出了,不知道是否需要特别适配呢? 多谢大佬的库,解民倒悬:)

For example, I have a struct as follows, I want the id field to be omitted in json when writing http response, so I set tag `json:"-"`, it's ok。 But...

enhancement
good first issue