Mark Raynsford

Results 79 comments of Mark Raynsford

Hello! I had intended to just stick it in `metadata/properties`. If there's a preferred place to put it, I'd gladly use that. I couldn't see any, though.

@jkowalleck I honestly have no preference. I was just looking at this because: * I publish CycloneDX BOMs. * I have reproducible builds in all of my projects. * I...

A slightly more basic issue is that there doesn't actually seem to be a way to include extra properties of any kind in the BOM using the `cyclonedx-maven-plugin`. If there...

``` diff --git a/src/gui/MainWindow.cpp b/src/gui/MainWindow.cpp index efa841d..928b502 100644 --- a/src/gui/MainWindow.cpp +++ b/src/gui/MainWindow.cpp @@ -2172,7 +2172,7 @@ QWidget *MainWindow::setupActions(QWidget *parent){ StandardTool *tool = new StandardTool(); Tool::setCurrentTool(tool); - stdToolAction = new ToolButton(tool,...

In case I haven't hammered home the point enough: This ticket is intended in good humour. :grin: I do think configurable shortcuts are needed though.

I've just been advised to run `podman system reset`. It made no difference.

After doing some packet capture, it turns out to be something I didn't expect. From what I can make out, either intentionally or unintentionally, `--publish [::]:5432:5432/tcp` _used_ to mean "bind...

The `podman` documentation actually only mentions using `0.0.0.0` for the IP argument, so arguably the documented behaviour hasn't changed. :wink:

> If you switch containers.conf to point at slirp4netns, does your problem go away? It does, yes. Setting `slirp4netns` causes a `--publish` option that specifies `[::]` to bind to all...

The new behaviour is better (more expressive), for what it's worth. I would consider the old behaviour to be a bug.