Om Prakaash

Results 7 issues of Om Prakaash

Adds support for rsvg hugetlb cgroup. More Info on why this is necessary: https://github.com/opencontainers/runtime-spec/pull/1116.

Adds the linux_devices integration test.

kind/test

Adds an integration test for cgroups_relative_memory. The only difference from the non-relative test seems to be the cgroup_path of the specified spec while testing.

kind/test

Adds basic support for inlay-hints and annotation insertion for types.

Added a function to obtain physical windows position of a pixel. Opening a draft PR to ensure correctness first. I am kind of rusty on graphical transformations atm. Should resolve...

Updates nix to 0.28.0. Changed the deprecated functions to new recommended ones. Another noticeable change was the write() ~and close()~ function~s~ in nix now take in `OwnedFd` instead of `RawFd`....

kind/cleanup

Adds an annotation printer class that is to be used for inlay hints/code annotations in the language server. This is similar to the pretty_printer, but also context aware. Ref: #2525