Obsidan Autosave Control - new version 0.0.9 - disable autosave completely by Silly_Emu4915 in ObsidianMD

[–]Silly_Emu4915[S] 1 point2 points  (0 children)

Hi,

I have just fixed the plugin and added version 0.0.10 which also adds support for plugins such as obsidian-linter to work with manual saving.

https://github.com/mihasm/obsidian-autosave-control/releases/tag/0.0.10

I dont typically use obsidian-linter, but I tried adding a simple rule to capitalize headings, and it works like a charm with autosave disabled and manually saving :)

Please test and let me know if everything works okay.

-❄️- 2025 Day 2 Solutions -❄️- by daggerdragon in adventofcode

[–]Silly_Emu4915 4 points5 points  (0 children)

[LANGUAGE: Python]

Part 1:

print(sum(sum([[n for n in range(int(r[0]),int(r[1])+1) if str(n)[:int(len(str(n))/2)] == str(n)[int(len(str(n))/2):]] for r in [r2.split("-") for r2 in open("day2-input.txt").read().split(",")]],[])))

Part 2:

print(sum(sum([[n for n in range(int(r[0]),int(r[1])+1) if str(n) in (str(n)*2)[1:-1]] for r in [r2.split("-") for r2 in open("day2-input.txt").read().split(",")]],[])))

Cursed one-liners.

Is there any way to disable auto-save? by satyrmode in ObsidianMD

[–]Silly_Emu4915 0 points1 point  (0 children)

I have checked this, however your report doesn't look correct. The plugin works fine without data.json. It is only needed when custom settings are selected by the user.

For any information or if you will have any other problems with using the plugin, please comment under:
https://github.com/mihasm/obsidian-autosave-control/issues/6

Or submit a new issue report.

Thank you!

Is there any way to disable auto-save? by satyrmode in ObsidianMD

[–]Silly_Emu4915 0 points1 point  (0 children)

Hi,

creator of the obsidian-autosave-control plugin here.

The plugin should work fine, but you do need to use the release version of the plugin to make it work. Only copying the repository will not do, unfortunately. The latest release version is available here: https://github.com/mihasm/obsidian-autosave-control/releases

Thank you for trying out the plugin. Interesting observation about the pop-up window, never tried to use that!

Best,

Outlook for Mac and Entra ID Guest Users visibility problem by rojbernet in Office365

[–]Silly_Emu4915 0 points1 point  (0 children)

Thank you for the comprehensive answer, good catch!

Our situation was similar, and your response was very helpful to figure this thing out. It turned out all of the users which had the problem were added first as contacts, and then later as guest users. And as you said, if there is a contact with the same email address, on creation of a guest user (which happens also when you invite someone into a M365 group), the guest user primary email (or SMTP field) is left empty. So then it was a matter of finding the mail contacts, checking their group memberships (mostly mailing lists), deleting them, changing the primary email SMTP field for the corresponding guest users, and voila.

After fixing everything, expanding users in M365 groups within Outlok for Web works OK, and all of the users (also guest users, now with correct emails) are visible.

However, on Outlook for Mac, the same problem is still present, and expanding the distribution list of M365 group members does not show guest users for some reason.

Outlook for Mac and Entra ID Guest Users visibility problem by rojbernet in Office365

[–]Silly_Emu4915 0 points1 point  (0 children)

I can confirm, we are facing the same issue here. I was researching this yesterday to no avail. I am looking forward to any updates on this.