Sébastien Ros

Results 1057 comments of Sébastien Ros

Let's keep oembed as is, it's oembed. Add some other option called youtube, another one for vimeo and they are dedicated. Or a single one called "video" which would support...

> I think GetMany should only be doing the query if any of the Ids provided to it corresponds to a ContentItem that IS NOT available in ContentManagerSession Correct. I...

And that's important for eager loading techniques (pre-loading a bunch of items knowing that there will be a SELECT N+1 to come)

What about the other way around, a service in the output cache that allows to add custom tags to the current request. This way modules won't have to store what...

Look around orchard core, we might already be doing that.

Security considerations mentioned [on the PR](https://github.com/OrchardCMS/OrchardCore/pull/17518#issuecomment-2688799541)

@timothycarambat awesome! We were [already using this endpoint](https://github.com/dotnet/aspire/blob/main/src/Aspire.Hosting.Azure.AIFoundry/tools/GenModel.cs#L116) but couldn't figure how to filter the models. The portal has been using a different model recently with a more obvious filter,...

I made good progress and the other issue was interesting to read. One thing I still don't understand is why the `phi-4-reasoning` model is returned, is available for generic-cpu execution...