-
![mm](https://user-images.githubusercontent.com/30971809/34463513-291b795e-ee84-11e7-9630-e252363a80c9.png)
-
If I define an inherited relationship (joined-table in this case) in SQLAlchemy, the backref is not being properly understood by ColanderAlchemy.
In my contrived example there is `Person`, which is s…
-
I already made an issue about this https://github.com/ppy/osu-web/issues/3272 and it already got fixed, but it still has some space for more improvements in my opinion. Let me explain myself.
If I …
-
It seems conditionally defined objects are not handled correctly.
[Example file](https://github.com/pymor/pymor/blob/main/src/pymor/core/pickle.py#L43)
```
Traceback (most recent call last):
…
-
**Migrated issue, originally created by Michael Bayer ([@zzzeek](https://github.com/zzzeek))**
i.e. when doing "whos-dependent-on-who", if both instances are already persistent, there should be no de…
-
> If you already know a package that is able to resolve pretty much any kind of imports (e.g. [Typescript import aliases](https://www.typescriptlang.org/docs/handbook/module-resolution.html), [Babel m…
-
Hi,
I'm receiving following errors randomly in OpenSearch response:
```
"_shards" : {
"total" : 5,
"successful" : 1,
"skipped" : 0,
"failed" : 4,
"failures" : [
…
-
As stated in issue #4051, there was a routing error along the B 1 road in germany which turned out to be caused by a broken no_u_turn restriction which initially had (and was supposed to have) the sam…
-
Any plans for polymorphic relationships? I love me some polymorphic.
-
I have a (shortened) class like this:
```php
class ImplantConfig {
/** psalm-param int $ql */
public function __construct(
public int $ql=300,
public ?SlotConfig $head=null,
) {
}
}…