Vojta Drbohlav

Results 10 issues of Vojta Drbohlav

Using one int8range column instead of 2 bigint columns for IP range in maxmind_geolite_city_blocks speeds up lookup from ~20 ms to ~0.1 ms. This is really big improvement. Using 2...

This fixes build when you specify DKMS version with `-k` argument for `dkms install`. Without this fix Makefile tries to look for kernel sources for currently running kernel version, not...

We've upgraded to 004 version a month ago and since that upgrade we've seen a lot of weird memory issues. After weeks of debugging I am sure it is because...

### Description On November 19 DNS queries for Amazon S3 from inside our containers started failing. It seems to be related to short TTL and multiple IP addresses being returned...

kind/bug
area/networking
status/confirmed

Use `type_for_attribute` instead of `columns_hash` to check whether an attribute type is JSON or JSONB. Serialization is now skipped not only for database attributes but also for attributes defined using...

I am using resumable upload and I would like to know if it is possible to upload empty (0 B) file. I don't know how to fill Content-Range HTTP header....

### Do you want to request a *feature* or report a *bug*? Bug ### What did you do? We have deployed server from [discourse/prometheus_exporter](https://github.com/discourse/prometheus_exporter) behind Traefik. Its client uses `Transfer-Encoding:...

kind/bug/possible
area/middleware
contributor/waiting-for-feedback
contributor/wanted

By setting `sub` you can set the subject of JWT access token and make use of domain-wide access configured for the specified service account.

### zot version v2.1.1 ### Describe the bug We are using Zot Registry to host our private Docker registry used mainly in our CI. We build images using Docker Buildx...

bug
rm-external

Rails and other gems provide lots of instrumentation data through [`ActiveSupport::Notifications` subscriptions](https://api.rubyonrails.org/classes/ActiveSupport/Notifications.html). For now I am mainly interested in instrumenting ViewComponent which already has instrumentation built in and provides all...