Sergey Ponomarev

Results 230 comments of Sergey Ponomarev

@lonix1 > NOTE! This hook must not also exist in /etc/letsencrypt/renewal-hooks/deploy/ because then it would run twice. I just checked and it looks like the hook didn't executed twice. Changed...

Also take a look on `org.springframework.web.util.WebUtils#getCookie`

Just an example of response listener using FastHttp library: ``` var ReadBufferSize = 30000 var readerPool sync.Pool func startResponseLoggerServer() { l, err := net.Listen("tcp", "localhost:9092") if err != nil {...

Hi @beatgammit can you mention in README the status of project. I found some alternative https://github.com/Stuk/jszip but for zip files while I need gzip:(

not all features are migrated: natpmp, libcadnode etc.

The Makefile has this: ifeq ($(OS),Windows_NT) OBJS += build/unix.o build/windows.o else OBJS += build/unix.o endif E.g. even for a Windows we need to compile the unix.c file. Is this correct...

so this file is anyway always added then we can move it too list of all core files

Technically speaking we also need to add a NOTICE file https://github.com/JavaMoney/jsr354-api/blob/master/LICENSE.txt#L179

@mervyn-mccreight "As for now the license is getting published as Apache 2 License" sorry could you please elaborate where you see it?

IMHO the wrapper is not needed. Developers of the library knows perfectly how to use the Maven. Users may add it into their projects if they wish. In the same...