Max Alex
Max Alex
many thanks for the script to the developers
使用 [扩展 Markdown Parser](https://shd101wyy.github.io/markdown-preview-enhanced/#/zh-cn/extend-parser?id=%e6%89%a9%e5%b1%95-markdown-parser) 并配合自定义 CSS 可以实现表格居中: ```css .center { display: flex; justify-content: center; align-items: center; } ``` ```js onDidParseMarkdown: async function(html) { const modifiedHtml = html.replace(//g, ''); return modifiedHtml.replace(//g,...
v0.95.13 版本在**搜索里站**时重新出现此问题,代理在下载器中测试可以连接,浏览器访问eh和ex都正常。切换为表站可以正常搜索。 错误日志如下: ``` Jul 05, 2023 11:16:25 AM com.mchange.v2.log.MLog 信息: MLog clients using java 1.4+ standard logging. Jul 05, 2023 11:16:25 AM com.mchange.v2.c3p0.C3P0Registry banner 信息: Initializing c3p0-0.9.0.2 [built 26-September-2005...
> 是不能搜索还是不能创建? 两者都不能,无法搜索里站,无法通过 ex 链接手动创建任务。
> 给个创建任务的截图,能看到控制台输出信息的  控制台里隐去的部分是有效的 ex 网址。
> 主域名都连不上,只能换代理节点了。   感觉不像是代理的问题,在代理测试里 Google 是可以直连的,同时用浏览器也是能够登上 ex 的。 
已定位问题,在 [HttpsUtils.java](https://github.com/dipoo/egdownloader/blob/master/src/org/arong/util/https/HttpsUtils.java) 中 42 行禁用了 SNI 导致无法连接,将该行禁用即可,已经提交 pr (#46)。 猜测可能是 ex 开启了强制 SNI 所致。 Stack Overflow 上的一些参考: - [java - Received fatal alert: handshake_failure through SSLHandshakeException - Stack Overflow](https://stackoverflow.com/a/48444741/19356960) -...
.take
Based on @lucaspimentel 's idea, Here's my workaround for this using custom commands: ```toml format = """ ${custom.pwd_link_start}\ $directory\ ${custom.pwd_link_end}\ """ [custom.pwd_link_start] command = 'echo %cd%' # Change this for...
@Secrus Yes, that's the case. And I believe this can be done using a template, just like how completions are generated for other shells?