Mike Chambers

Results 42 issues of Mike Chambers

``` Error: A JNI error has occurred, please check your installation and try again Exception in thread "main" java.lang.UnsupportedClassVersionError: com/bwssystems/HABridge/HABridge has been compiled by a more recent version of the...

I seem to be having a problem where by first visit to the page (presumably localstorage is empty at this point) and jplist shows "no results". Interact with the slider...

if we fill the results with $('#search').jplist({ command: 'add', commandData: { $items: $('#search-result-list') } }); and then view page 2, via bootsrtap pagination control then empty with $('#search').jplist({ command: 'empty'...

if the jplist pagination plugin affects content that is below the fold, eg outside of the viewport then the page will auto scroll on load if animate-to-top is true. really...

Thinking something like this? ```powershell # Ensure we have the version specific Umbraco templates $templateList = dotnet new uninstall | Out-String $packageVersion = $templateList | Select-String '(?s)Umbraco.Templates.*Version: (.*?)\r\n'| Select-Object -expand...

Cloning the project and updating Startup.cs with ```csharp bundles.CreateJs("test-bundle-2", "~/Js/Bundle2") .WithEnvironmentOptions(BundleEnvironmentOptions.Create() .ForDebug(builder => builder //.EnableCompositeProcessing() .EnableFileWatcher() .SetCacheBusterType() .CacheControlOptions(enableEtag: false, cacheControlMaxAge: 0)) .ForProduction(builder => builder .EnableCompositeProcessing() .EnableFileWatcher() .SetCacheBusterType() .CacheControlOptions(enableEtag: false, cacheControlMaxAge:...

Added pan control-icons for panning actions.. set at delta50.. might have to visit this to allow setting delta.

discussion

Umb 9.5.4 + uForms 9.5.6 Form with custom fields all working.. update to 9.5.8 (bypassing the 9.5.7 as has the https://github.com/umbraco/Umbraco.Forms.Issues/issues/992) or to 9.5.9 And the same form that worked...

uforms 8.10.2 + Umbraco version 8.15.1 Trying to export a form with upload field used and s3 bucket for media results in error. we can see that submitted forms are...

type/bug

`Unable to resolve dependency 'Lucene.Net.QueryParser'` Currently working around this by installing the dependancies separately and adding the `UmbracoADAuthExtensions.cs` manually from the package