DeltekDavid

Results 18 comments of DeltekDavid

Hi @scofalik , apologies--I run the latest nightly build (it's a research POC, and we need the new installation method). I tried using the attribute integration as I mentioned, but...

Thank you @scofalik ! That did the trick. The [custom feature TC docs](https://ckeditor.com/docs/ckeditor5/latest/features/collaboration/track-changes/track-changes-custom-features.html) could use this information. BTW I stuck with `registerInlineAttribute` because I liked how it showed a formatting...

OK, I found a workaround for now. We simply added an `initialSuggestions` property to our `EditorConfig`. Then we can pass in the `initialSuggestions` this way, and they are available to...

@bhagyshricompany this isn't a bug, I just want to know how to do the equivalent things in the new Isolated Process model (and whether it's even possible). Thanks

Thank you @cjaliaga , this looks like just the thing. I couldn't find any mention of it in the docs, though. They still refer to the [in-process version](https://learn.microsoft.com/en-us/azure/azure-functions/durable/durable-functions-custom-orchestration-status?tabs=csharp).

Same here. Trying to get our `gpt-5-mini`-model deployment on Azure OpenAI to work with crawl4ai. I try to set it up like: ```python classification_strategy = LLMExtractionStrategy( llm_config=LLMConfig( provider="azure/sp-dev-gpt5-mini", #

@FeodorFitsner tried deleting `%userprofile%\flutter`, but alas I got the same error on the build (after it re-downloaded and re-installed Flutter).

Update: It looks like Flutter has since [added support for Visual Studio 2026](https://github.com/flutter/flutter/issues/176399). VS 2026 breaks old Flutter's VS version selector by making it fall through to the default version...