-
To detect inconsistencies like issue #182, we could insert disjoints for (most) upper level classes. I believe the following are all pairwise disjoint
- material entity
- characteristic
- process
…
-
### Before opening, please confirm:
- [X] I have [searched for duplicate or closed issues](https://github.com/aws-amplify/amplify-js/issues?q=is%3Aissue+) and [discussions](https://github.com/aws-am…
israx updated
1 month ago
-
### Tested versions
- Reproducible in 3.3.1
### System information
Ubuntu 22.04.4 LTS - pyannote.audio 3.3.1 - EC2 g5.4xlarge
### Issue description
Receiving this error when running the diarizati…
-
B007 (unused-loop-control-variable) does not trigger when variables are shadowed.
See this extremely contrived example:
```python3
my_dict = my_other_dict = {}
my_list = []
for k, (v1, v2…
-
### Description
Under Wayland, the `wxTipWindow` closes automatically not only when the mouse leaves the specified bounding rectangle, but with every mouse movement.
It seems that the mous…
-
### Problem
When the `ext_hlstate` extension is enabled, and more than around 500 lines are deleted using `indent-blankline.nvim` or`mini.indentscope`, the `hl_attr_define` event is repeated many t…
-
**rust-analyzer version**: rust-analyzer version: 0.4.2145-standalone (d7628c0a8 2024-10-12) [/Users/sytten/.vscode/extensions/rust-lang.rust-analyzer-0.4.2145-darwin-arm64/server/rust-analyzer]
**…
-
> Please provide us with the following information:
> ---------------------------------------------------------------
### This issue is for a: (mark with an `x`)
```
- [ ] bug report -> please…
-
### Cocos Creator version
3.7.0
### System information
macOS
### Issue description
I'm using UI Canvas to get a responsive UI.
I tested in editor with the "Preview in Editor" feature but the can…
-
RUF019 can raise false positives if a class defines `__contains__` and `__getitem__` but not `get`. Alternatively, a class may implement `get` but do something entirely different with it.
(Yes,…