-
i have made my small notes to make it easier to start with RKP, would be nice to add it somewhere maybe wiki, or howto.md idk :)
keeping a copy here right now so we can elaborate it better
### …
-
**Description**
In the dotnet-aicommitmessage tool, which generates commit messages using the ChatGPT API (LLM models), implement a business rule to retain the original commit message when it follo…
-
**Describe the bug**
The mobile number validation allows invalid phone numbers like `+000000000000` and `+9876543210123456`, which ideally should not be considered valid. This issue is due to a bug in…
-
This is a good first issue if you know (or are learning) Rust.
Today the compiler will generate a static Regex if the regular expression is constant. However, there is room for improvement when reg…
-
#### Bug Report Checklist
- [x] Have you provided a full/minimal spec to reproduce the issue?
- [x] Have you validated the input using an OpenAPI validator ([example](https://apidevtools.org/swagg…
-
Nvim-cmp's buffer source (only this one matters imo), you could configure like this
```lua
{ name = "buffer", option = { keyword_pattern = [[\k\+]] } },
```
And this regex captured non latin cha…
-
### Motivation
I would like to define regex pattern for a property in a facet in specs to regulate the input from python sdk. For example, for the `type` property in `SourceCodeLocationJobFacet`, I w…
-
**Is your feature request related to a problem? Please describe.**
Provide regex patterns for common use cases like:
- [ ] URL
- [ ] email
- [ ] hashtags
- [ ] hex color
Each pattern should be…
-
Thank you so much for this super helpful package!
I was wondering if there is a way to parse a datetime from several places within a string, basically the inverse to `"Today is {d:%d} in {d:%B} of…
-
I believe the pattern matching described in #470 may no longer be compatible with PyLance. For example, creating a json schema like:
```
properties = {
'session': {
'type': 'string',…