jeff-h
jeff-h
I'm a little confused; the config UI contains fields described as such "The following settings are only required when using S3 compatible storage. If you use AWS, you can leave...
I've had another crack at getting my install to work, and thanks to the code snippet [posted above](https://github.com/FriendsOfFlarum/upload/issues/328#issuecomment-1250368849) by @rongcuid I tried putting my Backblaze "S3 Url" into FoF Upload's...
Does this mean the current release of Cocoafob doesn't work on macOS 12+?
> However, the original header being stripped and the same custom header working, that is weird. There really *must* be some difference — the outcome seemed odd initially so I...
```go h.Set(models.EmailHeaderCampaignUUID, msg.Campaign.UUID) h.Set(models.EmailHeaderSubscriberUUID, msg.Subscriber.UUID) ``` Is it interesting that under no scenario have my emails (all are subscription-confirmations) had `X-Listmonk-Campaign` either? It's not just `X-Listmonk-Subscriber` that's missing. Are the...
Sounds like a cool idea, but I wonder just how relevant it is given how FSNotes uses a totally standard and open file format, and how it watches the filesystem...
@peavine what would you like the AppleScript support to provide?
I was about to say, use `recover` — can you explain why it's not working for your use-case? Another option might be `always`?
Is your underlying question whether you need a paid developer account for this? If so, the answer is no, you don't need it. I have my free developer account settings...
I hacked my way around it: In `PropertyListModifier.swift`, I added an early return in the `hashSources` function: ```swift return UUID().uuidString ``` This destroys some nice build process functionality — it...