-
I have noticed that a few people across forums (including myself) are having some undesired results during highlighting. In my case, I have hyphen separated product codes such as:
- ab-34-ts-b
- s…
-
The pattern to match the beginning of the spoken contents in 04_split_xml_electoral_term_1_and_2.py fails to match some of the beginnings. Currently the pattern is:
```
begin_pattern = regex.c…
-
Hello,
I am using the build-in SFTP implementation to access an SFTP server. Unfortunately, this server is pretty slow, so I used globbing with the hope it will speed up things.
The files on this…
-
Using shellspec 0.28.1 the [documented](https://github.com/shellspec/shellspec/blob/0.28.1/docs/references.md#match-pattern-matcher) `should match pattern` expression doesn't seem to support regular e…
-
I have the following setting with alias:
**.eslintrc.js**
```js
settings: {
"import/resolver": {
alias: {
map: ["@", "./src],
extensions: [".ts", ".js", ".jsx", ".ts…
-
I would love to see a feature that allows me to ignore/hide specific files from my library. For example Synology NAS creates thumbnail files for every image in it's directories.
All thumbnails are…
-
I'm creating a small package that should be able to extract some patterns from columns of characters and return it to the user.
Today, what I have implemented uses the functions `regexp_replace()` …
-
Crash and no report generated
```
stderr: "unhandled error during finalization of test:
........./test/src/modules/food_list/widgets/cuisines/cuisine_circle_item_widget_test.dart
PathNotFoundExcep…
-
#### Summary
Add custom assertions for `java.util.regex.Matcher`.
#### Example
```java
java.util.Pattern pattern = ...;
String input = ...;
java.util.regex.Mather matcher = Pattern.matcher…
-
Basically following up this discussion: https://github.com/getzola/zola/pull/2581#discussion_r1806706366
Right now, functions and filters don't have special access to constant arguments, which mean…