Pavel Kalugin
Pavel Kalugin
Hello! Happy new year) I realized that ``` echo -n ``` benchmarking command is bad, because as seems to me, it does not render PS1. I held enter, recorded screen...
Hello! I need an option to add indent after key characters in some languages. For example: Python: ```while :``` When pressing enter after `:`, the editor should add indent (4...
One thing that has always stopped me from using vi is a lack of syntax highlighting. Is it possible to implement syntax highlighting while keeping the code and philosophy clean?
CMake 2.8 is very old. It does not support some useful features (for example, option).
## Description The "Domain" argument in Solve seems to mess something up ```Wolfram In[1]:= Solve[x == x, x] Out[1]= {{}} In[2]:= Solve[x == x, x, Reals] Out[2]= {} ```
**Describe the bug** When trying to compile any Catch2 v3 test case with libcxx as stdlib, multiple linker errors pop up. **Expected behavior** I expected to be able to use...
I know, I know. Yet another change would be just a bit painful. But it has some upsides: 1. (probably the most important one). The AVIF encoder you currently use...
It's difficult to understand docker run -p syntax. (TO:FROM). It took a while for me to realize where is the "from" part and where is the "to" part. This syntax...