Václav Brožík
Václav Brožík
It would be great to get rid of the reported problem. For example if Pylance is being used (I think it is the default in VS Code) it shows the...
@eliassal, I was reacting just to: > good idea is not to generate the suiglly red line Of course the directive just deactivates the Pyright/Pylance check (inside VS Code) to...
I noticed the VirusTotal positive results too. Currently (2021-09-06, `WinCompose-Setup-0.9.11.exe`): https://www.virustotal.com/gui/file/125119d0335c64067e5aea1e87781df9de6e6ba960fdccd001b25d4d3bbbfadf/detection * Cynet - Malicious (score: 100) * Palo Alto Networks - Generic.ml * Crowdsourced Sigma rules - 8 matches:...
I am wondering if a simple solution was considered. If the parser is not able to correctly cope with hierarchical use of expressions with side-effects then I think that the...
The bug is also in the basic `%%script` magic, not just `%%bash`. Maybe the issue title can be changed to something more generic? When I use the `--bg` flag it...
> A similar issue has been resolved for `%%bash` with #12639. As I understand it the PR resolved something different - the buffering mode of the `%%script` output. Before the...
This problem depends on the stream buffering mode being used as @takluyver hinted. @minrk confirmed that full buffering is being used. For interactive outputs we should not use full buffering....
I noticed that a similar problem has probably been fixed for the text console here: #12595 in 2020-10-28.
Is there at least a workaround? For example how to install the "Snooty language server" manually and check that it is working? I have the same problem.
@agronholm there is something wrong in your configuration. I do not use sphinx-autodoc-typehints. Here is my result:  Sphinx' `conf.py`: ``` Python ... extensions = [ 'sphinx.ext.autodoc', 'sphinx.ext.doctest', 'sphinx.ext.todo', 'sphinx.ext.viewcode',...