András Péteri
András Péteri
I think this is a too heavy-handed approach that adds a lot of complexity for little gain. Take a look at how the delete/retire action in the "references" page handles...
Could literals in `DataHasValue` expressions also be extended with a decimal point (and possibly, a trailing zero) for consistency? For the chosen `xsd:decimal` datatype, these are not considered to be...
The 8.x counterpart of this PR is https://github.com/b2ihealthcare/snow-owl/pull/1052.
If all bnd instructions are passed through by the plugin, you should be able to do this by adding ``` Bnd-LastModified ``` to the `` section of the artifact. See...
@DaleBinghamSoteriaSoft You might want to download and install `.whl` files (wheels, ie. binary distributions) from PyPI then: - https://pypi.org/project/python-dotenv/#files - https://pypi.org/project/podman-compose/#files - IIRC PyYAML is already included in not-the-absolute-smallest package...
We've also encountered something similar in an RCP-based application, here a table cell's native tooltip extending over the edge triggers this behavior. The problem display on the left is set...
`--in-pod` requires a yes/no answer only, strange that the invocation is not rejected: https://github.com/containers/podman-compose/blob/6d8d3e94fec2df6c3966d07b8371e5c97e014a92/podman_compose.py#L2008-L2013 I've also found supporting evidence in the following comments: - https://github.com/containers/podman-compose/issues/673#issuecomment-1506756893 - https://github.com/containers/podman-compose/issues/693#issuecomment-1656533771
I've been in your shoes because initially I thought `--in-pod` expects a pod name without any additional modifiers! The current reality is that when this value is set to `true`,...
Compose's network configuration options might be sufficient for this: https://docs.docker.com/compose/networking/#configure-the-default-network I have two options in mind: ```yaml networks: default: name: pasta ``` Alternatively if you specify a single network with...
I've misunderstood the assignment 😄 My suggestion indeed should only change the network name, if anything. Unfortunately I'm not very familiar with Podman's rootless network backends. Perhaps `pasta` is not...