Katze719

Results 9 issues of Katze719

# Where do I get the `libserver_valve.so` ### I'm trying to set up a docker container with `FROM steamcmd/steamcmd:ubuntu-22` as base image but I am missing two libs and do...

Linux
Community Servers

[Valgrind](https://valgrind.org/) is a very powerful tool for detecting memory leaks or still reachable memory, it also gives you errors and warnings about uninitialised values created by a heap allocation. The...

analyzer :chart_with_upwards_trend:
other-analyzer :speech_balloon:
new feature :+1:

```python credential = credentialutil.load('ebay-config.yaml') env_type = "production" scopes = ["https://api.ebay.com/oauth/api_scope", "https://api.ebay.com/oauth/api_scope/buy.item.feed"] application_token = oauth2api.get_application_token(env_type, scopes) ``` when i try to execute this code, i get: application_token = oauth2api.get_application_token(env_type, scopes) TypeError:...

**Git commit reference** The git commit reference of the version you are using, obtainable via `git show -s --format="%H"` **Describe the bug** Could not depsolve transaction; 1 problem detected: Problem:...

bug

**Is your feature request related to a problem? Please describe.** I would like to use this tool for my coverage system, but i can not see the exact lines that...

**Describe the bug** report-converter is saying "No 'lsan' results can be found" when there clearly is a leak detected and in the file **CodeChecker version** ```txt [INFO 2024-06-28 11:09] -...

bug :bug:
tools :hammer_and_wrench:
report-converter 🔄

Resolves: [python-poetry#10259](https://github.com/python-poetry/poetry/issues/10259) - [ ] Added **tests** for changed code. - [ ] Updated **documentation** for changed code. ## Summary by Sourcery Bug Fixes: - Ensures that files within explicitly...

**Describe the bug** When i want to save my ZenUML diagram as a PNG or SVG file, it looks glitched, the online viewer shows it correctly **To Reproduce** Link to...

bug

there is a weird new window with Outlook2024 and i can not ignore it `komorebic visible-windows` ```json { "title": "DropShadowTop", "exe": "OUTLOOK.EXE", "class": "DropShadow" }, ``` app_specific_configuration_path: ```json "Microsoft Outlook":...