Eric Pugh

Results 567 comments of Eric Pugh

Also, can you check your browser console and see if there are any error messages? And the last thing is, if you swap between a `http` and `https` protocols, I...

Thanks for reporting this. There has been a lot of "back and forth" in the multivalued array/json parsing area for both ES and OS.... Some of it influenced by the...

I am getting an error when running `./gradlew dev`: ``` Execution failed for task ':solr:compose-ui:compileProductionExecutableKotlinWasmJs'. > A failure occurred while executing org.jetbrains.kotlin.compilerRunner.GradleCompilerRunnerWithWorkers$GradleKotlinCompilerWorkAction > Not enough memory to run compilation. Try...

Changing to `org.gradle.jvmargs=-Xmx2g` in `gradle.properties` allowed the `dev` target to complete!

I got it to run! `http://localhost:8983/solr/compose`! So, it might be a bit of bike shedding, but I wonder if it should just be called `ui`? Just to distingush it from...

I've poked around a bit and am very interested in seeing it move forward!

Checking code out... I got a ``` task :solr:compose-ui:compileProductionExecutableKotlinWasmJs FAILED e: java.lang.OutOfMemoryError: GC overhead limit exceeded at org.jetbrains.kotlin.wasm.ir.convertors.WasmIrToBinary.appendInstr(WasmIrToBinary.kt:256) at org.jetbrains.kotlin.wasm.ir.convertors.WasmIrToBinary.appendExpr(WasmIrToBinary.kt:477) ``` with the suggestion ``` Not enough memory to run...

i expected the link to the `/compose` to work from old admin, but didn't see it...

I think having a single link from the top of the old admin to the new ui is fine. I am hoping that as part of the new UI, you...