-
### Description
The following code:
```php
-
-
**Github username:** --
**Twitter username:** thekmj_
**Submission hash (on-chain):** 0x0b917da81dade6bf97ceb5a3078a48ab34061a074b36e1c5c8d9292b72816d75
**Severity:** high
**Description:**
**Descrip…
-
I want to display KaeCode generate on your site.
KaeCode example code:
```
//FirstFrame is a function, when game start
/* Load preset…
-
**Describe the issue**
CallabelStatement.registerOutParameter for Types.OTHER/Types.STRUCT does not work.
Results in the following exception
> org.postgresql.util.PSQLException: A CallableStatement…
-
### Description
The following code:
```php
-
**Affects PMD Version:** 7.6.0
**Rule:**
UnnecessaryFullyQualifiedName
[](https://docs.pmd-code.org/latest/pmd_rules_java_codestyle.html#unnecessaryfullyqualifiedname)
**Description:**
*…
-
having this code in a `.razor.cs` file:
```
private List cards = new();
protected override void OnInitialized()
{
cards.Add(new Card()
{
Id = 1,
…
-
### Type of issue
Typo
### Description
It seems under dotnet 8 or dotnet 9, GC ETW events no longer produce GCAllocationTick_V3 events, and instead produce GCAllocationTick_V4 events. However, ther…
-
This issue first manifested in 4.0.0 and is still present in 4.0.5. In 3.0.2 this issue does not happen.
If you have 3 objects, Parent (fields: ID), ChildA (fields: name), ChildB (fields: Id, name)…