João Matos
João Matos
Hello, Thanks for making PyNPP. I like to use your program but would like to suggest that you add an option (eg. in the same dialog as the python path)...
Please accept a second return value from the translator function (if possible make it an optional one) so that we can return not only the translated string, but also the...
Hello, I'm just trying out pycontracts and found this strange behavior when using different contract notations. I import my module and run the function with an invalid argument and the...
Hello, If I try using this ``` @contract(txt_pn='str, != ""', returns='list(str, != ""') def load_txt2lst(txt_pn): # type: (str) -> List[str] ... ``` or this ``` @contract(txt_pn='str, != \'\'', returns='list(str, !=...
Hello, Please consider accepting as contract conditions these syntax example: ``` @contract(square_nr='0
Hello, In lecture 30 ( (The Capital Asset Pricing Model and Arbitrage Pricing Theory) Beta was calculated with `AAPL_results = regression.linear_model.OLS(R-R_F, sm.add_constant(M)).fit()` but shouldn't be with the following formula? `AAPL_results...
**Describe the bug** Adobe Network Block completely overwrites existing hosts file. Should append or if overwrite is needed, should make a backup of the original file first. Using winutil 24.06.28.
Consider adding the option of creating a registry key to save the location of the JSON file, so that every time winutil opens it would load those options if the...
**Describe the solution you'd like** Consider adding the option to activate DoH on the DNS Tweak (at least for those that are recognized by Windows in automatic model, like Google...
**Describe the solution you'd like** Microsoft does not recommend to disable IPv6. What they recommend is to change the priority from the default IPv6 over IPv4 to the reverse. It...