John Trump

Results 27 comments of John Trump

Vue2.0 的自定义指令不再支持this引用,需要对其进行一定程度的改写。 ```js // 自定义指令, 判断当前点击是否在DOM以外的地方 Vue.directive('clickOutside', { bind (el, binding, vnode) { el.event = function (event) { if (!(el === event.target || el.contains(event.target))) { // call method provided in...

> I came to open that issue :) 🔔 : I switch to use `notion-enhancer` instead of `notion-repackaged`, beacause the damaged Apple M1 build 1. uninstall/reinstall notion to refresh it...

``` /home/travis/build/npm/ini/node_modules/tap/node_modules/stack-utils/index.js:51 clean (stack, indent = 0) { ^ SyntaxError: Unexpected token = xxxxx ``` This seems to be a compatibility issue with the test library `tap` in Nodejs@4(default argument...

> @wujunchuan are you still working on this feature? No, as it seems that the repo is not maintained anymore. But if you need this feature, you can fork [my...

@vongkim include RN 0.35?

@fenzhizi123 是的,而且这个Bug已经跨版本存在了,原本以为升级到新系统会好点

@Hermitcrabcai He 我想你是被墙了,终端命令行不能**直接**走翻墙流量(eg: shadowsocks) 看下这个[文章](https://github.com/wujunchuan/how-to-fxxk-gfw#linux%E6%88%96mac%E7%BB%88%E7%AB%AF%E4%B8%8B%E4%BD%BF%E7%94%A8--proxychains4%E5%BC%BA%E5%88%B6%E8%AE%A9%E8%BF%9B%E7%A8%8B%E4%BD%BF%E7%94%A8%E4%BB%A3%E7%90%86%E6%9C%8D%E5%8A%A1%E5%99%A8%E8%AE%BF%E9%97%AE%E7%BD%91%E7%BB%9C) 配置下科学上网就可以了