potoo0

Results 40 comments of potoo0

It's works. Add this at the top of script. ```python import os import sys sys.path.append(os.getcwd() + '/build') ```

> Same here even i tried all the above solutions. Which file from build folder is needed ? Well, you can backup the original folder and delete some files for...

Hi, Have you solved this problems? And how?

The known `jenv.config.json` content is ```json { "jenvs":[...], "locals":[ { "path":"E:\\test_jshell", "name":"jdk17" }, { "path":"E:\\test_jshell\\build\\libs", "name":"jdk17" }, { "path":"E:\\test_jshell\\build\\libs\\Template", "name":"jdk17" } ], "global":"D:\\Java\\jdk1.8.0_261" } ``` Those *name-path* in *locals* will...

solution: https://github.com/sibson/redbeat/issues/155#issuecomment-605560369

it seems jshell not load any annotation processor (such as lombok and mapstruct, etc). https://bugs.openjdk.java.net/browse/JDK-8213600

We can compile source code in shell, then import those bytecode class files: 1. edit java source code, eg *TestVO*: ```java package vo; @lombok.Data public class TestVO { private String...

We could compile at runtime by ourselves. eg: ``` // 1. compiler output, use System.err if null StringWriter out = new StringWriter(); // 2. a diagnostic listener; if null use...

原因是当前 highlight 不包含这个语言的包,我替换 `argon/assets/vendor/highlight` 后仍然不起效果,原因是页面加载的是合并后的 `argon/assets/argon_js_merged.js`,我想问下,有脚本根据 *vendor* 下的资源,重新生成 *argon_js_merged.js* 吗? @solstice23

我也想看到,自己 ecs 启动起来,访问 github 都不知道有没有走代理。 而 windows 的 v2rayN 是有类似信息: ![image](https://user-images.githubusercontent.com/34411681/136526826-e76617ae-d490-4c00-9d0a-3dcb45e090b1.png) 如果可以的话,这个功能很需要。