Andreas Pfeil

Results 16 comments of Andreas Pfeil

Dear @ppanero , I am not saying the JSON is invalid. I am saying the JSON is not valid against the given schema. The link you provided simply tests for...

This is interesting. So generally this means there is an upload schema and a retrieval schema, basically. I am more interested in the latter, as I am reading the records....

Thank you for the response, your answers helped a lot. I guess I had a distorted impression about how much detail was on the website in the past. Your summary,...

I'd love to help. ReadTheDocs is new to me, but I'll read into it (and the code) when I find some spare time. I can't make any promises, though. Since...

Same issue here. Some details: Extension Name: vscode-gradle Extension Version: 3.8.4 OS Version: Mac OS X 10.15.7 x86_64 (Catalina) VSCode version: 1.62.3 Configured gradle version (via gradlew): 7.3 Globally installed...

I got it working. I changes the code to something like this: ```java Template template = hb.compile("mytemplate"); JSONObject jsonData = new JSONObject(record_json.get()); Context c = Context .newBuilder(template) .combine(jsonData.toMap()) .build(); elastic_json...

I'd also prefer such a flat structure and also some metadata, like checksums, day of purchase if available, the bundles it was "retrieved" by (as a replacement for the changed...

I also came across this problem. I calculated 3 distance matrices with 3 different (custom) metrics. Only one failed. I am not sure wether this makes the other two results...

Same issue here. Removing the colors from .vscode/settings.json is easy, but if I try to select a color, the list of colors will simply not appear. All other Peacock items...

I agree this should be documented. In order to avoid breaking the existing setup somehow, I used the ACL instead of groups and users/owners. I think I did something like...