Marc R Kellerman

Results 81 comments of Marc R Kellerman

We could throw an error if `apiHostName` is GitHub.com and Visibility is used. All other hostnames _should_ be an Enterprise server, but there is no way to validate this, or...

Noted. Feel free to add any comments or information: https://github.community/t/create-a-repository-on-github-com-using-visibility-parameter/149265

I found the blog post about the feature, which seems to say it is only available to GitHub Enterprise accounts. https://developer.github.com/changes/2019-12-03-internal-visibility-changes/ This might indicate a documentation error.

We could try to execute the `Visibility` parameter, and get the status back. If fail, use the `Public` or `Private` parameter, and if `Internal` give an error, as we cannot...

Absolutely right. I forgot about that part. Good catch! Okay, I'll make the changes, and request a review.

Should we do something like this: ```powershell if ($PSBoundParameters.ContainsKey('Visibility') -and $PSBoundParameters.ContainsKey('Private') -and (($Private -and ($Visiblity -ne 'Private')) -or ((-not $Private) -and ($Visibility -ne 'Public')))) { Write-Log -Level Warning 'The value...

Has anyone worked on this? Is there a fix?

I have tried the Beta version from 3 days ago, and i can see the Creality Ender-3 V3 KE in the Device tab, but can't seem to print to it....

All I'm saying is that each time you build the image, it will download a huge file. Might as well either: download the binary and the model, or copy both...

* not just when the job fails.. ;)