Isaac Aymerich
Isaac Aymerich
You have a rest api service connected to redis (keep account and watched information) then user A connect to server A and watch a movie next day user A connect...
It crashes when using custom net.conn implementation that does not return ```net.TCPAddr``` when ```con.LocalAddr()``` Crash example ``` panic: interface conversion: net.Addr is net.pipeAddr, not *net.TCPAddr goroutine 7 [running]: github.com/armon/go-socks5.(*Server).handleConnect(0xc00019a320, {0xfe4fd0,...
this is the error ``` Failed encoding filesystem "github.com/segator/transcoderd": opening file .git\COMMIT_EDITMSG: http: invalid character in file path ``` in my main.go i have this ``` err := gitfs.New(ctx, "github.com/segator/transcoderd",)...
It seems when opening a file with gitfs for example to copy it to another file it use a lot of memory! but only in the moment you open and...
Out of memory on a 32GB system (30 GB not used) plex-sync serverA/2,r serverB/2,rw Large Library(80K episodes on 2 servers) [4332:0x55a7b4ce31d0] 638448 ms: Mark-sweep 1655.4 (1720.0) -> 1655.4 (1688.5) MB,...
it will be nice to have bsync as a daemon and then using rest api to fix conflits and use FS notify to auto detect changes and sync files almost...
Hi it will be nice to support multiple nodes sync left center right when solving conflicts.
I created the lcvpn docker to build & run ```bash docker build -t segator/lcvpn . docker run -d --name lcvpn -v /my/lcvpn.conf:/config/lcvpn.conf -p 25001:25001/udp segator/lcvp ```
QueueDeclare with autoDelete true is not recreated after reconnection
Docker image generated ***elonh/rcloneng*** every time a commit is pushed to master following your existing github workflow. the image is generated for amd64 and arm. remember to add in your...