Maksym Kryvchun

Results 39 issues of Maksym Kryvchun

The library panics in case of uploading a broken image. Relates to https://github.com/disintegration/imaging/issues/165 ## Minimal reproducible example - [poc.tiff](https://github.com/pic4xiu/pocRep/blob/main/poc.tiff) by @pic4xiu - **main.go** ```go package main import ( "fmt" "log"...

bug

**Please describe the problem / need you are trying to solve.** Now, If I need to change the same values in many places. Example: "POSTGRES_PASSWORD". Because of this, an incorrect...

Add an ability to sort by field: - Descending - Ascending

enhancement

Define component styles for different themes. Get a theme from [the configuration](https://github.com/hedhyw/json-log-viewer/blob/c65754ff6ef294d9d1d9653c105c8cda3e86dc80/internal/pkg/config/config.go#L17) or from the environment variable "JLV_THEME". Support config hierarchy (example: use a theme from the home directory if...

good first issue

Support search over all fields. Create [a new state](https://github.com/hedhyw/json-log-viewer/tree/main/internal/app) in which: - up -> go to the previously found line; - down -> go to the next found line; -...

enhancement

The place is: https://github.com/hedhyw/json-log-viewer/blob/bbae13d2754cb885c2f0f986aa4dda2a9a5eb9ec/go.mod#L5 More details: https://github.com/antonmedv/fx/issues/256

enhancement
blocked

The place is: https://github.com/hedhyw/json-log-viewer/blob/3a474972288146cef2bac25eb50b0e6b4c80a4bf/go.mod#L7 After merging: https://github.com/charmbracelet/bubbles/pull/397

blocked

Support after-refreshing of logs. It should be [configurable](https://github.com/hedhyw/json-log-viewer/blob/main/internal/pkg/config/config.go). Default: every 10s. Keep the cursor on the same position.

enhancement
good first issue