meoww-bot
meoww-bot
I saw there are some round cases in rule config file, for example: `{{ printf \"%.0f\" $value }}` used in alert `HostEdacCorrectableErrorsDetected`
> 我的教育版弄成了,当然首先我帐号有 api 权限。 > > 1. microsoft-graph-api-auth 工具第四步如果在微软那边提示出错的话,这里的`scope`里面的几个权限之间的逗号改成空格。如果是点了还是当前页面,考虑一下 api 是不是设置有误。 > > 2. 然后访问提示`BadRequest`,查了一下应该是 Base 设置为`/`的话就会出现,排查到代码第 242 行,URL 里的`${base+(pathname == "/" ? "" :pathname) }`中`pathname`本身就已经带有`/`,无需再加base了。试着直接改成`${pathname == "/" ? ""...
IQQQ-024 IQQQ-025 车牌格式错误
> You can find passwords in `Keychain.app` with search keyword `"navicat"`. The file you said that stores passwords, I think, does NOT exists. Maybe you can try to write a...
这个无解,你自己打开链接也能看到,javdb 没这部片
I'll do it later...
hello, i have same issue, have u solve this problem?
I know the reason why we got the error, KDC enabled 'preauth' flag, only the key in KDC can be authed (check the KVNO via `kadmin.local -q 'getprinc User'`) but...
Hi, I already finish it at https://github.com/meoww-bot/requests I've tested it, cause these's a website with self sign ssl certificate I need login with golang. example: ``` skipssl := new(requests.InsecureSkipVerify) req...
你好,能考虑下实现“关闭 SSL 校验”的功能吗,我自己实现了个,能用,#28 ,但是感觉不是很优雅