-
## General information
- konsole 21.08.1
- and, xterm-370
- FreeBSD 13.0-RELEASE-p3
- zinit
- zsh 5.8
- zvm 0.8.5
## Problem description
zvm_cursor_style:33: failed to co…
-
When I search with `/` and by mistake type `\i`, I get an exception.
This should probably be treated as a literal string search rather than a regexp search. Vim mode plus shouldn't throw an except…
-
I really love "ag" and use it every day for work as a developer, but it has limitations when searching big files. I have put together my own [fork](https://github.com/gcflymoto/the_silver_searcher) wi…
-
Looks like some recent changes in glib are on colision course with rrdtools.
glib 2.65.2.
```
Find 3rd-Party Libraries
checking dbi/dbi.h usability... yes
checking dbi/dbi.h presence... yes
chec…
-
```
>> オ =~ [アオ]
== [1]
>> オ =~ [ア-オ]
== [0]
```
-
wget
./configure --prefix=/alidata/server/php7 \
--with-curl \
--with-freetype-dir \
--with-gd \
--with-gettext \
--with-iconv-dir \
--with-kerberos \
--with-libdir=lib64 \
--with-libxml-d…
-
### Description of the Issue
Since some recent builds the replace function stopped treating `\C` and `.` differently if _‘. matches new line’_ is checked, resulting in `\C` cannot be used to …
-
While porting PCRE2 tests suite, one of the failing tests is:
```c#
bool isMatch = Regex.IsMatch("ab", "a\vb", RegexOptions.IgnorePatternWhitespace);
Assert.True(isMatch);
```
This should pro…
-
How are you suppose to allow a compiled regex pattern to be matched from multiple threads concurrently.
If I have a jit stack that is thread local but the pcre2_match_context is effectively tied t…
-
If you see something like:
```
executable Generate
if flag(Generators)
Buildable: True
else
Buildable: False
hs-source-dirs: Scripts
main-is: Generate.hs
other-modules: He…