-
One thing I love about perl is the flexibility about delimiters.
- `"a$a"`, `qq,a$a,`, `qq` are all the same (double-quoted, interpolated) string;
- `'a$a'`, `q,a$a,`, `q` are all the same (single-quo…
-
**Describe the bug**
```
QRegularExpression separator_regex = QRegularExpression(R"([\s\\\/\-\[\](){}#!?"'=+*.:,;_]+)");
```
This makes the containing class not being documented.
Even worse it do…
-
I would like to be able to rename methods and classes in bulk.
Methods to be renamed can be selected through the GUI, or by matching a substring/pattern (such as in the 'Choose method' window).
A si…
-
I know its not so easy but...
how can custom types be supported, e.g. to check validate specific arguments.
E.g.
`The color of the traffic light is {word}`
should be more generic
`The color…
-
Regular expression is too hard to write, use and debugging, even to exprienced developers!
So I want to use template string to configure episode to replace reguar expression.
```
episode = ひぐらしのな…
-
I started typing the find string when the regex option was turned on.
Then, after I turned off the regex option, it still marks the `.` and `$` symbol green, as if regex mode is still enabled:
![i…
-
### INFO
**Python Version**: `3.8.12 (default, Nov 15 2021, 06:04:41) [GCC 8.5.0]`
**Operating System**: `Linux-4.4.180+-x86_64-with-glibc2.2.5`
**Locale**: `UTF-8`
**Branch**: [master](../tree/maste…
-
#### Bug Report Checklist
- [x] Have you provided a full/minimal spec to reproduce the issue?
- [ ] Have you validated the input using an OpenAPI validator ([example](https://apidevtools.org/swagg…
-
### Summary
[Tagged template](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Template_literals#tagged_templates) strings in JavaScript have strange, inconsistent highlighting. It…
-
### Describe the issue as clearly as possible:
When using JSON logits processor, the processor does not mask off the token `SPIECE_UNDERLINE * 2`.``
### Steps/code to reproduce the bug:
```python
i…