guilinonline

Results 13 issues of guilinonline

resource "alicloud_ots_instance" "tftable" { name = "tftable" description = "terraform tablestore" accessed_by = "Any" tags = { Created = "TF" For = "Building table" } } resource "alicloud_ots_table" "basic" {...

![image](https://user-images.githubusercontent.com/45056991/169768921-22f4caa7-1e74-4aef-9746-e2a20ea3b43c.png) 按官方网站的写法,可以用,今天改为模块开发时,发现不行了,要改为: ![image](https://user-images.githubusercontent.com/45056991/169769117-e8f296cc-e67c-4398-ba26-f8f109eb1a3c.png) 这是为什么呢?我怀疑是terraform官网写错了,看了其他的provider写法也是:`hashicorp/alicloud`

### What type of request is this? New tool idea ### Clear and concise description of the feature you are proposing 正则表达式工具 ![image](https://github.com/CorentinTh/it-tools/assets/45056991/893ccec4-8833-4fa8-a9eb-2e3ea57d90ae) ### Is their example of this tool...

enhancement
triage

### What type of request is this? New tool idea ### Clear and concise description of the feature you are proposing 生成密码支持长度,个数,密码组合要求 ### Is their example of this tool in...

enhancement
triage

我用官方示例最小化运行时,发现队列中会存在ping任务失败,在我代码中确实没有ping相关的handler,是我用错了吗? 我用文档中的示例测试的,当我不断的创建任务确实能正常处理https://github.com/hibiken/asynq/blob/master/README.md 但我不知清楚ping任务是谁发起的,我是不是应该要自已创建一个ping使用的handler

bug

![screenshot-20240605-165802](https://github.com/star7th/showdoc/assets/45056991/9ab1d48a-2968-45de-a2c0-35ae9a54087d)

文档中有数学公式,流程图的情况下在安卓客户端下不能显示出来。数学公式会原样显示,流程图是一片空白

apple@AppledeMBP monstache % monstache -f ./etc/config.toml -mapper-plugin-path ./etc/monstache-plugin.so ERROR 2024/10/07 10:55:22 Unable to load mapper plugin ./etc/monstache-plugin.so: plugin.Open("./etc/monstache-plugin"): plugin was built with a different version of package golang.org/x/text/transform 这是我在macos中启动的。monstache-plugin.so是基于plugin.go通过make编译出来的,monstache安装的是v6.7.17版本。

### What type of request is this? New tool idea ### Clear and concise description of the feature you are proposing https://transform.tools/json-to-go ### Is their example of this tool in...

enhancement
triage

Describe the bug When initializing an instance of asynq.NewScheduler, registering a scheduled task, and starting it, everything works fine. However, when the same code is deployed in a distributed manner...

bug