-
**Affects PMD Version:**
6.51.0+
7.0.0
**Rule:OnlyOneReturn**
Please provide the rule name and a link to the rule documentation:
**Description:**
When used PMD, I found many false positi…
-
```python
import numpy as np
import pyarrow as pa
data = [0, 1, np.nan, None, 4]
arr1 = pa.array(data)
arr2 = pa.array(data)
pa.Array.equals(arr1, arr2)
```
Unsure if this is expected…
-
-
I found `nth-child` selector is not working as expected.
Having a simple html
```html
1,1
1,2
2,1
…
-
When I updated to Rust 1.81 I noticed that the comment indentation changed. Not sure if this is an intentional breakage or a bug.
I have the following code (formatted with Rust 1.80.1, rustfmt 1.7.0)…
-
Firstly, wow this project has moved on a lot since the last time I looked at it ;-)
About the above, the color pick can have none equal hight / width, where one is bigger than the other, then its p…
-
If there is a VTIMEZONE with a zone change in the future, ZoneRulesBuilder line 86 will create a period with now as the end time:
```
observance.calculateRecurrenceSet(new Period(start.getDate(), Lo…
tbee updated
16 hours ago
-
For example, searching for 1500-tal with citation marks work:
https://spraakbanken4.it.gu.se/karp/v7/query/saldom?q=equals|baseform|%221500-tal%22&size=1000
Without gives a parser error:
https://…
-
The SVG I imported contains multiple subpaths. Even if each subpath's path[-1].end equals path[0].start, and even if every subpath ends with a 'z', there is always at least one subpath that does not c…
-
### Does the feature exist in the most recent commit?
NOPE
### Why do we need this feature?
Checking that two doubles are NOT equal is more difficult than it is to check they are equal per […