Sindzicat

Results 9 issues of 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,...

bug
notebooks
fixed by lsp notebooks

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. ![preview_pos_jumps](https://user-images.githubusercontent.com/5142004/54432365-464a0c80-4729-11e9-9e49-f8f65b7ce05d.gif) 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 ![image](https://user-images.githubusercontent.com/33900895/74427830-e728d680-4e68-11ea-8854-c9c1de4e7fef.png) When I use vscode extension with version 2.7.8, all works fine: ![image](https://user-images.githubusercontent.com/33900895/74428035-4d155e00-4e69-11ea-8f0c-56025fe68667.png) When I use extension version 2.7.12, colors are wrong: ![image](https://user-images.githubusercontent.com/33900895/74428261-b4331280-4e69-11ea-94bd-8a5daee80df6.png) 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...

bug

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...

enhancement
help wanted

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...