Amir Khazaie
Results
3
issues of
Amir Khazaie
I have a VPS in France. I used the following to create a Shadowsocks connection: ``` docker run -d --name shadowsocks --restart always -e PASSWORD=XXXXXXXX -p8388:8388 -p8388:8388/udp -d shadowsocks/shadowsocks-libev ```...
bug
manager
### Version 1.28.0 ### What happened? The `sqlc.arg` or `@` is not working for `LIMIT` and `OFFSET`. ### Relevant log output ```shell sqlc generate failed. # package query.sql:23:9: syntax error...
bug
:books: postgresql
:wrench: golang
:computer: darwin