-
## Current Behavior
Limits of Consumers in Konnect:
- `username`'s length < 128 and match regex `^[\p{L}\p{N}.\-_~+@/\[\]]+(?: [\p{L}\p{N}.\-_~+@/\[\]]+)*$`
- `custom_id` match regex `^[0-9a-zA-Z…
-
Hi guys, first of all thank you very much for the plugin It has been very useful for me, the only issue that I have is when I'm trying to use something like this:
``` js
export {
LoadDashboard,…
-
Imported from SourceForge on 2024-07-09 19:35:24
Created by **[sm8ps](https://sourceforge.net/u/sm8ps/)** on 2021-06-09 10:32:29
Original: https://sourceforge.net/p/maxima/bugs/3798
---
To my unders…
rtoy updated
4 months ago
-
The regex used in `rdfproxy.utils.sparql_utils.replace_query_select_clause` is completely inappropriate for the task at hand. E.g. it is currently not possible for `rdfproxy` to deal with query string…
lu-pl updated
18 hours ago
-
**Previous issues**
Have you searched the issue tracker to ensure this hasn't been discussed before?
Yes but I did not find any discussion on this.
**Version information:**
- OS: Windows x64
…
-
Currently, `http_parse_and_lock_start_line` file uses exact string match to check request URL, but some authenticated URL contains user-specific parameters like:
- `/v1/users/{{user_id}}/playlists`…
-
* fhir.resources version: 7.1.0
* Python version: 3.12.3
* Operating System: Ubuntu
### Description
I was trying to read a structure definition that contains type slicing. The definition has t…
-
I am trying to match and drop roles named as GUIDs, using:
```
transform user {
regex match role "[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}"
action drop matched role
}
```…
-
**Describe the bug**
Match in Regex not working for Capture Data
**To Reproduce**
Steps to reproduce the behavior:
1. Go to 'New Test'
2. Add a new step
3. Add some regex, in my case is: `name…
-
### The WHY
1) Currently the regex transformer performs a return on regex match. Adding the ability to perform a regex replace will make this step flexible for data manipulation.
2) Currently a nu…