-
{
"type": "string",
"pattern": "^(\\([0-9]{3}\\))?[0-9]{3}-[0-9]{4}$"
}
Trying to add pattern field, and thought it could be good to leverage the jackson annotation
@JsonFormat
-
# Issue
> The regex pattern used to detect MasterCard excludes a portion of cards (according to the range 2221 - 2720). Specifically, 2230 - 2299. Also, according to MC simplified BIN account range…
-
Given a trigger like `staging{id}`:
- `staging foo` should not match
- `staging foo bar` should not match
- `stagingfoo` should match
- `stagingfoo bar` probably should match?
Given the same trigger,…
-
'com.appsflyer:af-android-sdk:6.15.2'
id 52
name pool-15-thread-1
was active false
errored no
state Runnable
lock reason locked
device [itel S663L]
mechanism [AppExitInfo]
os [Android 12]
…
-
I am trying to use the filter my app but getting syntax errors. Its not liking passing a regex pattern of any kind. Its only working with a string replace.
This works
{{ model.photos[1].caption | …
-
Failure link
------------
From [an internal build](http://vmfarm.rtp.raleigh.ibm.com/job_output.php?id=74364263)(`rhel7s390x-1-4`):
```
java version "1.8.0_391"
Java(TM) SE Runtime Environment …
-
### Checklist
- [X] I have searched the [existing issues](https://github.com/streamlit/streamlit/issues) for similar feature requests.
- [X] I added a descriptive title and summary to this issue.
…
-
## Feature Description
In certain applications, logs may contain sensitive or personally identifiable information (PII), such as passwords, credit card numbers, or email addresses, which should not…
-
**Describe the bug**
It seems semgrep's handling of `export default ...` in JS doesn't match my expectations.
Given the following code:
**test.js**
```js
function Breadcrumb({ id }) {
.…
-
Hi! :wave:
When I enter file pattern mode (`p`) and enter a regex (for example, `.*`), the matching files are shown. When I hit return, however, no tests are found.
Here's a quick demo where ent…