Wayne Werner

Results 168 comments of Wayne Werner

@jain-prerna What state would that be? The latest docs https://docs.saltproject.io/salt/extensions/salt-ext-modules-vmware/en/latest/vmc.html only show security rules as a state, and there isn't any state in #115

I'm not sure that I understand the question, but generally a state will do something like this: ``` def some_state(...): existing = __salt__['some.module_get'](...) if test: if existing.attributes != some_arg: return...

Theory: you had something funky cached somewhere and it's gone now.

Looks like we had a codecov issue; probably due to no longer skipping the one test :thinking: Or perhaps the added code isn't being hit. I'm guessing this is actually...

That's super weird. I'm not familiar with codecov either -- I'm a wee bit confused looking at the coverage report. https://app.codecov.io/gh/aio-libs/aiosmtpd/pull/524/indirect-changes seems to suggest that there are some inderect changes...

Closes https://github.com/aio-libs/aiosmtpd/issues/549

> Is GitHub not showing the issue template anymore or did you remove that by yourself? Things like mentioning the libstrophe version would be helpful. It must have removed it;...

@jubalh sorry for the late reply; I don't use GitHub for work anymore so i don't see my notifications nearly as often! ``` ❯ pacman -Ss profanity extra/profanity 1:0.15.0-2 [installed]...

FWIW I just tried to install the AUR package https://aur.archlinux.org/packages/profanity-git and https://aur.archlinux.org/packages/libstrophe-git but the profanity build failed while the strophe build passed.

> Can you please try out to let it wait for some time? I'll go ahead and let it wait. Currently it's been going for about a minute. The chatlog...