iseki
iseki
协议部分文档如[VMess](https://v2ray.com/developer/protocols/vmess.html)似乎有点过于简洁,建议适当可以加入一点BestPractice防止开发者误用。许多内容需要二次阅读源码,这对非Golang开发者不是太友好。 一点拙见
**Describe the bug** @JsonValue annotation on top node work correctly during serialization but fault on deserialization. **Version information** Latest **To Reproduce** ```kotlin val mapper = jacksonMapper() data class A(@JsonValue val...
## Describe the bug Two layer text in code editor doesn't overlapped exactly. (Only in Chrome browser) ## To Reproduce 1. Open any document in Chrome browser, such as [Example](https://elements-demo.stoplight.io/?_ga=2.174548962.198023653.1640187778-2134395263.1638722178#/operations/post-users-userID)...
pcs跑在VPS上控制不太方便,每次都要挂终端,我想写个东西把pcs包一层方便使用,但是上来静态库好像没法编译了?
删除文件失败
删除文件时显示`删除文件失败,请稍后重试` 系统:`Ubuntu 17.04` 
Some status code such as 451 doesn't exists in Status enum. It cause a NullPointerException that make the response 500.
**Question** Why Dokka doesn't generate documents for protobuf generated code, even I create a customized sourceSet and add the target path to `sourceRoot` ? **Installation** ```kotlin id("org.jetbrains.dokka") version "1.7.10" ```...
**Describe the bug** When we create a hand-written serializer, it can be linked with some type by `@Serializable` annotation. The hand-written serializer could be placed to another package which is...
## Describe the feature Currently, the serializer interface is: ```go type SerializerInterface interface { Scan(ctx context.Context, field *Field, dst reflect.Value, dbValue interface{}) error SerializerValuerInterface } ``` Add new interface/method with...