Results 6 issues of Angela

I have installed supervisor globally on Mac using the following command ``` npm install -g supervisor ``` Once installed, I tried the `supervisor` command, but I was told that the...

I'm having problem instantiating evernote cloud API client. I get the following exception dump (original lib and root path are replaced) ``` Uncaught TTransportException: exception 'TTransportException' with message 'THttpClient: Could...

我测试了好多遍还是不知道问题在哪里,真是麻烦大大帮忙看一下。 我从数据库里面调用一条数据,里面有个正则。用的是webot.set插入。大概遇到以下几个问题: 1- 插入时没有错误,但是无法用webot.get获取这条rule 2- 不知为何,只有在处理事件的时候才会调用这条rule。但是由于这是一个正则,所以整个rule都无效了 如果手工创建一条正则rule是正确的。 ``` //数据库拿出来的 - 除了10,其他都调用到了 data.getReplies(function(err, data) { if(err) console.log(err); console.log('db set'); console.log(data[10]); //有内容,而且插入时没有报错 for(var index in data) { wechat.set(index, data[index]); } }); console.log('trying...

I'm wondering if there is any significance of having the returned function to have an argument count of 1. I worked out a simple solution in 6 lines, which contains...

I'm using `react-hot-loader` and once I dropped in Fixed component, I get this error and hot loader no longer refreshes.

After installing the package and restarting Sublime, I still can't see Alignment in the Preference Setting. And since Cmd+Ctrl+A pulls up the default screen capture keys, I modified 'Default (OSX).sublime-keymap'...