Cristian Lupașcu
Cristian Lupașcu
# Setup I have a file called `lib.ts` that contains: ``` export interface InterfaceA { } export interface InterfaceB { } ``` In `index.ts` I have the following code: ```...
Ctrl + X, Ctrl + E allows opening the current bash command in the default editor. I sometimes to this to enter multiple commands (separated by newline). After saving and...
I originally discovered this when using [bash-it](https://github.com/Bash-it/bash-it), and posted an issue there as well: https://github.com/Bash-it/bash-it/issues/1895 I'm reproducing the relevant bits: Ctrl + X, Ctrl + E allows opening the current...
The expression `/\101/` matches the character with the ASCII code octal 101 (decimal 65), which is `A`. Here's a test: https://jsfiddle.net/ekaeb61p/ However, Regexper wrongly interprets the above pattern as meaning...
The regular expression `((((((((((.))))))))))\10` matches any two repeating characters. It represents 10 capturing groups that point to the same character and a backreference to capturing group 10. Regexper, however, sees...
**Symptom** After upgrading to KDE 5.27, many windows are not affected by Krohnkite. **How to Reproduce** 1. Update to KDE Plasma 5.27.0 2. Open a the system settings window, or...
As @waqleh pointed out in #6 : 
Add a functionality load/save all the patterns to/from a text format.
Idea by [chiggz247](https://www.reddit.com/r/SideProject/comments/sa6pyr/comment/htsrvqj/): > Perhaps you can introduce a 'private' league where everyone you share the link with competes with the same list of words (maybe 20?) and points are...