-
### Description
```nim
type
K[T] = object
case w: bool
of false:
discard
of true:
p: T
M[d: static int; T] = object
e: array[d, T]
n: array[1024, byt…
-
## Steps To Reproduce
Steps to reproduce the behavior:
1. build `nodePackages_latest.nodejs` from master
## Build log
Build Log
```
┃ > ...
┃ > ok 4059 known_iss…
-
### Summary
Dear Community,
Could you please help me verify if Eclipse Che 7.93.0 supports Kubernetes 1.30.5? The **che-dashboard** and **che** pods stopped working when our Kubernetes cluster was…
-
```
# Failed test 'collection_checksums died (The returned path spec did not have a "contents" key: {"collection":"/testZone/home/irods/iRODSTest.48815.10/irods","error":{"code":-317000,"message":"…
-
# Bug report
### Bug description:
Add to `test_class.py` in `TestInlineValues`:
```python
def test_detach_materialized_dict_no_memory(self):
a = WithAttrs()
d = a.__dict__
…
DinoV updated
1 month ago
-
this currently works for non-namedtuple classes (both runtime and mypy-time):
```python
class C:
x: int
__hash__ = object.__hash__
```
and it works for `typing.NamedTuple` at runti…
-
**Describe the bug**
If I pass a `dict` into a function with a cell decorator, the text order changes. If I pass a `str` there is not a problem. If I remove the `@gf.cell` decorator, there is not a p…
-
### Description
```nim
type
PBOption[defaultValue: static[auto]] = object
some: bool
value: typeof(defaultValue)
Type1* = object
a: PBOption[default(ref Type2)]
Type2* = …
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Problem description
When I select two linked objects, and press the boolean button both objects disappear and …
-
### Description of Issue
Clang (16 from Xcode 16, but should be reproducible elsewhere) warns of several unused functions in the OpenUSD codebase.
Several of these may not be used anymore so could…