Judd Storrs
Judd Storrs
I also realized the same. The overall volume slider is working, but adjusting individual applications does nothing (M2 running Ventura 13.4.1). @danmatpor I would edit your issue title to be...
Spotify, discord, etc are all electron apps (Chrome runtimes) so maybe this is all related to #61. In fact adjusting Chrome's volume adjusts Spotify's volume for me.
From https://developer.apple.com/documentation/xcode-release-notes/xcode-14_3-release-notes > std::unary_function and std::binary_function are no longer available in C++17 and C++20. They can be re-enabled by defining _LIBCPP_ENABLE_CXX17_REMOVED_UNARY_BINARY_FUNCTION. They are also marked as [[deprecated]] in C++11 and...
Removed the allow_agent flag. allow_agent=True is paramiko's default so migrating to using the SSHClient class is sufficient to enable SSH agent use. So the example now just looks like this:...
Thanks! I understand that error and will figure out how to remedy it. I definitely have a known_hosts file setup and would not have even thought to delete it to...
Okay, I think I have started to trace this error down. Where I am at currently is that I can't figure out how to get both password and private key...
@tarunsamanta2k20 I don't know if what I am going to suggest is anywhere close to correct but this is what came to mind reading this: First I would edit Makefile...
@carlosefr can you check if this is still an issue in nbconvert 7.7.x?
I tested with a notebook containing the cell from IPython.display import display, HTML display(HTML("BUG?")) And the `--to html` output contains the string `BUG?` which seems to me to be the...