-
** Please describe which feature you have a question about? **
Rewrites and redirects
** Provide additional details**
I have a SPA that does client side routing. However I've been working on my S…
-
Windows 11, using latest version of Verilator and extension, both build from git today.
Test modules are:
top.v
```
module top(
input wire test1,
input wire [31:0] test2
);
submodule …
-
Very similar to #159, I can't match a square bracket, asterisk, etc, regardless how many backslashes I put because `mlr_alloc_double_backslash` is doubling them. Adding exceptions for square brackets,…
-
As described here
https://www.qownnotes.org/getting-started/searching.html
multiple words are searched for with an OR condition.
For targeting a note in a huge notebook probably AND will be mor…
-
```
Esmre finds invalid regex matches that the vanilla re module shows do not exist.
The following unittest should pass, but does not due to the invalid match esmre
finds.
import unittest
import re…
-
As it is now, you have the ability to write named capturing groups, but those results don't appear in the list of matches returned from `regex.scan`.
```gleam
import gleam/io
import gleam/regex
…
-
### Describe the bug
I am creating a rule:
````
az afd rule create --rule-name "RedirectToSPA" --order 1 \
-g "$tcResGroup" --profile-name "$profName" --rule-set-name "$spaRuleset" \
--mat…
-
**Describe the bug**
If a file has the name `enums.py` anywhere in the repository, the `lint` goal for any linter that uses `LintFilesRequest` will run twice.
I was able to reproduce this in a cle…
-
Hi There,
Is it possible to implement dynamic variables after matching a string.
I'll explain: I need to replace a know regex but the value that I need to change is dynamic and comes from the regex.
E…
-
```
Esmre finds invalid regex matches that the vanilla re module shows do not exist.
The following unittest should pass, but does not due to the invalid match esmre
finds.
import unittest
import re…