Sergio Kovtunenko

Results 11 issues of Sergio Kovtunenko

Please add Aah framework into comparison: https://aahframework.org

Hello, thank you for a great library! Sometimes there is a need to pass as an ENV variable, not a single value, but a whole struct to override all the...

documentation
feature

> Please check if what you want to add to `awesome-go` list meets [quality standards](https://github.com/avelino/awesome-go/blob/main/CONTRIBUTING.md#quality-standards) before sending pull request. Thanks! **Please provide package links to:** - repo link: https://github.com/skovtunenko/graterm -...

- Update the go version in the testing matrix to test on the latest (officially supported by Google) Go versions: 1.18 and 1.19. - Revisit annotations: https://github.com/skovtunenko/graterm/actions/runs/2781832066

enhancement

- [ ] Update README.md to add more details regarding hooks with the same `Order` -- what would be the effect? - [ ] Reformat code snippets in README.md to...

documentation

Given the following ACH request file: ``` 101 062000019B1102027371906241706P094101REGIONS BANK MYCORP SVCSXXXXXXXXXXXXX 52006088BCB FV4223371 B110202737CCD6088BCB 190624 1062000190000001 6223694058211790185004 0000009999REHJXZZGF DON 1604AF7D R 1062000190000001 705DESCRIPT11 00010000001 6223694058211790185004 0000005091ASQSQQQQ DON 1604AF7D R...

Hello, @azimjohn ! It seems that starting yesterday we can't connect to jprq server. Error is: ``` $ jprq http 3000 jprq 2.3 press Ctrl+C to quit failed to connect...

Hello! Internally, the application is logging in plain text, like: ```go log.Printf("jobID=%v, jobname=%v, msg=starting", e.ID, j.Name) ``` This is not compatible with structured logging. It would be great if the...

Hello, in version `v2.2.1`, there is no support for graceful shutdown for the application. The application and its jobs needs to know (and react accordingly) when there is a time...

Error Handling Enhancement Current code doesn't expose error types. Add custom error types for better error handling: ```go // Create new file: errors.go package graterm type TerminationTimeoutError struct { Timeout...

enhancement