Eldar Abusalimov
Eldar Abusalimov
Changes affecting users: - Now `caplog.text` always uses the same formatting, regardless the `--log-format` option. You won't want your tests fail because the user prefers another formatting, after all -...
Partially resolves #14 ("Integrate with --capture and -v options of pytest"), in a slightly more natural and efficient way than proposed in #20 ("Move pytest-logging functionality to pytest-catchlog.") Note: this...
> Other languages derived from C (like C++ and Objective C) don't need their syntaxes to be changed to something special: they usually extend source.c under the hood, which is...
Use the [syntaxdev](https://github.com/MagicStack/syntaxdev) Node module and adopt a development workflow used by the [MagicPython](https://github.com/MagicStack/MagicPython) project.
[MagicPython](https://github.com/MagicStack/MagicPython) is an example of how this could be achieved.
JetBrains AI Assistant for IntelliJ-based IDEs uses Compose Runtime + Molecule for maintaining the plugin activation state. Recently, there's been a report of a deadlock between `BroadcastFrameClock.lock` and `Recomposer.stateLock`. Apparently,...