aero
aero
When 100% charged on MacOS. ``` $ pmset -g batt Now drawing from 'AC Power' -InternalBattery-0 (id=4718691) 100%; charged; 0:00 remaining present: true $ $ eval `./angel-PS1` angel installed. Use...
Hi, I made and used my own utility for similar purpose. If csv file is very large, every .import csv procedure makes delay. So I solved the problem with backed...
Hello, cachectl( https://github.com/cubicdaiya/cachectl ) supports -r option. ``` If you want to leave a cache appended recently, assigning a rate for purging page cache with -r is recommended. cachectl -op...
Hi, It seems that metacpan doesn't index some pod documents. For example, see PDL::Stats module both on http://search.cpan.org/dist/PDL-Stats/ and https://metacpan.org/release/PDL-Stats.
**Is your feature request related to a problem? Please describe.** A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] Other js framework like...
Add inxi
Name: inxi Language: Perl URL: https://github.com/smxi/inxi Description: inxi is a full featured CLI system information tool. It is available in most Linux distribution repositories, and does its best to support...
Hi, Text::CSV_PP can't say a field when it contains new line. t.csv ``` no,name,data 1,tom,"PING FAIL" 2,john,"PING\nFAIL" ``` ``` $ perl -MText::CSV=csv -e '$c=Text::CSV->new; foreach (@{csv({ in=>"t.csv", headers => "auto"...
Hi, Data::UUID is essential for CPAN Tester Reporter modules. So I can't automatically report CPAN test results. I have got the following errors on Windows strawberry-perl-5.26.0 32/64bit. @kmx ``` Writing...
Hi, Please fix a typo at line https://github.com/zinic/tmux-cssh/blob/master/tmux-cssh#L41 ``` From echo "-ss, -cs |" To echo "-ss, -csc |" ```
HI, I am using Qwen2.5-Coder-32B-Instruct model with ollama's openapi api compatible interface. It has own function calling template( https://qwen.readthedocs.io/en/latest/framework/function_call.html#qwen2-5-function-calling-templates ). Is it possible to modify OpenAIAugmentedLLM class to support Qwen2.5...