Zoltán Lehóczky

Results 1162 comments of Zoltán Lehóczky

Maybe instead: https://github.com/aspnet/LibraryManager/issues/803.

BTW in Renovate, which is similar to Dependabot (but I think better) you can create configs with custom regex patterns to keep `libman.json` dependencies up to date.

We've done this with Renovate here: https://github.com/Lombiq/renovate-config/blob/15eff26a7ae9191fce39c26d3e11de051bcd0e96/default.json5#L65-L91 Renovate configured to automatically update LibMan package references.

Do I understand correctly that the issue you're seeing is that, since background tasks run once every minute (by default), an item scheduled for 11:59 PM might slip past midnight?...

So your main issue is not that the item may become public later than the scheduled publish time, but that the `PublishedUtc` timestamp will be later too, correct? In this...

> Allow PublishLater to set the PublishedUTC to ScheduledPublishDateUtc I agree, and I still think a simple solution similar to what I elaborated above would suffice. I think the current...

Yes, `CreatedUtc` when the item was first created. But then again, you can override this, including setting it for the future or creating a handler that sets it automatically. You...

Just to be clear, the value designed for this is the `PulishedUtc` of the first published version. Overriding `CreatedUtc` is just a different approach if you prefer. As for the...

We aren't blocked. As I elaborated under https://github.com/OrchardCMS/OrchardCore/issues/18169#issuecomment-3099387426: `contentItem.PublishedUtc` is overridden with the current timestamp here: https://github.com/OrchardCMS/OrchardCore/blob/7952356814a28dc391ce7204ce9aef9d86e7617f/src/OrchardCore/OrchardCore.ContentManagement/Handlers/UpdateContentsHandler.cs#L75 This is also a handler. You can override it from a handler with...

I don't really know what you mean, please provide a screenshot.