noo-dev

Results 6 issues of noo-dev

### Roadmap URL https://roadmap.sh/golang ### Suggestions Please, add waitgroups to section "Going Deeper"

suggestion

Language code: tk Maintainer: noo-dev [email protected]

when i toggle multipart form field, - it shows true/and false end of some fields, but some fields don't have this boolean indicator - after toggling many times, true becomes...

bug
good first contribution

def queue_declare(self, queue, passive=False, durable=False, exclusive=False, auto_delete=False, arguments=None, callback=None): """Declare queue, create if needed. This method creates or checks a queue. When creating a new queue the client can specify...

On page [Building a 12-Factor App with Viper Integration](https://cobra.dev/docs/tutorials/12-factor-app/) there are markdown issues like ``` # Create a directory for our project mkdir myapp && cd myapp # Initialize a...

version 4.0.0-alpha2 if i try to connect to `websocat wss://example.com` it gives error below ``` ERROR websocat::scenario_executor::utils1: Connection refused (os error 111) ``` but exit code in bash is 0