Bryan Culver

Results 70 comments of Bryan Culver

This needs a discussion around how this can be implemented in a maintainable fashion.

Leaving this here as it was discussed in another channel: - Can we get a decorator/tag/label to add to tests to mark them as specifically performance targeted tests? - Step...

Not dropping 3.7 anytime soon so lets go ahead and close this.

> Another issue I ran into is this, and not sure how we can solve it, but I wanted to point it out: > > 1. Click "Filter", then "Advanced"...

> I like the goal here but I'm not a huge fan of the implementation, as it becomes yet another thing that we have to remember to add manually when...

How about something like this: (diff against `next`) ```diff diff --git a/nautobot/utilities/forms/forms.py b/nautobot/utilities/forms/forms.py index 19a622184..3af90b7c9 100644 --- a/nautobot/utilities/forms/forms.py +++ b/nautobot/utilities/forms/forms.py @@ -57,6 +57,12 @@ class BootstrapMixin(forms.BaseForm): def __init__(self, *args, **kwargs):...

@chadell Moved to draft to indicate you're still updating the PR to make it visually distinct. Please select "Ready for review" once the PR has been updated.

Looks like Graphene-Django is alive again, which means things like graph_wrap has a clearer path forward as well. We still need to have a discussion around reducing our code duplication...

Thanks for opening the issue @joaopsys. Just to confirm, while #1985 may not seem related, there was a performance monitoring middleware that was attempting the decode. Did you try to...

> Unfortunately it still happened on v1.4.5 > > I had 3 scheduled jobs. One at 20:00, one at 21:00 and one at 23:00. The first 2 ran without issues...