Results 12 comments of 西行寺幽幽子

> Hmm, FasterTransformer has only been tested on Compute Capability >= 7.0, and the 1070 is 6.0. So it's possible something it uses is limited to more recent cards. For...

agree! :) but the installation is simple. It just is a simple runnable file.

When I try to use the ``airemon-ng start`` my computer just stop responding and crash. I use ``airemon-ng check kill`` to kill all the process that will cause issues. ```...

How about when user run ``faas build`` with ``--build-option --shrinkwrap``, the faas will generate a env file in the build dir and when user build it, that file will be...

> Going further along this idea, would it be even more beneficial/flexible if someone could also define other resources like istio VirtualService or DestinationRule for every function? > So basically...

I use pnpm to install vue and other deps. Too many deps in ``node_module`` result ``npm install electron-squirrel-startup`` to take 4 hours. (Yes, 4 hours. And I don't really need...

我也是这个问题 不知道可不可以通过回退版本来解决 或许可以调高session_timeout来解决(?)

> @joostshao 可能是session_timeout参数的问题,去掉就OK了,看 #123,错误信息和描述相似 如去掉 session_timeout 参数会导致无法运行 ![image](https://user-images.githubusercontent.com/39913604/61166912-b1d1a880-a568-11e9-832a-1761b77183d1.png)

> Do you mean about the comment annotations? > > I think we can add them and follow the PHPDocumentor style. I think we can do that~ But I mean...

> As far as I know that the VSCode editor will read about the comment annotations for every classes and methods. > > I think we can add them that...