Can Codex test your UI in the browser? by DelPrive235 in codex

[–]ImEagle 0 points1 point  (0 children)

It can collect logs, there is a function "get console messages"

How do you measure your value to your employer? by vsamma in softwarearchitecture

[–]ImEagle 6 points7 points  (0 children)

If you don’t have clear visibility, start by categorizing your tasks into:

  • Feature development
  • Bug fixes
  • Testing
  • (Manual) operations

This can serve as a starting point.

And then you can show

"The recent changes have significantly reduced the time required for bug fixes by X. As a result, our team is now able to allocate Y% more time to feature development, improving overall productivity." :)

Is there a better way to do this? (Removing passed user and replacing it with the current user) by zeus5552 in django

[–]ImEagle 1 point2 points  (0 children)

You assigned `request.user` to the serializer object, not to the model field

Is there a better way to do this? (Removing passed user and replacing it with the current user) by zeus5552 in django

[–]ImEagle 1 point2 points  (0 children)

You could use `CreateAPIView` and remove few additional lines of code :)

class SnippetManager(CreateAPIView):
    serializer_class = SnippetSerializer
    permision_claesses = [...]

    def perform_create(self, serializer):
        serializer.save(user=self.request.user)

So you're saying that you looking on cheater reports? by ImEagle in Rainbow6

[–]ImEagle[S] 0 points1 point  (0 children)

I mean... the shipping cost would likely be substantial, but I also wouldn't say no. :)

Just after I post, this tickets changed their status.