stuckyb

Results 32 comments of stuckyb

This is a slightly different issue, @ramonawalls. The problem is once you have a local copy of a remote ontology cached, how do you determine if the remote ontology has...

Thanks, John! Great suggestions. Does readthedocs have to be hosted on their official site? As another option, what would you think about generating markdown directly (very simple syntax), and then...

Making good progress on this. As a note to self, I shouldn't forget to incorporate the documentation components into the functional testing.

This feature is getting close. Documentation generation with both HTML and Markdown output is implemented, and functional testing now includes documentation generation. The last big piece is finishing the layout...

I've implemented basic filtering by substring searching. This is good enough for current use cases. The next step would be support for regular expression matching.

Thanks, @ramonawalls. I have been going back and forth on this, but at the moment, I am not convinced that there is any major gain in user friendliness by adding...

@ramonawalls (or anyone else), do you think lack of this feature is a show-stopper for the initial release? I'm inclined to think not.

I am experimenting with option 2, described in the original comment. The results are promising. I've written a simple text filter, called "tables2txt", based on the existing OntoPilot tablereader architecture,...

Another option for a custom git filter is to use [ExcelCompare](https://github.com/na-ka-na/ExcelCompare), which generates diffs of spreadsheet documents and supports both Excel and OpenDocument formats. I did some tests with ExcelCompare,...

One relatively minor annoyance with the "tables2txt" git diff filter solution is that it is relatively slow due to the long startup time for jython. I recently discovered that git...