Igor Zibarev

Results 18 issues of Igor Zibarev

According to [docs](https://bun.uptrace.dev/postgres/table-partition.html), currently only `PARTITION BY` is supported but `PARTITION OF` is not. i.e. for the provided example ```sql CREATE TABLE measurements ( id int8 PRIMARY KEY, value float8...

**Is your feature request related to a problem? Please describe.** [bun](https://github.com/uptrace/bun) is a successor of [go-pg](https://github.com/go-pg/pg). There is already a [module](https://github.com/elastic/apm-agent-go/tree/main/module/apmgopgv10) for go-pg, but there is no module for bun....

agent-go

gjson now [supports @dig](https://github.com/tidwall/gjson/commit/e8e87f2a00dc41f3aba5631094e21f59a8cf8cbf), it would be great if we can set json using `sjson.Set(json, "@dig:key", "value")`.

It's quite old, need to make it clean and shiny :)

Implement a feature allowing users to define custom commands in the config file, and run them on installing dotfiles.

feature

This project needs more tests.

enhancement

There are some caveats. For example, the config file should not be reformatted. The command should only add a single line, but not changing any existing lines. So, simple `toml.Decode()`...

enhancement
help wanted

Implement a simple command to check if local dotfiles repo and remote dotfiles repo are in sync. The result should be cached for some considerable time. So it can be...

feature