julian.zhang
julian.zhang
No, the plot didn't work on my mac
> same problem Version 1.10.0 (1.10.0) work on my MBP
Sorry reply so later, and my system is MacOS $etlas exec eta -- --version Compiler for the Eta Programming Language, version 0.0.9b2 $ etlas install regex-posix Resolving dependencies... Found patch...
@indygreg Hi, I thank PyOxidizer is ready to build python env with user's rust project. And I also find there is another PR with same requirement [468](https://github.com/indygreg/PyOxidizer/pull/468). But the 468...
@oahziur Dear, I can see the attention image by tensorboard now , But there this is only one image for one step, does that mean the image is for all...
我就是直接跑的范例代码,来自 https://docs.rs/ssh-rs/latest/ssh_rs/ 不知道是否和服务器支持算法类型相关,之前我测试过thrussh,会报错说服务器支持的“aes128-ctr,aes192-ctr,aes256-ctr”和客户端没有共同算法。 服务器的sshd版本如下: sshd --help unknown option -- - OpenSSH_7.4p1, OpenSSL 1.0.2k-fips 26 Jan 2017
sshd_config ``` cat /etc/ssh/sshd_config # $OpenBSD: sshd_config,v 1.100 2016/08/15 12:32:04 naddy Exp $ # This is the sshd server system-wide configuration file. See # sshd_config(5) for more information. # This...
the book.json is : ``` { "title": "book1", "description": "book1", "author": "tester", "language": "zh-hans", "plugins": [ ], "pluginsConfig": { "fontSettings": { "theme": "white", "family": "msyh", "size": 2 } }, "structure":...
@azu I find this issue is because the code blow. ``` {% if article.path and getPageByPath(article.path) %} {% elif article.url %} {% else %} {% endif %} {% if article.level...