Panapol Poungdech

Results 7 issues of Panapol Poungdech

when we run ninjabot on serverless, cloud container, etc. I think better way if we persist data on external db or external file storage like postgresql , mongodb , s3...

kind/feature

## Explanation I found thai word is incorrect ## Screenshots/Screencaps ![image](https://github.com/MetaMask/metamask-extension/assets/34530268/c9c34d6a-d879-41ba-b7c1-df9064a694dc) สำเหร็จ -> สำเร็จ แอดแดรส -> แอดเดรส เเริ่ม -> เริ่ม แก็ส -> แก๊ส ## Manual Testing Steps N/A ## Pre-merge...

external-contributor

Now, In Thailand we have binance-th and then I need to enhancing this package to support binance non-global. depend on this issue : https://github.com/adshao/go-binance/issues/539#issue-2088643057

kind/feature

webui was stucked when cannot create job (job request return error) webui was stuck log from server I think server should return what error and webui should noti that error...

I saw deprecated function in go code generator after Go 1.16 ioutil.ReadAll(...) is deprecated, we should use io.ReadAll(...) instead Doc ref : https://pkg.go.dev/io/ioutil#ReadAll issue : #719

I saw deprecated function in go code generator after Go 1.16 `ioutil.ReadAll(...)` is deprecated, we should use `io.ReadAll(...)` instead Doc ref : https://pkg.go.dev/io/ioutil#ReadAll Code : https://github.com/postmanlabs/postman-code-generators/blob/2411e41a03c59515fb78e363b0c93ba57f7d030b/codegens/golang/lib/index.js#L300C82-L300C96

Add new BinanceOption to configure custom API endpoint ### What have you changed and why? I've added a new binanceOption that allows users to configure a custom API endpoint. This...