Martin Matous
Martin Matous
Updated to retain previous naming and changed all ^fetchDelay to ^defaultFetchDelay for consistency. I don't think forgetting previous custom value was a problem though. If somebody messes with unexposed internals...
Could you take a look, @stevegrubb?
I wanted to send a PR but the data is generated from a private file on your SVN (`/nmap-private-dev/nmap-services-all`). Could you take a look, @bonsaiviking? Should be an easy one-liner...
Simply change `freeciv` https://github.com/nmap/nmap/blob/d1d1d6901a797fe3157508a6ef59b7101908f1cb/nmap-services#L9678 to e.g. `adb` ``` Starting Nmap 7.94SVN ( https://nmap.org ) at 2023-09-21 02:14 CEST Nmap scan report for 192.168.0.15 Host is up (0.34s latency). PORT STATE...
I would like the scope of this request to be broadened for all reasonable components listed [here](https://rust-lang.github.io/rustup-components-history/). I'm currently trying to build the [Cranelift-based backend](https://github.com/bjorn3/rustc_codegen_cranelift) and that requires `rust-src`, `rustc-dev`...
plain script: > /home/mmatous/playground/aptest/venv/lib/python3.12/site-packages/alive_progress/animations/spinner_compiler.py spinner_compiler_dispatcher_factory /home/mmatous/playground/aptest/venv/lib/python3.12/site-packages/alive_progress/animations/spinner_compiler.py bundled version: > /tmp/_MEIVE8Zos/alive_progress/animations/spinner_compiler.pyc spinner_compiler_dispatcher_factory alive_progress/animations/spinner_compiler.py Getting rid of the second condition in ap's venv sources before bundling works. I'm OK with that workaround....
Imo we could do away with the entire check. Or check for mandatory attributes/methods/retval/accepted args if truly necessary. Who cares where the function came from? As long as it looks,...
I'll test it and send a PR with your proposed fix sometime next week.
> ensure they end with alive_progress' modules: alive_progress/animations/spinner_compiler.py I think this would break `test_style_input_factory()` and in any case would have to be kept in mind and changed every time file...