Matthias Käppler

Results 97 comments of Matthias Käppler

I'm running into the same issue with sbt 0.12.3 and 1.4.0. This is in IDEA 12.1.3.

Well I think I fixed it by opening the module settings for the -build module and simply replacing the paths with custom ones. I still get warnings though that these...

Just skimming over `string_writer.c`, I noticed this: ```c void oj_str_writer_init(StrWriter sw, int buf_size) { sw->opts = oj_default_options; // ... sw->out.opts = &sw->opts; sw->out.indent = sw->opts.indent; // ... sw->out.ropts = NULL;...

Any updates on this, or any workarounds? I see you can point to a custom CSS in the settings, but not sure if that applies to the sidebar too, or...

Just wondering, can we use this tool meanwhile as a bridge? https://github.com/yasslab/docset Or would that also produce a format that is incompatible with zeal?

yeah good point, source compatibility should be set to 1.6.

Good point! Do you have a URL to test against, one that requires e.g. a BasicAuth handshake or something?

I'm not sure I understand. A static (i.e. class level) field is only created once, when the class is loaded. Re-creating the Activity does not result in a class being...

yeah, good points. I haven't reviewed that code for ages to be honest.

yes, that exception bubbles up from the Google MapMaker library. Not sure how to fix it, but I haven't observed any memory leaks so I assume it's safe to ignore.