Kevin Zander

Results 126 comments of Kevin Zander

> If we will finally have LMMS realtime safe or split into GUI/core, then warnings from core and from GUI have to call different functions. So it's reasonable to use...

> Because much of Qt dates back to the time before good standard c++ functions, I think these kind of replacements could be done pretty easily and as a first...

An alternative to netcat I've seen is piping into `/dev/tcp/...`. Something like this: `echo 'blah blah' > /dev/tcp/address/port`

I just added another header: `manifestRequest.Header.Add("Accept", "application/vnd.docker.distribution.manifest.list.v2+json")` I don't know if it fetches the right image after that though, wasn't able to test further. I just know it did manage...

> We're looking to deprecate this resource in favor of the [`registry-image` resource](https://github.com/concourse/registry-image-resource) - does it work in this case? I've (hopefully) set the resource type correctly and all, but...

> @Veratil Ah, well thanks for trying it out. Do you happen to know a public image that's in this format so I can try it out? (Or know how...

> @Veratil To be sure, have you checked #6571 before merging this? I completely overlooked it, I apologize. Shall we revert?

@DomClark I assume with the changes requested fixed you'll approve now. @M374LX can you rebase on master and we can work on getting this merged finally. :)

Tested MSVC build, all seems to be working 👍

@musikBear can you take a look at the PR Rossmaxx opened, #6914, and tell us what you think of the color change?