Bowen Han

Results 31 comments of Bowen Han

> 这样的结果是每次启动都会随机使用一个新的设备信息,也就是一个账号使用n个不同的设备,这样也会引起账号异常的吧。最好还是自己修改一个固定值。或者使用随机值以后写入配置文件,保证一个账号长期使用同一设备。 如果登录失败了,确实会跳 恩,我给弄个hash固定设备吧 > 另一个问题是毕竟设备的信息有限,是否考虑使用某种生成算法来生成设备信息? 生成的太假,可以去某些论坛爬出来,2333,我这里是拿google analytics里面的数据的,但是只有我的网站,不知道从哪里能搞到 找到了,这里有一个设备名数据库 https://github.com/jaredrummler/AndroidDeviceNames/tree/master/database

> 迅雷安全中心里的“登录设备号”就是devicesign值的前8位,所以只要devicesign值不变,迅雷应该会认为是同一设备,最好是deviceModel和deviceName这两个值也不要变 你的意思是登录成功就不要变了吧?

Well, Now it is 2018,show me your code

I tried in rocm4.1, `sudo apt reinstall hsakmt-roct` works

I have made a pull request https://github.com/elad/node-imagemagick-native/pull/194 , mean while, you can use imagemagick-native-my

I tried to merge your PR, but resulted in can't compile, any fixes? ``` src/wp-profile-modal.ts:66:7 - error TS2322: Type 'unknown' is not assignable to type 'WordPressOAuth2Token | undefined'. 66 this.profileData.wpComOAuth2Token...

well if you can dump the api request and response maybe I can help