Vladislav Fursov

Results 43 comments of Vladislav Fursov

Hello, I made a [fork](https://github.com/ghostiam/systray) that works with `webview`. Tested on MacOS, Ubuntu linux and Windows.

I was able to set up IPv6 via ipv6nat. Created a PR https://github.com/chaifeng/ufw-docker/pull/92 with fixes in the script to add IPv6 rules on `ufw-docker install` and `ufw-docker allow` Perhaps it...

@Etheroit thanks for the tip, it works. I fixed the PR.

> > @Etheroit thanks for the tip, it works. I fixed the PR. > > Np. I was struggling with this issue too and just came across this when trying...

@GF-Huang I didn't notice that GitHub notified here about the merge in my own repository. My fixes are not accepted yet, but you can follow the instructions in the PR...

Or use stdlib [TextUnmarshaler](https://golang.org/pkg/encoding/#TextUnmarshaler) interface ```go func UnmarshalerHook() mapstructure.DecodeHookFunc { return func(from reflect.Value, to reflect.Value) (interface{}, error) { if to.CanAddr() { to = to.Addr() } // If the destination implements...

I have a ready-made code that does from this: ``` name=John+Doe&phoneNumber.countryCode=41&phoneNumber.number=1234567890&phoneNumber.countryCode=1&phoneNumber.number=555-1234&address.street=Calm+street+1&address.city=Zürich&address.country=Switzerland&address.street=Kleinstraße+2&address.city=Berlin&address.country=Germany&address.street=Le+Grand+Rue+10&address.city=Toulon&address.country=France ``` This: ``` go PersonSlice{ Name:"John Doe", PhoneNumbers: []PhoneNumber{ {CountryCode:"41", Number:"1234567890"}, {CountryCode:"1", Number:"555-1234"}, }, Addresses:[]Address{ {Street:"Calm street 1", City:"Zürich",...

You can use logrotate with the "copytruncate" option. I've just made a container and it works the way I wanted it to. ```dockerfile FROM alpine:latest ENV CRON="*/30 * * *...

@Bob-le-pirate With "copytruncate" option you don't need use kill -USR1

Broken transparency in 04e4ec323bcb7a51aa5e22a8bd43c87c85d8397f