Results 59 issues of Dan Čermák

First and foremost, thanks for loguru, awesome library! I have the long term plan to package loguru and get it included into openSUSE, to be able to package [cquery](https://github.com/cquery-project/cquery). Unfortunately...

Hardlinked files are displayed in an odd fashion by the analyzer: only one of the sources is displayed and all other ones are not. This is pretty confusing behavior and...

Fixes #11067

Documentation :book:
API

`"~> 1.41.1"` limits us to 1.41 which is already a year old now, relaxing this to `"~> 1.41"` allows us to pick up fresher and maintained releases. @phinze you introduced...

enhancement
core

## Description Exclude windows compilation from `all` target on non x86_64 ## Motivation and Context golang does not support windows on non x86_64 architectures which makes `make all` fail on...

new-contributor

**I'm submitting a ..** - [x] Bug Report - [ ] Feature Request **Current behavior:** The mobile app page (e.g. https://events.opensuse.org/conferences/oSLO/schedule/app) contains a link to a xml schedule that can...

bug :bug:

I have a piece of typescript code that looks roughly like this: ```ts new vscode.RelativePattern(wsFolder, `${relPath}/**`); ``` The html reporter however interprets the `/**` part as the start of a...

sh does not support the brace expansion from lines 31 and 44 see: https://datacadamia.com/lang/bash/brace_expansion#sh

lang/ruby

See, e.g.: https://github.com/actions-rs/example/actions/runs/36264512 The workflow file appears to be invalid (and it appears to be so for a long time).