Anthony

Results 506 comments of Anthony

You might be able to remove the event listeners from the current DOM node by cloning the element and replacing it with the clone, á la: ```js let input =...

Mmm, I thought that cleared the event listeners. Perhaps I'm thinking of a different method of cloning then, not necessarily `cloneNode()`. It would be nice if this were easier, but...

I don't, you'll have to look at the logs for this one. That project was creating builds in this state fairly commonly. Some of the recent changes to the build...

That's not too many builds, I'd say it's better to understand why those builds are in that state than to force the database into expected values. Is there any pattern...

I thought that query was just builds in the last day, I was reading it wrong. But I ran the query myself though and saw there _are_ builds from the...

> Interesting... All of those builds are builds that were tried to be cancelled, and it seems the cancellation failed for some reason Sounds like it might be related to...

One path forward here is to add some logging to help us figure out what is happening and to implement the temporary fix to force build termination.

Here's how the docs are currently organized ```yaml docs: /reference/git-integration: - Introduction of social connections - Getting started connected a social account - How automatic configuration works - Read the...

I brought up in slack that we should throw deprecation warnings for any of the old settings. We can do this with django's system checks probably. Deprecated settings should be...

Not sure I follow. How does a task get a 30 minute or 5 hour gap in between retry tasks then? The task needs to picked up by a worker...