David Pedersen

Results 20 issues of David Pedersen

I just imported my whole Bitwarden vault with pass-import and I noticed that the Authenticator Key (TOTP) stored will not work right away with pass-otp. Is there any way to...

On macOS, when you create a screenshot of a specific area, the current width and height of the area is shown next to the cursor. This allows the user to...

Twidere has been my open source Twitter client of choice for a while. I recently found out that you've forked it as Twittnuker. I can't find details on what it...

TransmissionRemote is great, but there is one thing that would be it even better. I have a server running Transmission on my locale network and the only port open to...

At work we often use `t.Run()` inside of test cases to separate parts of it, but there is no consistency to the line breaks separating these, so our tests often...

I mount my server to my workstation with [sshfs](https://github.com/libfuse/sshfs) and noticed when attempting to move a file across devices on the same mount, a permission denied error is given, not...

Some websites show the TOTP secret separated with spaces, such as Gitlab. I tried to manually add one of these secrets to Tofu and the "Done" button kept being disabled....

### Type GPU ### Operating System None ### OS Version FreeBSD 13.1 ### Bug description I've spent some time trying to get the GPU plugin to work on FreeBSD but...

discussion
gpu

Running `testifylint` on a large codebase at work I noticed that people sometimes use `Contains` to check error messages, something that `testifylint` currently doesn't detect Expected results: ```go ❌ assert.Contains(t,...

enhancement
new-checker

Running `testifylint` on a large codebase at work I noticed that suits are not consistently named. It would be useful if `testifylint` detected this and enforced usage of either `(suite...

enhancement
new-checker