Sindzicat
Sindzicat
## Environment data - Pylance v2021.12.1 - Language Server version: Pylance language server 2021.12.1 (pyright fcab8004) - OS and version: Windows 10 1809 - Python version (& distribution if applicable,...
Hello! For example I'd like to lauch notepad as administrator. I press alt+space to show keypirinha, then type notepad, then press ctrl+enter to show actions list and press ctrl+3 to...
Hello! According [issue 6](https://github.com/asciidoctor/asciidoctor-vscode/issues/6), problem is solved. But preview still jumps a lot when I typing smth.  Extension version is 2.3.3, my settings: ``` "asciidoc.preview.scrollEditorWithPreview": false, "asciidoc.preview.scrollPreviewWithEditor": false, "asciidoc.preview.useEditorStyle":...
Hello. vscode 1.4.2.0  When I use vscode extension with version 2.7.8, all works fine:  When I use extension version 2.7.12, colors are wrong:  Code: ``` ++++ include::file.adoc[]...
Hello. VS Code version: 1.20.1 Jupyter Extension version: 1.1.4 (9 November 2017) OS and version: Windows 8.1 When I run cell that don't return any output, it's look like that...
Hello! I type: ``` .... \*stars* + st\\**a**rs + \\__func__ // some comment .... ``` I see in html: ``` \*stars* + st\\**a**rs + \\__func__ ``` But there is no...
Hello! I know, that if Autocad is already running, we can use `comtypes.client.GetActiveObject`: ```python import comtypes.client as cc app = cc.GetActiveObject("AutoCAD.Application") ``` But what to do, if multiple instances of...
Hello! When `FakeStretch=0.75`, all works fine: ```tex \documentclass[a4paper, 14pt]{extreport} \usepackage{polyglossia} \setdefaultlanguage{russian} \setotherlanguage{english} \usepackage{fontspec} \setmainfont{Times New Roman} \setmonofont{Consolas}[Scale=MatchLowercase,FakeStretch=0.75] \begin{document} Hello! Привет! \ttfamily Hello! Привет! \end{document} ``` But when `FakeStretch` = 0.85...
Hello! I started to learn Ipyvuetify. I decided to start from [buttons](https://vuetifyjs.com/en/components/buttons/). I use the latest version of JupyterLab and VS Code. Almost I tested with buttons don't respect Vuetify...