ArcticLampyrid

Results 46 issues of ArcticLampyrid

I had some time to find out how to use `groovy.lang.Closure` for custom property. ```kotlin configure { customProperty("git.commit.id.describe", object : groovy.lang.Closure(this, this) { fun doCall(repo: Grgit): String { return repo.describe(mapOf("tags"...

Input: ```html asd ``` Output: ```markdown [ # asd ](http://www.baidu.com) ``` I think it should be: ```markdown # [asd](http://www.baidu.com) ``` ---- Input: ```html a1 b1 a2 b2 ``` Output: ```markdown...

https://github.com/brthor/Gofer.NET/blob/08a8bbd21f72776a5bd170aa0cd78340e2b8b3a5/Gofer.NET.Utils/ActionExtensionMethods.cs#L31 Since `ToTaskInfo(this Expression)` is available, why not add `TaskQueue.Enqueue(Expression)`? It's helpful to suppress warning CS4014 with async function. > CS4014: Because this call is not awaited, execution of the...

Like #69 `options.additionalParameters` only supports to pass a single argument currently. ---- A detailed example: ``` { "antlr4.generation": { "additionalParameters": "-encoding UTF8" } } ``` will pass `"-encoding UTF8"` instead...

bug

部分软件需要这样的样式才能正常渲染 注意:当前 `Mono` 样式给出的中文标点(如`“”`)是 half width 的

My code: (`RpcChannel.service`) ArcticLampyrid/KtJsonRpcPeer@e5559a8eec33aa28ab98efb64e836d561292353b (fixed by ArcticLampyrid/KtJsonRpcPeer@644a12afe9e14ae2fc8f6ec6220f6cbef950df08 via abandoning delegate) Note that it works well when used in its own project, but when **other projects use it as a dependency**,...

bug

There are two ways to deal with this feature. 1. generate proguard rules according to what fields `FU` use 2. mark all the fields with a specific annotation and write...

enhancement

Chocolatey is the package manager for Windows

华为系列定制系统(EMUI / Harmony OS)的高版本后台管理较为严格,使用Huawei Push可以更好地保证推送的及时性(实测MiPush在华为手机上很容易被kill)