-
Let's assume I have theese entities:
```cs
public class Base
{
public Guid Id {get; set;}
[ForeignKey("Other")]
public Guid OtherId {get; set;}
public Other Other {get; set;}
}…
-
Links lead the user into a continuous loop when trying to access the class hyperlinked to a "This property was inherited from X" comment:
https://discord-luau-docs.deno.dev/classes/objects/guildtex…
-
I wrote and tested my code in Swift, made a wrapper for it in Objective C, everything works up to this point. Now I need to call this code from Dart. I turned to the ffigen package and for several day…
-
### 1. Why is this change necessary?
In admin while changing "mainCategory" on variants, the "mainCategory" field is disabled as it's "being inherited".
You would expect that it is inherited whe…
-
### What happened?
Typically when using a nameSuffix, I can define it in the outer most customization and it will be "inherited" to all resources I use. In case of replacements this is not the case…
-
### System Info
- Pytest Version: 8.3.3
- OS: Windows 10
## The problem
Currently pytest doesn't collect classes that contain `__init__` which seems to conflict with `typing.Protocol`:
```py
…
-
### Things to check
- [X] I have searched the **existing issues** for this bug
- [X] To rule out a caching problem I made sure the bug also happens in an **incognito tab**
### Bug type
Component
#…
-
### This relates to ...
- [ ] the **FedRAMP OSCAL Registry**
- [ ] the **FedRAMP OSCAL baselines**
- [ ] the **Guide to OSCAL-based FedRAMP Content**
- [X] the **Guide to OSCAL-based FedRAMP System S…
-
The DatabaseAPI class is currently untestable because the methods are private, so a new class must be created to inherit DatabaseAPI to be able to call those private methods.
-
The GlobusAPI class is currently untestable because the methods are private, so a new class must be created to inherit GlobusAPI to be able to call those private methods.