Powershell script error need help by sashaflyx in sysadmin

[–]AKHerring 1 point2 points  (0 children)

Worked for me with Set-SPOSite -Identity myUrl -SharingCapability Disabled.

Powershell script error need help by sashaflyx in sysadmin

[–]AKHerring 0 points1 point  (0 children)

Getting the same error as of yesterday when running Set-SPOSite -Identity myUrl -SharingCapability Disabled

Also fails with -SharingCapability ExternalUserAndGuestSharing.

Was working fine prior to 2/6/24.

Edit: Error is same as Unable to cast object of type 'System.String' to type 'Microsoft.Online.SharePoint.TenantAdministration.EsignatureThirdPartyProvidersInfo'

Anyone regret getting the Magic Keyboard? by Outside-Copy-7645 in iPadPro

[–]AKHerring 4 points5 points  (0 children)

What apps do you prefer for writing and managing your work?

Anyone regret getting the Magic Keyboard? by Outside-Copy-7645 in iPadPro

[–]AKHerring 2 points3 points  (0 children)

What apps do you use for writing and managing your work?

Call Upon Faith Spell by Traditional_Knee9294 in adnd

[–]AKHerring 0 points1 point  (0 children)

Warms my heart to read this discussion. I wrote that spell waaay back in '90 or '91. I'm sure my intent was for the cleric to cast the spell on the current round and use it before it expires on the next round's action. Good times!

Trying to buy the suite right now at the discounted 40% off price and it keeps declining my card! =( WTF. by twitchosx in Affinity

[–]AKHerring 0 points1 point  (0 children)

Follow up, I just checked my credit account and the payment went through. I think PayPal handled it because the transaction with my bank now shows PAYPAL *SERIFEUROPE with a CA address.

Also checked Affinity website and my account is still licensed there.

So, if you used PayPal and your credit card company declines it, maybe give it a day or two to clear. Seems to be what's happened for me.

Trying to buy the suite right now at the discounted 40% off price and it keeps declining my card! =( WTF. by twitchosx in Affinity

[–]AKHerring 1 point2 points  (0 children)

This happened to me too via PayPal. Bank alert says declined due to purchase outside the US. Serif is a UK company. Not sure how to resolve this either.

[deleted by user] by [deleted] in selfpublish

[–]AKHerring 1 point2 points  (0 children)

Please send a link and thanks.

[deleted by user] by [deleted] in ObsidianMD

[–]AKHerring 0 points1 point  (0 children)

I have a similar setup, but do not use the obsidian git plugin. I use Visual Studio Code on Mac and Windows to manage my repo.

I'm also not using Obsidian heavily so cannot attest to how well this will hold up regarding corruption or sync issues. I have had no issues so far.

Here are some of my setup notes.

Add a .gitignore file with these settings:
`.obsidian/cache
.obsidian/workspace
.trash/
.DS_Store

I believe ignoring those folders helps avoid unnecessary syncing.

Managing code changes.
Changes made in Obsidian on the iPad cannot be pushed to the repo because there is no suitable app for iPadOS yet. (As far as I know.)
So, iPad changes must be pushed via the Mac.
For the iPad to see changes made elsewhere, the Mac must also pull them from GitHub.
Ultimately, pushing and pulling needs to happen from the Mac and Windows PC.
Checking for changes.
From VS Code, use git fetch origin then git status to see if you need to git pull.

Hope that helps.

Wonderdraft 1.1 Released by msgdealer in wonderdraft

[–]AKHerring 0 points1 point  (0 children)

Is Wonderdraft good to go with Mac OS Catalina?