|
|
|
|
|
by raincole
209 days ago
|
|
> So the author's point is that "other" can never appear in-between "parent before" and "child start". But isn't it true for JavaScript too? So I don't really get the author's point... am I missing something or the author('s LLM?) forced a moot comparison to JavaScript? Edit: after reading the examples twice I am 99.9% sure it's slop and flagged it. Edit2: another article from the same author: https://mergify.com/blog/why-warning-has-no-place-in-modern-... > This isn’t just text — it’s structured, filterable, and actionable. My conclusion is that I should ask LLM to write a browser userscript to automatically flag and hide links from this domain for me. |
|
You're right, the equivalent JS script produces the same sequence of outputs.
It turns out there is a way to emulate Python's asyncio.create_task().
Python:
JavaScript: