Dai Jie

Results 15 issues of Dai Jie

I have a default key file in ~/.ssh/id_rsa, must set the key in Medis. How about try the default SSH key, is that a good idea?

feature

未找到 license 信息,请补充。 感谢。

``` internal/streams/legacy.js:57 throw er; // Unhandled stream error in pipe. ^ Error: read ECONNRESET at TCP.onStreamRead (internal/stream_base_commons.js:111:27) npm ERR! code ELIFECYCLE npm ERR! errno 1 npm ERR! [email protected] dev: `webpack...

Sentry 自己的 js SDK 有如下接口 ``` Sentry.captureException(err); Sentry.captureMessage('Something went wrong'); ``` 请问 egg-sentry 是否有暴露此两个接口?因为文档中未找到,是否只实现了 onerror 时的上报,而无手动 capture 的接口?

dnspod-ddns --version 0.2.3

ubuntu 16,根据 [开启TCP BBR拥塞控制算法](https://github.com/iMeiji/shadowsocks_install/wiki/%E5%BC%80%E5%90%AFTCP-BBR%E6%8B%A5%E5%A1%9E%E6%8E%A7%E5%88%B6%E7%AE%97%E6%B3%95) 安装, `uname -r` 结果 `4.10.17-041017-generic` 因为系统无 linux-image-extra-4.10.17-generic 包,导致: aufs 模块无法安装; docker 依赖 aufs 导致服务无法开启; 重新安装 docker 提示 linux-image-extra-4.10.17-041017-generic 不存在,aufs 模块 missing。 我的处理方法:首先内核降小版本号 1. `apt-cache search linux-image-4.10`...

`manager.require("@builder.io/utils")` would fail because the npm org contains a dot `.` In `src/PluginVm.ts` the regex expression is ```typescript const SCOPED_REGEX = /^(@[a-zA-Z0-9-_]+\/[a-zA-Z0-9-_]+)(.*)/; ``` which is too strict In npm docs,...

bug

https://github.com/shiny/adonis-resque An add-on for background job, base on [Node Resque](https://github.com/actionhero/node-resque)

### Package version @adonisjs/[email protected] ### Describe the bug There is [a description in docs and a snippet code](https://docs.adonisjs.com/guides/ace#running-commands-programmatically): > You may use the `ace.hasCommand` method to check if a command...

Type: Bug

Are there any plans to add support for Cron Triggers?