LAUGLAM

Results 7 issues of LAUGLAM

I looked at the related polymorphic deserialization [documentation](https://github.com/Kotlin/kotlinx.serialization/blob/master/docs/json.md#content-based-polymorphic-deserialization) & [Class discriminator](https://github.com/Kotlin/kotlinx.serialization/blob/master/docs/json.md#class-discriminator-for-polymorphism) but now the situation is that I have a class with a property in it that determines the type...

**Is your feature request related to a problem? Please describe.** *I have a class like this* ```c# public class ChapterListQuery { [AliasAs("title")] public string? Title { get; set; } public...

**Describe the bug** If you set Query delimiter on property it will not work ```c# public class Params { [Query("")] public string q { get; set; } } ``` After...

bug

**Is your feature request related to a problem? Please describe.** I have a class like this ```c# public class Query { public int? Limit { get; set; } public int?...

如题 在开怪之后希望能够通过快捷键对整个显示框进行“折叠”操作,在需要查看具体的DPS时,再次通过此快捷键展开显示框 ![image](https://user-images.githubusercontent.com/58240137/136213138-18bcefa7-e9be-42af-8679-680acf892432.png)

### 一、功能请求: 通过`-c`命令设置`config`目录的存放文字 ### 二、功能使用例子: 设置当前目录为`config`目录的存放位置 ```shell aliyunpan -c . 接后续命令 ``` ### 三、好处: 1. `config`配置目录的信息由`aliyunpan`自身管理,不需要export到环境变量 2. 未来加入开机启动功能后可以通过以下方式进行设置 ```text [Unit] Description=aliyunpan daemon [Service] Type=simple User=root ExecStart=/usr/bin/aliyunpan -c /etc/aliyunpan/ Restart=on-failure [Install]...