Aleksandr

Results 9 comments of Aleksandr

@ramunasd is it worth to continue contribute? I am open for discussion and suggestions Many things are not done yet but that draft contains implemented features and give understand primary...

> I would suggest to split this change into several smaller @ramunasd I totally rework foundation and configuration with many break changes. Not worth to keep backwards compatibility, users can...

https://github.com/sashaaro/RabbitMqBundle/blob/ec0f05e1ee0822e1e6ca6d10dc8a459ed808946c/Resources/doc/configuration.md?plain=1#L81

I compile as below in ubuntu ``` sudo apt-get install musl-tools rustup target add x86_64-unknown-linux-musl RUSTFLAGS="-C target-feature=-crt-static" cargo build --target x86_64-unknown-linux-musl --release ``` Compiled `.so` file including PHP in image...

https://github.com/sashaaro/reqwest-php-extension

``` docker run --rm -it -v "$(pwd)":/app -w /app messense/rust-musl-cross:x86_64-musl cd .. && git clone https://github.com/php/php-src && cd php-src && git checkout php-8.2.0 apt install re2c apt-get install -y pkg-config...

@norkunas nice! I need try this. @dunglas good if we decide foramt how return that data and introduce to platform from out of box feature

Projects block hight is not enough, it is why only one project name is visible

> Is this code ready? as I remember probably it has a few bugs of determination height of projects and services blocks. I would be glad if you will continue...