-
```
What steps will reproduce the problem?
Directly wrapping connection using ConnectionSpy(Connection conn, RdmsSpecifics
specifics) is not possible because OracleRdmsSpecifics is package scoped.
…
-
### Description
Currently, the password input fields in Apache Airflow's login forms do not have the autocomplete attribute set to off. This allows browsers to store passwords entered by users, which…
-
I hit on an issue while implementing a taint tracking use case. So I've prepared a minimal example that showcases the issue:
Here is the java code:
```java
import java.util.Optional;
import java.u…
-
JIRA Issue: [KIEKER-1226] [IRL,KDB] Define a common layout for Kieker language pack for Cobol
Original Reporter: Reiner Jung
***
Create git repository for target language Cobol following a common la…
-
### Description
Working on a Swift package using C++ interoperability I am facing an issue handling optional values when compiling it with Mac Catalyst as target.
While principally it should be …
-
https://leetcode.com/problems/sort-an-array/
Modifying the code to the following version will pass the test
```
class Solution {
public int[] sortArray(int[] nums) {
quickSort(n…
-
### Problem Description
Currently, when creating the `pgtap` extension with a custom schema:
```sql
CREATE EXTENSION IF NOT EXISTS pgtap WITH SCHEMA pgtap; --
-
Hi all,
This is my use case :
```php
class Source
{
#[MapTo(target: 'Target', groups: ['write'])]
public string $name;
public string $street;
public string $zip;
pub…
-
Can you provide CRUD example policies for a custom table?
I saw the examples for group tables and tried to apply them but am running into the following problem:
```
new row violates row-level s…
Zyles updated
2 weeks ago
-
Hi,
we use the monaco editor for a project and we need to hide some parts of the code from the user, because there is a Header and a Footer generated, and only a part between which should be editable…