Vitalii Kozlovskyi

Results 16 issues of Vitalii Kozlovskyi

I have no idea, why I even enabled it, but `Dynamic Frequency Scaling` will cause weird glitches and I do not want someone else, to spend time on this :)

Probably the bug. When I try export ThumbnailFromBuffer twice. ```go // Broken, fails with error img, _ := vips.NewThumbnailFromBuffer(...) img.ExportWebp(...) img.ExportPng(...) // Works well img, _ := vips.NewImageFromBuffer(...) img.Thumbnail() img.ExportWebp(...)...

I'm trying to use Tensorflow (successfully built), Blender, DavinciResolve, etc... But everything seems broken. I tried to run hcc tests and got some failures _(hcc:clang_tot_upgrade (7c6c3a8 ) | rocr-runtime:2.2.0 |...

### Summary Using query builders along with manual string formatting or concatenation isn't detected. ### Steps to reproduce the behavior ```go sb = squirrel.StatementBuilder.Select("1") sb = sb.Where( fmt.Sprintf( "somefield IN...

enhancement
help wanted

I struggle enabling I2C on OPI4B. `i2cdetect` won't detect anything. So far, only noticed that in example of this library SDA/SCL are in `ALT3` mode, but in my case, those...

Support of [PGVector](https://github.com/pgvector/pgvector) extension by adding [pgvector-go](https://github.com/pgvector/pgvector-go) type. And properly map those values to [dense vector](https://www.elastic.co/guide/en/elasticsearch/reference/current/dense-vector.html) / [knn field](https://opensearch.org/docs/latest/search-plugins/knn/index/) Field shall be Marshaled as regular array of floats. Scope: TBD;

enhancement

Basic helm chart, with - Search credentials or (optional) Elasticsearch sub-chart; - DB credentials or (optional) PostgreSQL sub-chart; - Exposed monitoring , including `PodMonitor`; - Optional preconfigured UIs: PGAdmin and...

enhancement

Make configuration pluggable and implement: - Basic mandatory schema discovery Optional: - Autodiscovery based on schema, PKs, FKs - Conftags based config - External config Each config applies changes on...

enhancement

SearchReplica require extensive testing, for each possible edge case and any possible load. This thread would be used for track and discussion of ongoing test progress.

help wanted