takeseem

Results 12 issues of takeseem

## Feature Request **For English only**, other languages will not accept. I have a case: 1. I will start a Timer from a job 2. when re-sharding, i need found...

question

for multiple configurations, generally the first one is the main configuration. so only the first configuration needs to be watch, the other will wait 1 second. (if waitTime=0, will wait...

in progress

https://github.com/apache/shardingsphere-elasticjob-ui/blob/3.0.1-release/shardingsphere-elasticjob-lite-ui/shardingsphere-elasticjob-lite-ui-frontend/src/views/operation-jobs/module/operationJobs.vue#L78 我认为trigger操作应该一直允许, remove ` v-if="'OK'===scope.row.status"` ``` {{ $t("operationJobs.actionText.trigger") }} ``` ``` [ERROR] 01:33:13.385 [http-nio-8118-exec-9] o.a.s.e.l.u.w.h.RestExceptionHandler - null java.lang.NullPointerException: null at java.util.regex.Matcher.getTextLength(Matcher.java:1283) at java.util.regex.Matcher.reset(Matcher.java:309) at java.util.regex.Matcher.(Matcher.java:229) at java.util.regex.Pattern.matcher(Pattern.java:1093) at org.yaml.snakeyaml.reader.StreamReader.checkPrintable(StreamReader.java:64) at...

in join method `nodeID = UUID.randomUUID().toString()`, i think it is better in the conscutor. Example: ```java public ZookeeperClusterManager(JsonObject config) { this.conf = config; this.nodeID = config.getString("nodeID", UUID.randomUUID().toString()); } ``` [ZookeeperClusterManager.nodeId](https://github.com/vert-x3/vertx-zookeeper/blob/master/src/main/java/io/vertx/spi/cluster/zookeeper/ZookeeperClusterManager.java#L318)

ApacheHttpClient丢失rate limit信息

I have used Terminator for many years and I appreciate the great software you provide. Can you provide a setting to customize the width of tab to 4 or 2...

can't show full input positions on eclipse status bar ![Image](https://github.com/user-attachments/assets/f41dbffe-6078-4a3d-8c72-5b922407c026)

bug

- luci-base 中 [变更了关闭逻辑](https://github.com/openwrt/luci/commit/3f832f25120184a5794f593bafa762747d6cc693#diff-32a26e179d4b916238be49e5fb1df9191e71675fe3851402c4622884fcf067f8R3875) ``` fadeOutNotification(ev.target); 变更为: dom.parent(ev.target, '.alert-message').classList.add('fade-out'); ``` - argon [cascade.less](https://github.com/jerrykuku/luci-theme-argon/blob/c5b5e56c0173fec31a52cd82269cde4066214d16/less/cascade.less#L2473) 中没有相关代码, luci [cascade.css](https://github.com/openwrt/luci/blame/master/themes/luci-theme-bootstrap/htdocs/luci-static/bootstrap/cascade.css#L2575) 中有 fade-out

fix #2772 Subrouter failure handler is ignored

fix #2772 Subrouter failure handler is ignored