Clemens Lieb

Results 20 issues of Clemens Lieb

![Screenshot at 2015-03-12 16:27:40](https://cloud.githubusercontent.com/assets/7288995/6621088/bcb7e298-c8d4-11e4-94f9-5c4cbdb856c6.png) Thank you Duga, but [too much is too much](http://chat.stackexchange.com/transcript/message/20505409#20505409). There is absolutely no need for you to mention me in chat (and ping me with that),...

enhancement
feature-request
github-api

Allow multiple different Chat Domains for one Instance of the ChatService.

enhancement
duga-core

### Discussed in https://github.com/rubberduck-vba/Rubberduck/discussions/5968 Originally posted by **mburns08109** April 7, 2022 When I attempt to build this in VS2022 as-is, I get the following failure result: C:\Program Files\Microsoft Visual Studio\2022\Professional\MSBuild\Current\Bin\amd64\Microsoft.Common.CurrentVersion.targets(2301,5):...

support
meta
development-issue

**Justification** Opencover has been discontinued. The maintainer recommends switching to [AltCover](https://www.nuget.org/packages/altcover/), which can produce LCov reports that are definitively parseable by codecov. Maybe we want a different coverage provider, though...

meta
up-for-grabs
technical-debt
difficulty-02-ducky
development-issue

codecov/uploader is replacing codecov/codecov-exe (which we have been installing via chocolatey) and because support is dropped on February 1st we need to actually migrate

meta
difficulty-02-ducky
development-issue

The MANIFEST.MF for version 0.95 contains the bnd-directive `Export-Packages: {local-packages}`. That directive is meaningless for the OSGi container that handles the package provision. Instead the Export-Package should contain a list...

For reasons I don't want to get into here, I accidentally ran spotbugs with the following abridged command: ``` > java -jar /spotbugs/spotbugs.jar -noClassOk -xml:withMessages=spotbugs.xml [...] -xml:withMessages=spotbugs.xml -onlyAnalyze com.example.SomeClass dist/*.ear...