Afdal Wahyu

Results 6 comments of Afdal Wahyu

use react native fetch blob

hi i found a solution but its kinda hackish you need change layout data to component data not vuex data. and then use ```JSON.parse(JSON.stringify(data))``` for example: ```js export default {...

my current implementation is using [gost](https://github.com/ginuerzh/gost) to forward socks from docker. btw i'm using this [dockerfile](https://github.com/kizzx2/docker-openvpn-client-socks) `$> gost -L=:6666 -F socks4://127.0.0.1:1080` where 127.0.0.1:1080 is address from container openvpn proxy, and...

thanks @kocendavid It worked on the first try, but when I redeployed, it got replaced again with `plaintext`. My workaround for supporting multiple custom vars and secrets: Make sure your...

Using another approach based on the comment [here](https://github.com/labstack/echo/blob/8ad22302f2a6b3451f5ecc3aec1b32a2c48412de/middleware/timeout.go#L11), I’m still encountering the same issue. another approach: ```go package main import ( "context" "net/http" "time" "github.com/labstack/echo/v4" ) func main() { e...