Yorai Levi
Yorai Levi
Fancy!
This was tested on chrome and edge(chromium) as noted by the / and brackets. Tested again it is halting the entire page on my system. Chrome Screen recording (recorded via...
Has there been no progress on a cli version as of yet?
If someone needs some basic implementations for cli; beware that tweaks that use winget may require interaction as in the gui. ``` Invoke-WebRequest https://raw.githubusercontent.com/YoraiLevi/winutil_tweaks_cli/master/winutil_cli.ps1 -OutFile winutil_cli.ps1 winutil_cli.ps1 -TweakNames WPFBingSearch,WPFEssTweaksAH,WPFEssTweaksDeBloat,WPFEssTweaksDeleteTempFiles,WPFEssTweaksDiskCleanup,WPFEssTweaksDVR,WPFEssTweaksHiber,WPFEssTweaksHome,WPFEssTweaksLoc,WPFEssTweaksOO,WPFEssTweaksRemoveEdge,WPFEssTweaksRemoveOnedrive,WPFEssTweaksServices,WPFEssTweaksStorage,WPFEssTweaksTele,WPFEssTweaksWifi,WPFMiscTweaksDisableipsix,WPFMiscTweaksDisableMouseAcceleration,WPFMiscTweaksDisableNotifications,WPFMiscTweaksDisableUAC,WPFMiscTweaksDisplay,WPFMiscTweaksEnableipsix,WPFMiscTweaksEnableMouseAcceleration,WPFMiscTweaksEnableVerboselogon,WPFMiscTweaksExt,WPFMiscTweaksLapNum,WPFMiscTweaksNum,WPFMiscTweaksRightClickMenu,WPFMiscTweaksUTC -WindowsFeaturesBundles...
Could be a user "error" onn my part but I didn't have anything highlighted, discussed with the chat and it "read" my code and reproduced it as an output with...
> Alt (option)+ DOWN/UP has often a problem with focusing on cell - it moves line up/down instead of a cell, is not reliable, I need to use a command...
@tacaswell technically yes, there are no annotations(??) so it is empty ```python %pip install -U matplotlib # colab import typing import matplotlib.pyplot import matplotlib.typing # sanity check, typing exist print(matplotlib.pyplot.imshow.__annotations__)...