-
### Issue description or question
Wallaby v2 runs fine locally, but when I'm on a remote machine via Microsoft's **Remote - Tunnels** VS Code extension, the new Wallaby tab stalls in the "connectin…
-
panic: regexp: Compile("(?i:'s|'t|'re|'ve|'m|'ll|'d)|[^\r\n\\p{L}\\p{N}]?\\p{L}+|\\p{N}{1}| ?[^\\s\\p{L}\\p{N}\r\n]+|\\s*[\r\n]+|\\s+(?!\\S)|\\s+"): error parsing regexp: invalid or unsupported Perl s…
-
Comint mode includes the 'Error: ' part of the message in the path when trying to navigate to the file meaning that the file can't be automatically opened, and must be browsed to manually. This is run…
-
## Bug Report
**Describe the bug**
With Add, if STRING:VALUE is not valid regexp, fluent-bit failed
Message :
> [2024/11/15 11:54:32] [error] [filter:modify:modify.17] Unable to create regex(val…
-
### What version of CUE are you using (`cue version`)?
deed7d5c90d56f7468906f293494eb099f2c37a2
### Does this issue reproduce with the latest stable release?
Yes (v0.10.0)
### What…
-
In some cases, it's not very convenient to use glob syntax for filename patterns and other options are not enough. Maybe, makes sense to allow to use regexp syntax for that?
-
**Is your feature request related to a problem? Please describe.**
Smart sensors are great but there are a lot of them. So would be cool if it was possible to specify what info to display.
**Descr…
-
Already described in the forum:
https://dbeaver.io/forum/viewtopic.php?f=2&t=1699
For this moment JDBC driver returns:
jkiss.dbeaver.model.sql.DBSQLException: SQL Error [1]: [SQLITE_ERROR] SQL erro…
-
It would be nice to support this `new RegExp("ab+c", "i");`. Right now, when I try to use it, I get an error saying `RegExp is not a function`.
wpdas updated
6 months ago
-
Part of https://github.com/apache/datafusion/issues/11752 and https://github.com/apache/datafusion/issues/11790
Currently, a call to `REGEXP_MATCH ` with a Utf8View datatypes induces a cast. After …