Andrey Kolkov

Results 36 issues of Andrey Kolkov

Hi! Why we don't `defer logger.Sync()`? ``` func ExampleNewStdLog() { logger := zap.NewExample() defer logger.Sync() std := zap.NewStdLog(logger) std.Print("standard logger wrapper") // Output: // {"level":"info","msg":"standard logger wrapper"} } ```

If we need colored output on windows console we need to replace `New()` function: ``` // New creates a new logger using the default configuration. func New() Logger { l,...

Hi! Please provide en complex example about using treansactional in services. Existing example in readme is very abstract... ( Thanks!

I think not a good solution to use `UUID` `v.4`, instead `v.1`. What do you think about this? And what type is better golang `string` mysql `char(36)` or golang `uuid.UUID`...

Hi, Qiang! I found nice article about Clean Architecture in Golang. Did you read it? I like that the presenter extracted from Use Case layer. In our starter it hardcoded...

Hi! What's wrong? I update docker image and now is see: ```bash mainserver ~ # docker run -p 9222:9222 --name headless-shell --shm-size 2G chromedp/headless-shell [0126/120315.077496:WARNING:resource_bundle.cc(456)] locale_file_path.empty() for locale [0126/120315.088798:WARNING:resource_bundle.cc(456)] locale_file_path.empty()...

needs info

Please remove logging from NewSitemap() https://github.com/ikeikeikeike/go-sitemap-generator/blob/c473e35ca5f0ce3059e2417fa95959adfd3428ce/stm/sitemap.go#L14

Sorry! I do not understand it the same or not? https://github.com/limetext/gopy/tree/master/lib

Hi! I don't see any Gentoo templates in the repo `lxc-create -n gentoo -t download` or `lxc-create -n gentoo -t /usr/share/lxc/templates/lxc-download` ``` DIST RELEASE ARCH VARIANT BUILD --- almalinux 8...

Bug
Easy

# Required information * Distribution: `Gentoo` * Distribution version: `Latest` * The output of * `lxc-start --version` ``` 4.0.5 ``` * `lxc-checkconfig` ``` LXC version 4.0.5 --- Namespaces --- Namespaces:...