RelicOfTesla
RelicOfTesla
**Describe the bug** repeat decode report error. **To Reproduce** Steps to reproduce the behavior: 1. select a qrcode image file, like a url qrcode-image 2. open chrome developer console, and...
### General information - json-editor version: 2.14.1 ### Expected behavior not some delete button. ### Actual behavior hide button after must add row ### Steps to reproduce the behavior Direct...
```bash [root]# CGO_ENABLED=0 make GO111MODULE=on go build -o ./bin/tronctl -ldflags="-X main.version=v285 -X main.commit=d1c5aac-dirty -X main.builtAt=2024-01-28T12:25:29-0500 -X [email protected]" cmd/main.go # github.com/fbsobreira/gotron-sdk/pkg/keystore pkg/keystore/recover.go:17:33: undefined: secp256k1.RecoverPubkey make: *** [all] Error 1 ``` Also...
Not support the "uuid" key when open --pad-oper in IDL file
Only hook one api, and call the Mhook_Unhook to restore it, It's bad to TrampolineGet return NULL.
Support KeepTTL option when update cache value. Fix Increment/Decrement lose expiration time.
like https://github.com/Code-Hex/go-generics-cache https://github.com/jellydator/ttlcache https://github.com/mdaliyan/icache **New a CacheT[V] / CacheKvT[K,V] operator class** ```go type CacheT[V any] interface { Has(key string) bool Get(key string) (V, bool) Set(key string, val V, ttl time.Duration)...
### Expected behavior ```json { "test": { "a": true, "b": true, "c": true } } ``` ### Actual behavior ```json { "test": { "a": true, "b": true, "c": true, "d":...
3.0.0rc6是正常的(git 1c2d9b2a5beaaf1395f6680f36df48863165d00b),从rc7开始,到rc10以及nightly.20240201 都是无法链接。报ERR_SOCKS_CONNECTION_FAILED go编译版本分别为go1.20.14与1.22.2 协议尝试了http2/mtls都不行 ``` client: gost -L :10806 -F mtls://aaa.bbb.com:5003 {"handler":"auto","kind":"service","level":"error","listener":"tcp","msg":"read tcp 192.168.1.22:56346->8.210.***.25:5003: wsarecv: An existing connection was forcibly closed by the remote host.","service":"service-0","time":"2024-04-23T13:41:58.609+08:00"} server: gost -L mtls://:5003...
Only in **linux(centos 7)**, crash report php 7.2.30 SplFileObject::__construct(/tmp/phpLnXyN7): failed to open stream: No such file or directory ```php public function test(){ print_r([ request()->file('file1')->move('./uploads/test/'), request()->file('file2'), //crash ]); } ``` exception...