-
### Apache Airflow Provider(s)
cncf-kubernetes
### Versions of Apache Airflow Providers
7.14.0
### Apache Airflow version
2.8.1
### Operating System
Cent OS 6
### Deployment
…
-
I got this working on my machine and then followed the steps on a new VM to use as well and ran into an issue saying that there is no application that can open the disas:// handler.
I am running:
…
-
### Please avoid duplicates
- [X] I checked [all open bugs](https://github.com/nock/nock/issues?q=is%3Aissue+is%3Aopen+label%3Abug) and none of them matched my problem.
### Reproducible test cas…
-
We should make it impossible for callers to modify objects that are cached internally. This will involve deep copying somewhere and might carry a significant performance cost, so we may want to add an…
-
PHP version 8.1.5
following code
```php
class A {
public function __construct(
public readonly string $prop,
)
{
}
}
$a = new A('some value');
$b = \DeepCopy\dee…
-
## Environment
- Grid2op version: `1.6.2` (**eg** 1.4.0)
- lightsim version: `0.5.4` (**eg** 0.5.0)
- System: `ubuntu 20.04
## Bug description
The powerflow diverge when the environmen…
-
Run the following bash script:
```
#!/bin/bash
rm -rf src dst
mkdir -p src dst
cd src
ln -s adir/afile a
ln -s bdir adir
mkdir bdir
touch bdir/a
```
to create the following structure:…
-
The library should provide `clone` and `cloneDeep` functions. They should specially handle sequence and [consumer](https://github.com/pineapplemachine/higher/issues/99) types.
-
// https://github.com/patmorin/ods/blob/master/cpp/array.h
array& operator=(array &b) {
if (a != NULL) delete[] a;
a = b.a;
b.a = NULL;
length = b.length;
return *this;
}
a = b.a; //…
-
Say i have 2 files, (main, common). Main contains multiple references to include the same common file in more than one location. Currently the common content is only included once and all other refs …
J3tto updated
6 years ago