oonxt

Results 6 comments of oonxt

Hey guys, I really need this. Is there any chance to merge? By the way, sending db/redis/...connection through the task.request.app is not a good idea. because the task runner/scheduler are...

ok. The problem is this: If we use MultiRootEditor alone, it is ok. But if we also use @radix-ui/react-dropdown-menu at the same time, all edit boxes will disappear. The steps...

Yes. I've tried. But there is not a merge method or something in the dynamic/static schema. So I can only use the dynamic schema or static schema. like this: let...

I have very little knowledge about Office Open XML. And I found something on this website: http://officeopenxml.com/drwSp-textbox.php Should I refer to this specification to implement it?

如果返回值是 ```ForestResponse``` 又会出现 com.dtflys.forest.exceptions.ForestHandlerException: com.dtflys.forest.exceptions.ForestHandlerException: com.dtflys.forest.exceptions.ForestConvertException: [Forest] json converter: 'ForestJacksonConverter' error: Cannot deserialize value of type `java.lang.String` from Object value (token `JsonToken.START_OBJECT`) at [Source: REDACTED (`StreamReadFeature.INCLUDE_SOURCE_IN_LOCATION` disabled); line: 1, column:...

接口定义 ``` @Get(url = "\${0}", decoder = ForestJacksonConverter::class, dataType = "json") @BodyType(type = "json", encoder = ForestJacksonConverter::class) @Success(condition = CommonCondition::class) @HttpClient fun get(url: String, @JSONBody body: B, @Header headers: Map):...