Results 42 comments of allburov

@fuzzmz @beliaev-maksim great idea, thank you! Mentioned in https://github.com/devopshq/artifactory/pull/383 I think we need to move CONTRIBUTING.md from docs directory to the root one I added `hacktoberfest` label, let's apply it...

Where can I set it, could one help me? I've found only *Most used topics* - but it probably gets from the repositories in the community ![image](https://user-images.githubusercontent.com/4376814/193988783-911c571b-7df9-4c94-8430-b5bcd9d61db9.png)

Another way to do it in the ViewSet I found here https://github.com/alanjds/drf-nested-routers/issues/187#issuecomment-684039173 ```python class NameserverViewset(viewsets.ModelViewSet): (...) def perform_create(self, serializer): serializer.save(user=self.request.user, domain_id=self.kwargs['domain_pk']) ```

I agree on the point that we shouldn't even show the underlying library (requests) we use to make http requests and we should allow to switch that library by providing...

Done! https://github.com/devopshq/artifactory/releases/tag/0.10.0

Released! https://pypi.org/project/dohq-artifactory/0.10.0/ Thank you all for the help, I feel the power of Open Source projects :heart: Could you send a small feedback - did the fix help to solve...

@AhmedAbo6 What was the message and content, did you first reach out the contacts or reply on their messages? Just curious

If I suppress it with `// @ts-ignore` it shows ``` Error: Cannot find module '/home/allburov/git/project/node_modules/@adiwajshing/baileys/lib/index.js'. Please verify that the package.json has a valid "main" entry ```

It'd be good if I can use `npm` instead of `yarn`, but it doesn't seem possible - npm gives me too much errors and with yarn project (the rest) works...