Vladimir Garvardt

Results 11 issues of Vladimir Garvardt

**What operating system and terminal are you using?** OS: MacOS 10.15.7 Terminal: zsh 5.8 (x86_64-apple-darwin19.6.0) **An example that showcases the bug.** I use `survey` lib to populate a struct -...

Bug

### Discord username (optional) _No response_ ### Describe the solution you'd like? Workflows are really great idea - already migrated almost all my code snippets from notes. But one feature...

Feature requests

Mine does not fit panel height (4 modules are missed at the bottom) ![screen shot 2013-07-09 at 4 56 40 pm](https://f.cloud.github.com/assets/173697/768121/bb57d49a-e897-11e2-9c62-97ecbae2b51f.png)

Current implementation runs checks consequently, this PR changes behaviour to run all the tests concurrently, so that it should take less time.

As of [protobuf 3.15](https://github.com/protocolbuffers/protobuf/releases/tag/v3.15.0) `optional` fields are available, but they are not supported by the generator: ``` test/optional/v1/has_optional_field.proto: is a proto3 file that contains optional fields, but code generator protoc-gen-grpc-gateway-ts...

Addresses https://github.com/vgarvardt/gue/issues/87

This PR changes output for the application flow logs from direct write to `os.Stdout` (`fmt.Print`) to stdlib `log` that allows to override real output with the existing log writer. E.g....

I mean numbers in the bottom of content section, where currently displayed rows and total number of rows displayed. Because with big numbers it is not so easy to understand...

In PostgreSQL `pg_advisory_lock()` is used to put a DB-level lock before applying migrations. The side-effect of this way of locking is that operation is waiting indefinitely until the lock can...

This PR adds `Mapper` interface that allows to delegate field mappig to field type implementation if standard types are not enough. Additionally I had to change `fmt.Printf()` calls to `log.Printl()`...