Rodrigo López Dato
Rodrigo López Dato
I have the same problem on macOS 10.15.7. I do get prompts from LuLu when an app tries to access the network, but even after allowing them and verifying that...
You can save this as a .reg file to make the edits quicker: ``` Windows Registry Editor Version 5.00 [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\PrecisionTouchPad] "SuperCurtainLeft"=dword:00000bb8 "SuperCurtainRight"=dword:00000bb8 "SuperCurtainTop"=dword:000003e8 ```
@NielsDoucet Which version of fossa-cli are you using? I'm unable to reproduce on 3.2.10: ``` $ tree . ├── a │ └── build.gradle └── b └── build.gradle 2 directories, 2...
I agree with @leipert - the better solution would be to poll the pipeline until it's done. I can think of these benefits: * If the pipeline finishes and we...
Thanks for the PR! I would make the following changes for consistency with `certbot renew`: * Default expiration should be 30 days * No option to configure a default expiration...
Note that this is not the same as #47 - that issue is about opening the latest non-pushed commit. I'm only looking for the current commit.
You can get the latest non-pushed commit hash by using `git rev-parse REMOTE/BRANCH`, e.g. `git rev-parse origin/master`. This won't be infallible because other commits may have been pushed in the...
Closing this issue, feel free to comment if you still need help with this. Thanks!
I also had to add a Stereo Tools plugin to get my mono mic to output on both channels. What I don't understand is, how is KDE able to see...
This action does not currently support it, but `fossa test` supports a `--diff` argument that lets you only flag issues introduced starting from a certain revision, or comparing arbitrary revisions:...