Vlad Ivanov

Results 19 issues of Vlad Ivanov

This issue is for discussing design of "linking frontends" feature. Original discussion can be found here ## Problem As builds get more complicated, Dockerfiles get longer and harder to maintain....

kind/enhancement
area/dockerfile

This PR doesn't change any behaviour, but rather adds comments and changes variable names in order for code to be more readable -- I hope that comments are correct

### Jenkins and plugins versions report Environment ```text Jenkins: 2.361.3 OS: Linux - 5.10.147+ --- PrioritySorter:4.1.0 ace-editor:1.1 ansicolor:1.0.2 antisamy-markup-formatter:155.v795fb_8702324 apache-httpcomponents-client-4-api:4.5.13-138.v4e7d9a_7b_a_e61 authentication-tokens:1.4 authorize-project:1.4.0 basic-branch-build-strategies:71.vc1421f89888e blueocean:1.25.8 blueocean-autofavorite:1.2.5 blueocean-bitbucket-pipeline:1.25.8 blueocean-commons:1.25.8 blueocean-config:1.25.8 blueocean-core-js:1.25.8 blueocean-dashboard:1.25.8...

It would be good to be able to add URL to the compiled requirement files: ``` uv pip compile --emit-url-annotation ... ``` ``` zipp==3.15.0 # via importlib-metadata # from https://pypi.org/simple...

wish

Follow-up to https://github.com/martinohmann/hcl-rs/issues/184. Consider a terraform-like environment where local variables can be defined in `locals` blocks and where locals can reference each other. One way to resolve those references would...

I ran into a seemingly complex edge case where deserialisation fails when an untagged enum is used together with `deserialize_with`. In the following example: ```rust #![allow(unused)] use serde::Deserialize; use serde::Deserializer;...

bug

### Checks - [X] I have checked that this issue has not already been reported. - [X] I have confirmed this bug exists on the [latest version](https://github.com/prefix-dev/pixi/releases) of pixi, using...

bug

### What feature do you want to see added? Hello, would it be possible to have an option to use multiple zones for launching agents? Right now if a zone...

enhancement

When a lot of requests arrive roughly at the same time, several requests can enter the critical section where an HTTP request to upstream is made to check the auth...