H
H
### Is there an existing issue for this? - [X] I have searched the existing issues ### Current Behavior Using the file store `sessions.NewFilesystemStore("", []byte("secret"))` and saving a new session...
The linter reports the following statement `return fmt.Errorf("%w: %v", ErrInvalidValue, err)` with the message `non-wrapping format verb for fmt.Errorf. Use %w to format errors (errorlint)` I consider this a valid...
## Affected Puppet, Ruby, OS and module versions/distributions - Puppet: 4.8.2 - Ruby: ruby 2.3.3p222 (2016-11-21) [x86_64-linux-gnu] - Distribution: Linux 4.9.0-8-amd64 #1 SMP Debian 4.9.144-3.1 (2019-02-19) x86_64 GNU/Linux - Module...
Hi there, I have a function `func Test(t *testing.T) *MyStruct` inside a normal `.go` file and not a `_test.go` file. The linter returns with `Function Test missing the call to...
### Short summary Exclude file mode / permissions by default. Similar to the exclusion of other number oriented functions like `Date`. As file permissions are typically represented as numbers like...
On Linux with Wayland (KWin) and KDE there are several issues related to the cursor: * Most cursors like `CursorEastWestResize` do not work at all and the default cursor is...
On Linux with Wayland (KWin) the `customdeco` example is not working. This implements calls to Wayland to set the decoration as configured in the Gio application.