Lin ZiHao
Lin ZiHao
close #334 Side effects - test would be slower - CheckFile function's semantic is change, and should not be use in other place(maybe make it private?)
I encounter a test failure like this ``` ➜ mapreduce git:(master) ✗ make test_homework go test -v -run=TestURLTop === RUN TestURLTop Case0 PASS, dataSize=1MB, nMapFiles=5, cost=46.062897ms TestURLTop: urltop10_test.go:89: Case1 FAIL,...
amazing plugin! could you please add Clojure support back? how can I help, I can try to translate kotlin script to Clojure
cabal repl produce the following error ``` src/Data/Geometry/Vector/VectorFamilyPeano.hs:218:10: error: • Couldn't match type ‘Data.Vector.Fixed.Cont.Peano (FromPeano d + 1)’ with ‘'S (Data.Vector.Fixed.Cont.Peano (FromPeano d))’ arising from the superclasses of an instance...
I want to convert Option to a nullable A. as https://github.com/springdoc/springdoc-openapi/issues/712#issuecomment-639062595 suggest ```java @Override public Schema resolve(AnnotatedType annotatedType, ModelConverterContext context, Iterator chain) { JavaType javaType = Json.mapper().constructType(annotatedType.getType()); if (javaType !=...
假设 zk 上的 dubbo 注册信息根路径是 /dubbo. 上面有接口级的例如 ``` /dubbo/com.example.SomeInterface ``` 还有应用级的, 例如 ``` /dubbo/SomeService - 127.0.0.1:20880 ``` 当 org.apache.dubbo.registry.zookeeper.ZookeeperRegistry#doSubscribe 调用的时候, 如果走到了 ANY_VALUE.equals(url.getServiceInterface()) 的分支, 会把底下所有子节点都 subscribe. 即上面例子的 /dubbo/com.example.SomeInterface 和 /dubbo/SomeService 都...
或者在调用call method之前, 如果发现还没启动就自动执行
宿主项目使用了更低版本的gson, mvn会resolve到低版本的gson. 解决方式 降低当前的gson版本