TossPig

Results 13 issues of TossPig

When I use xorm reverse tools to reverse my database tables, It occured that "[Error] reverse.go:160 Unknown colType: inet", not support postgresql inet? ```sql -- Table: public.logs -- DROP TABLE...

enhancement

`Error deleting network: [json.exception.type_error.302] type must be string, but is null` https://github.com/zerotier/ZeroTierOne/blob/dev/controller/PostgreSQL.cpp#L1481-L1491

我的命令是`bee pack -b -ba="-v -x -ldflags \"-s -w\"" -be="GOARCH=amd64" -o ../ -f="zip"` 去掉其中的`-ldflags \"-s -w\"`就正常了 ``` build tsflow GOOS windows GOARCH amd64 D:\Develop\Go\bin\go build -o C:\Users\ttt\AppData\Local\Temp\beePack-2037585800\tsflow.exe -v -x -ldflags "-s...

``` go //数据库连接 dbtype := beego.AppConfig.String("dbtype") dbname := beego.AppConfig.String("dbname") dbhost := beego.AppConfig.String("dbhost") dbuser := beego.AppConfig.String("dbuser") dbpass := beego.AppConfig.String("dbpass") dbsslmode := beego.AppConfig.String("dbsslmode") dbprot := beego.AppConfig.String("dbprot") var dataSource string switch dbtype {...

版本:10.8.0 操作系统:Linux 架构:X64 ``` jellyfin | [23:49:30] [ERR] [1] Emby.Server.Implementations.ApplicationHost: Error creating Jellyfin.Plugin.Douban.ImageProvider jellyfin | System.TypeLoadException: Could not load type 'MediaBrowser.Model.Serialization.IJsonSerializer' from assembly 'MediaBrowser.Model, Version=10.8.0.0, Culture=neutral, PublicKeyToken=null'. jellyfin | at...

### Welcome - [X] Yes, I've searched similar issues on GitHub and didn't find any. ### How do you use lego? Binary ### Detailed Description I don't know why dns...

no-decision

好像改动有点大,不知道能否接受这样的埋点。 特别是为了记录上游服务器,对转发器`forward`的函数签名做了变更。 目前查询日志实时获取使用的长连接的方式,使用`websocket`更好,但是需要引用第三方库,暂未实现。 使用示例如下: 1. 查询日志发送到`https://123.com/mosdns.json` 2. 通过 /plugins/ssimple/statistics 实时获取查询日志 ```yaml log: # level: warn level: debug # level: info api: http: 0.0.0.0:8080 plugins: - tag: ssimple type: statistics_simple args:...

https://github.com/esvit/ng-table/blob/master/src/scripts/ngTableParams.js#L508 esvit@6e7bf3a733f15987b5b3aefeb738f3d5c03aaa8e ``` RAM:test测试test测试 server want:test%E6%B5%8B%E8%AF%95test%E6%B5%8B%E8%AF%95 server result:test%25E6%25B5%258B%25E8%25AF%2595test%25E6%25B5%258B%25E8%25AF%2595 Result=encodeURIComponent(want) ```