Vladimir Chebotarev

Results 51 comments of Vladimir Chebotarev

What I would also like to make in this PR: - [ ] move from AC cache to entries-smaller-than-N-bytes cache; - [ ] add number and size limit for these...

@pawamoy @Gustl22 You can also do it this way: ```yaml jobs: ReuseableMatrixJobForDeployment: strategy: matrix: target: [dev, stage, prod] uses: ./.github/workflows/base.yml with: target: ${{ matrix.target }} ``` Inside nested job `if`...

Hi @sandys. Take a look at #10. It allows to create any section you want and reorder existing as you like. I guess you just need to create custom block...

I misunderstood the original request actually. I described a way to create fully customized block on the landing page. Unfortunately there is some additional work to do to support blog...

Hi, @christianmendoza Can you please take a look at my patch? Kind regards, Vladimir.

One more example (and test shim): ``` path = python3 args = -c "import os; print(os.environ)" env::Path = my_custom_path;%Path% ```

Also, I want to note, that shim is a critical piece of Scoop. I guess we should have tests somewhere in separate PR.

Also my patch will allow to fix this #2693 .

@r15ch13 Please, let's make JSON in separate PR if needed.

By the way, currently `perl` package pollutes `PATH` in very bad way, overriding default `gcc`.