Michael Stahl

Results 18 comments of Michael Stahl

for LO we have used Coverity and others before, but not as part of CI; if this should run in CI we need pointers to documentation about how to suppress...

@cloph TDF has a Sonar account - this needs some project settings such as SONAR_TOKEN to enable it - Axel's PR is in https://github.com/tdf/odftoolkit/pull/407

1. ODFDOM isn't threadsafe, so the client needs to make sure it's only accessed by one thread at a time. 2. ODFDOM architecture isn't really a good fit for processing...

- the type "dateOrDateTime" may also refer to https://www.w3.org/TR/xmlschema-2/#dateTime - "time"/"date"/"dateTime" may have a time zone but in LibreOffice this is only implemented for meta.xml elements, not (yet?) for spreadsheet...

> I am unclear on norms for where this typically goes in source trees. same here; i looked at 3 relatively new applications on gitlab.gnome.org and they all put these...

AppStream file adapted; the desktop file is removed and in a new PR at https://github.com/bcpierce00/unison/pull/1128 i don't fully understand how AppStream files are used - in the RPM case, they...

yeah dunno you could of course use a different app id, then i can't use this xml file directly from upstream, but currently it's not in upstream so i don't...

i would say appstream is primarily about GUI applications, but i'm not an expert... well i was thinking the id can just be "unison-gui" like in the desktop file, but...