wolframhaussig
wolframhaussig
Hi, Could you update your list and add a new column for 7.10.x support? Kibana 7.10.x and later does not support legacy plugins anymore and require the new Kibana plugin...
Hi, I am trying to integrate Code Coverage into my screeps project(Mocha is already running fine). This is what I have so far: - installed dev dependencies - @istanbuljs/nyc-config-typescript -...
## Is your feature request related to a problem? This issue is based on my post on Discuss: https://discuss.elastic.co/t/room-for-improvement-for-log-sending-true/330602/1 We have a Tomcat container running with multiple applications. Each application...
**Is your feature request related to a problem? Please describe.** We are currently running SQLs from germany against a database in another country. We had performance problems and didn't know...
I created a test library with a simple single class: ```csharp public class Class1 { private static object LOCK_OBJECT = new object(); } ``` My tests look like this: ```csharp...
We integrated cobertura-action into a github action for .net on windows with the following config: ``` - uses: 5monkeys/cobertura-action@master with: path: ./coverage/**/coverage.cobertura.xml skip_covered: false show_missing: true link_missing_lines: true link_missing_lines_source_dir: WinFormsThemes/WinFormsThemes...