Boian Berberov
Boian Berberov
Would it be possible to remove just the session cookies from whitelisted sites when closing their tabs, etc.? I have use case for that. I guess an all-or-nothing setting would...
The current OpenSUSE package does not automatically rebuild the modules during a kernel update. The package should be updated to support OpenSUSE mechanisms for kernel module management. See: https://en.opensuse.org/Kernel_Module_Packages
### Describe the bug I'm trying to build/package the 0.4.6 release of V on openSUSE. I'm following [packaging_v_for_distributions.md](https://github.com/vlang/v/blob/master/doc/packaging_v_for_distributions.md) It appears I can produce a `v` binary and I'm trying to...
I've used BinaryEye on a couple of devices. On a new tablet, I noticed that I was not able to scan codes. It looks like the camera is not able...
I recently started using the browser extension with QOwnNotes. The `#current` tag feature is very nice, but it creates an all-or-nothing list of all links in the current note. It...
I was using `Uncrustify-0.80.1_f` on some old code and ran across the line: ```c++ if (!tank) return; ``` When `nl_before_return=true` and `nl_split_if_one_liner=true` it produced the following code: ```c++ if (!tank)...