staticdev

Results 44 issues of staticdev

I am installing the most basic case on Ubuntu 20.04: ``` - hosts: servers roles: - ngetchell.vscode ``` Verbose output: ``` TASK [ngetchell.vscode : set gpg key] ****************************************************************************************************** task path:...

### Description You can greatly simplify this template but substituting the setup.py, setup.cfg, MANIFEST.in and requirements_dev.txt by pyproject.toml! See the PEPs. An easy way of doing that is with poetry....

From your video and repo where is no example of the `.env` file to run this code. It would be nice to have an `example.env` since `.env` is on `.gitignore`....

First congratulations for this demo and repo. It would be really a great addition if we also had tests for it, so people can create testable apps with fastapi-dramatiq. This...

These PEPs recommend not using setup.py anymore: * Use poetry to create pyproject.toml * Delete setup.py

How to reproduce: ```go package main import ( "log" "github.com/spf13/afero" ) func main() { folderName := "secret" fsys := afero.NewMemMapFs() fsys.Mkdir(folderName, 0700) afero.WriteFile(fsys, "secret/filename", []byte(""), 0700) _, err := fsys.Stat("secret/filename")...

Adding [Protocol 2](https://linux.die.net/man/5/sshd_config) to sshd_config is a general security good practice. Some references: - https://www.tecmint.com/secure-openssh-server/ - http://www.snailbook.com/faq/ssh-1-vs-2.auto.html - https://docstore.mik.ua/orelly/networking_2ndEd/ssh/ch03_05.htm

I am using Hangfire 1.7.3 and Hangfire.PostgreSql 1.6.0 on ASPNET Core 2.2.300. And I have a 24/7 RecurringJob running every minute with default 20 workers on server along with other...

# Issue Type - Bug report # Molecule and Ansible details ``` ansible --version && molecule --version ansible [core 2.13.2] config file = None configured module search path = ['/home/user/.ansible/plugins/modules',...

bug