Ruslan Nasonov
Ruslan Nasonov
Hi, cool and useful library, thanks! I need help to write parser for next grammar (it's some subset of CMake grammar) ```cmake FIRST(abc efg) S_E_C_O_N_D() third( abc efg ) FOURTH(...
I try to write extension for VSCode on Kotlin. I generate Gradle + KotlinJS project with IDEA, add `kotlin.js.experimental.generateKotlinExternals=true` to `gradle.properties`. In `build.gradle.kts` add `@types/vscode` dependency ```kotlin kotlin { target...
Is the way to catch empty tag? I have XML like this ``` some text ``` And I want to known where `a` tag is empty. I counted that empty...
when i add task on russian language ``` $ ping-me -d November-24-2015 -t 14:30 привет Traceback (most recent call last): File "/usr/local/bin/ping-me", line 9, in load_entry_point('ping-me==0.2.1', 'console_scripts', 'ping-me')() File "/usr/local/lib/python2.7/dist-packages/ping_me/ping.py",...
Very useful feature, when you filter some column and then select all rows, like in Excel. 
Command `require("neotest").jump.next({ status = "failed" })` jump only failed test in current file. Is the way to jump to the next failed test across all tests in project? Scenario: 1....
**WARNING** If this is about Harpoon1, the issue will be closed. All support and everything of harpoon1 will be frozen on `master` until 4/20 or 6/9 and then harpoon2 will...
In this page I want to see only my nodes, or top of nodes by score/cpu.
Function `loadTdlib` has noisy prints and I can't disable it. Eg: ``` println("Try to load tdlib as library") ... it.printStackTrace() println("Try to load tdlib from artifact") ... it.printStackTrace() println("Try to...