marcindulak

Results 52 issues of marcindulak

I needed to build an RPM of this plugin, and prefer not to pass any arguments to rpmbuild. See https://copr.fedorainfracloud.org/coprs/marcindulak/yum-plugin-s3-iam/ If someone prefers to pass name, version, release on the...

It's feasible to update the software components in this repo to their latest versions as of 2022: React 18, Apollo Server 3, GraphQL 16, Node.js 16. For reference, the changes...

### Description It appears that environment variables are not loaded from the 2nd `env_file`, during the execution of a shell in `command`. Only the variables from the 1st `env_file` are...

kind/bug

### Vagrant version $ vagrant -v Vagrant 1.9.1 $ vagrant plugin list vagrant-share (1.1.6, system) $ vboxmanage -v 5.1.10r112026 $ vboxmanage list extpacks Extension Packs: 1 Pack no. 0: Oracle...

bug
provider/virtualbox
needs-repro

**Is your feature request related to a problem? Please describe.** From time to time the functionality of the "clean" target changes, and requires options/environment variables to be specified in order...

bug

Originally reported at https://bugzilla.redhat.com/show_bug.cgi?id=2245828 Example error from pytest: ``` ______________________ AggregatorTestCase.test_aggregator ______________________ self = def test_aggregator(self): > aggregator = unified2.Aggregator() tests/test_unified2.py:201: _ _ _ _ _ _ _ _ _...

Posting this as a question, since I don't know if this scenario is supported. Dockerfile ``` FROM docker.io/docker:25 AS docker FROM docker.io/debian:stable RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y...

kind/support

I'm comparing the packages installed on `databricksruntime/python:12.2-LTS` with the list of packages at https://docs.databricks.com/en/release-notes/runtime/12.2lts.html extracted as `runtime.txt` ```sh IMAGE=databricksruntime/python:12.2-LTS docker run --rm -it --name databricks $IMAGE bash -c "/databricks/python3/bin/python -m...

On https://docs.databricks.com/en/release-notes/runtime/12.2lts.html, the version of MarkupSafe 2.0.1 is listed, but `databricksruntime/python:12.2-LTS` uses MarkupSafe 2.1.3. Other runtimes also seem to have this problem (checked for example standard:13.3-LTS). There appear two issues...

The list of packages at https://docs.databricks.com/en/release-notes/runtime/12.2lts.html includes seaborn 0.11.2, however it's not present in the container images (checked for example databricksruntime/python:13.3-LTS) ``` IMAGE=databricksruntime/python:12.2-LTS docker run --rm -it --name databricks $IMAGE...