Shannon Deminick

Results 325 comments of Shannon Deminick
trafficstars

@binraider Its hard to say why this would happen. Do you have any logs or anything that can help? This is really an Umbraco specific thing even though the code...

Umbraco has it's own `TempFileSystemDirectoryFactory` which i think should be used if you are using the non 'Synced' directory factory: https://github.com/umbraco/Umbraco-CMS/blob/contrib/src/Umbraco.Examine.Lucene/UmbracoTempEnvFileSystemDirectoryFactory.cs

regarding slot swapping - this was created/fixed in Umbraco: https://github.com/umbraco/Umbraco-CMS/blob/contrib/src/Umbraco.Examine.Lucene/UmbracoTempEnvFileSystemDirectoryFactory.cs with Umbraco PR https://github.com/umbraco/Umbraco-CMS/pull/15571 which takes into account the site Id - perhaps, part of this needs to be ported...

Examine 3.3.0 has been published, release notes are here https://github.com/Shazwazza/Examine/releases/tag/v3.3.0

In Umbraco, the backoffice Smidge implementation is entirely separate from the native (front-end) Smidge usage (if you want to use it). This is intentional so that the back office Smidge...

Is this for your front-end or back-end, again, they operate independently. I haven't looked at this integration for many years so unfortunately I can't pinpoint what you need to do.

Indeed, this is done on purpose. All non Umbraco Core event handlers are removed on booting otherwise we'll end up with most likely a ton of errors. Any web based...

see: https://github.com/Shazwazza/UmbracoLinqPadDriver/blob/master/UmbracoLinqPad.Gateway/Bootstrap/ConsoleBootManager.cs#L86

Just not sure how that would work? The only way would be to extend the dialog for the connection details to an Umbraco source allowing you to specify (by string)...

Sorry for the delay! There's not really a config file available from the linqpad side of thing that would be easy to use. I think we can do this in...