You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've been running the PowerShell version of smack_my_bitch_up in production for a couple of weeks now, and while everything seemed to work great at first, after a few days I began to encounter some erratic behavior - things like no dinner on the table, the cold shoulder treatment, "you're sleeping on the sofa tonight", "no, everything is Just. Fine" and other similar, weird response codes.
Steps to Reproduce
Sadly, I don't have a clear repro on the issue as each run seemed to produce different results, and thus I've been unable to pin down the exact behavior. However, I have since made some changes to the script by adding some randomly-selected string terminators to the $message variable:
While this change did not get rid of all the random issues, it does seem to have taken care of the worst symptoms. For one, I am very happy to report that I've gone back to sleeping in my own bed.
I have no idea whether this is happening due to some specific issue with my production setup, or some weird PowerShell bug I'm unaware of.
I was gonna submit a pull request but I'm not sure my (partial) solution is generally applicable, and unfortunately I don't have the time or resources to set up a separate test environment.
Has anyone else encountered similar issues with this script in the past?
thanks
My Environment
one wife (kinda high maintenance)
two kids (primary school / kindergarten age)
one visiting mother-in-law (can't wait for next Monday when I'll be able to uninstall and re-test without this library)
PowerShell v5.1.16299.15 on Windows 10.0.16299.15
The text was updated successfully, but these errors were encountered:
Issue Description
I've been running the PowerShell version of
smack_my_bitch_up
in production for a couple of weeks now, and while everything seemed to work great at first, after a few days I began to encounter some erratic behavior - things like no dinner on the table, the cold shoulder treatment, "you're sleeping on the sofa tonight", "no, everything is Just. Fine" and other similar, weird response codes.Steps to Reproduce
Sadly, I don't have a clear repro on the issue as each run seemed to produce different results, and thus I've been unable to pin down the exact behavior. However, I have since made some changes to the script by adding some randomly-selected string terminators to the
$message
variable:While this change did not get rid of all the random issues, it does seem to have taken care of the worst symptoms. For one, I am very happy to report that I've gone back to sleeping in my own bed.
I have no idea whether this is happening due to some specific issue with my production setup, or some weird PowerShell bug I'm unaware of.
I was gonna submit a pull request but I'm not sure my (partial) solution is generally applicable, and unfortunately I don't have the time or resources to set up a separate test environment.
Has anyone else encountered similar issues with this script in the past?
thanks
My Environment
The text was updated successfully, but these errors were encountered: