Dave

Results 22 issues of Dave

##### SUMMARY This will enable the github action for stale PRS/Issues in DEBUG MODE debug: true ##### ISSUE TYPE - Bug, Docs Fix or other nominal change ##### COMPONENT NAME...

## Description add - assembly - bash - hack fix alignment from previous committers

changes-requested

### Are you using the latest version of the library? - [X] I have checked and am using the latest version of the library. ### What type of session are...

``` const yt = require('youtube-search-without-api-key') const results = await yt.search("test") if (results.length === 0) { console.log("0 results"); return false } ``` ``` [] 0 results ```

##### SUMMARY Added section for PR dependencies in the pull request template ##### ISSUE TYPE - Bug, Docs Fix or other nominal change ##### COMPONENT NAME - Other

Hi, I have the following rules: ACCEPT icmp -- 10.246.0.0/16 10.255.253.4 icmptype 8 state NEW,RELATED,ESTABLISHED ACCEPT tcp -- 10.246.0.0/16 10.255.253.4 tcp dpt:22 ctstate NEW,ESTABLISHED ACCEPT all -- 10.246.0.0/16 10.255.253.4 state...

hi, Distributing certain applications with a dependency on ITPC, have only support for requirements.txt at install time. Access to packager manager is tricky, as you don't know what package manager...

Shoud be built with appropriate build arg ansible-builder build -v3 --build-arg PYCMD=/usr/bin/python3.11 -t py311

In containerized co-lacated services such as apache2 for WSGI openstack services, a race condition is present for restarting of apache2. This race condition does not check which is the correct...

##### SUMMARY Replace request.META.get('REMOTE_ADDR') with django-ansible-base get_remote_host for environments with proxies and other intermediates where callbacks are broken because the remote_addr is the proxy. ##### ISSUE TYPE - Bug, Docs...

component:api