Michael Richter

Results 11 comments of Michael Richter

Yes, the light theme. I already found the cause. Color 8 (Farbe 8) is white (or missing?) and looks like the background color. Setting it to another color makes the...

```bash yum install gssntlmssp ... ``` ```powershell PS > $sesopt = New-PSSessionOption -SkipCACheck -SkipCNCheck PS > Enter-PSSession -ComputerName 192.168.10.85 -Credential $cred -Authentication Negotiate -UseSSL -SessionOption $sesopt Enter-PSSession: Connecting to remote...

> > > > Installing `gss-ntlmssp` as stated in #11374 solved this issue for me. > > > I'm using `-Authentication Negotiate`. > > > > > > It's solution........

This window could also contain some status infos of this instance (sock path, wsl/win, ...).

Nokia 105 (2019) here. Doesn't work for me.

I used this method (return self in createWindow) for a long time now. But we found compatibility issues. Some popups are correctly opened in the same window and some not....

I'm currently evaluating doctoolchain and stumbled upon this issue. If I understand correctly I can set only one repo. Our Artifactory mirror has to have one virtual repo containing all...

I'm not sure if the problem was understand correctly. Wgen defining the custom field, one of the possible values has a trailung blank. And it is not possbile to import...

I analyzed the source code a little and I think I found the cause. The csv reader doesn't drop the blank values but Netbox does: https://github.com/netbox-community/netbox/blob/develop/netbox/utilities/forms/utils.py#L237 And if I understand...

@jeremystretch I verified it with current Netbox version using Docker [v3.7.3-2.8.0]. Steps: - Created Super user, Dummy Cluster, VM, Custom field - Create Custom Field Choice Set with these exact...