Jochen Hilgers

Results 6 issues of Jochen Hilgers

Hi, I think I have found a problem with the parsing of simple function calls. Given the following code: ```

help wanted

fixes #350: Use `os.ErrPermission` instead of `syscall.EPERM` to make sure that the error is consistent over different operating systems and can be checked with `os.isPermission(err)`

When using the `ReadOnlyFs` filter, the error returned when trying to write to the FS is different on Windows than on Linux or MacOSX ### How to reproduce: ```go package...

Fixes #2734 ## This change addresses item #2734 ### This changes behavior The following changes are proposed: - Adding a configure preset (>=v3) that has no generator as a test...

### Brief Issue Summary As the generator field is optional in a preset using CMake directly falls back to the default generator discovery procedure. I would expect the vscode extension...

bug
Feature: configure
Feature: presets

### Description Adding options to the `InteractiveMultiselectPrinter` to customize it: - `NoFilter` to disable fuzzy search / filter - `KeySelect` and `KeyConfirm` to use custom keys for selecting an item...