Azard

Results 14 comments of Azard

`ctx[SERVER] = new AuthServer(Object.assign(config, { model }));` could create `AuthServer` every time, it's not performance.

这个项目的 `grants` 是 oauth2 模式类型的意思,就是 constant 常量。如果要扩展一些自定义鉴权流程的话还是有点意义的。

输入用户名密码是 password 模式,已经登录了的话可以用授权码模式,授权只信任第三方系统不自己验证。可以看看 oauth2 几种类型:http://www.ruanyifeng.com/blog/2014/05/oauth_2_0.html

This inspector only compare method name and the number of parameters. This format print `super.print(s"Hello, $message!")` in Scala AST is regard as ONE parameter, equal to parent class `print`. I...

@terorie Thanks, I change it too, but I hope this patch could merge into Nimiq core

Yes, its possible. You could add config file into `pkg` building embeding in `package.json` .

Add to my TODO list

Its possible, but it need a lot of work to compile a ARM version

Yes, we have one, but we close it now. SKypool will release a SDK for web mining soon

It could be Node.js bugs, I'm rewriting the miner with totally C++, next version will be fine. Now you could open 2 or 3 miner, each less than 32 threads.