KC Baltz
KC Baltz
Doing some further experimentation, I'm finding that if I add a `foo-qa.yml` file, that will win over a `application-qa.yml` which seems to make sense. This does seem to be different...
I'm also seeing this and it's hard to work around because Spring Boot is forcing the JNA version to 4.2.2. Is it possible to upgrade Ghost4J to use JNA 4.2.2?
YEdit doesn't seem to have "Color Preferences" anymore. 
I've tried the above patch to app.js in the latest Kibana 3 and it's not fixing the problem. Specifically, I"m trying to search access logs for "POST*.html" and it's not...
I'm able to reproduce this issue with Version 23.0.3.202304240630 . Can this be reopened or do you need a fresh issue created? I'm on Community edition using MariaDB Driver 2.5.0
My steps are this: Query: SELECT cntry_a3_cd AS code3, cntry_a2_cd AS code2, cntry_nm AS country_name FROM countries Advanced Copy as HTML result pasted here (Note `cntry_a3_cdcntry_a2_cd` instead of `code3code2` ```...
I believe this is the same issue, only I was using HTML instead of CSV, but I believe all the Advance Copies are affected
Results with JSON: ``` { "SELECT cntry_a3_cd AS code3, cntry_a2_cd AS code2, cntry_nm AS country_name \nFROM countries\n": [ { "cntry_a3_cd" : "ABW", "cntry_a2_cd" : "AW", "cntry_nm" : "Aruba" }, {...
@0tanks Do you have an example for how to reproduce this issue? I tried running the unit tests and didn't see any output from the `lsof -p | grep DEL`...
@adigod1 Have you been able to successfully test this PR? We made the same change locally and it's getting us past the error we were getting before about "component" but...