Brendan Reville
Brendan Reville
Not sure if relevant, but we were seeing a hang in our own broken link checker that uses this library. My colleague implemented a small workaround in our code that...
Update: we've continued getting zombie processes that didn't exit, after all.
Have we confirmed this isn't also happening to users in Safari?
> There's no way to configure the value of a DCDO setting that's used by the managed test server's web application server > Provide a web interface that enables admins...
Does this impact the approach we should take for updating DCDO values on test, as used by UI tests? For example, we currently have some explanations in code for updating...
@Hamms Good questions. I took some notes on what seems to happen: ``` First finger down touchstart event.touches.length: 1 event.changedTouches.length: 1 Second finger down touchstart event.touches.length: 2 event.changedTouches.length: 1 Move...
Should we update [here](https://github.com/code-dot-org/code-dot-org/blob/4d9875ee510beaf6e8e6802d6d79d1211e6d2694/apps/src/music/blockly/constants.js#L51), too?
> > Is there a thread or other link with context about this change? I found a [thread](https://codedotorg.slack.com/archives/C04TH8400AU/p1716230254956089) from yesterday about correcting a translation for the `play sound` block, but...
> > Is there a thread or other link with context about this change? I found a [thread](https://codedotorg.slack.com/archives/C04TH8400AU/p1716230254956089) from yesterday about correcting a translation for the `play sound` block, but...
> Out of curiosity, how did you determine which custom events we aren't analyzing any more? My reference point - one of the Event Categories that Hadi/marketing really cares about...