uc-cjdavis
uc-cjdavis
> @uc-cjdavis thanks for spotting this, I think a better solution could be to just wrap it in a try / except > > ```python > ... > try: >...
> @uc-cjdavis yes, in case of an exception it will just skip the line generating the error and it will keep `search_result.wikipages` empty @yakky Excellent. Once PR #115 is done...
cc @astagi and @yakky
Also cc @erikw
> @uc-cjdavis thanks for this submission, I see it only includes the json change, not the client.py change to actually support the refresh_token Are you going to add it in...
@yakky Okay...I'll comment here once the PR is updated.
@yakky PR updated. How should I handle the `changes/114.bugfix` file, since I'm technically adding a feature? Or could this be considered a bugfix?
@yakky Two questions: 1. Is there anything else needed for this PR before it can be merged? 2. In working with `token_refresh` in my branch, I realized that in order...
If it helps, I'm also seeing the same issue on a different platform, MacOS Monterey (12.6.3) with the same command: `Connect-IPPSSession` ``` Version Name Repository Description ------- ---- ---------- -----------...
@jborean93 Did some further digging and found this issue in the powershell core repo: https://github.com/PowerShell/PowerShell/issues/3771 The above thread points to this issue in the microsoft/omi repo: https://github.com/microsoft/omi/issues/523 It appears to...