-
The function `get_model_perms` in `admin/childadmin.py` can't resolve a match for the /admin/ path in setups where the wsgi parameter SCRIPT_NAME is set, because `request.path` seems to be prepended w…
-
```
What steps will reproduce the problem?
1.execute query to plymorphic models with cursor using polymorphic models' meta
class.
What version of the product are you using? On what operating system?…
-
This issue was copied from https://github.com/microsoft/checkedc-clang/issues/547
----
1. Allow polymorphic generic functions (_Itype_for_any functions) to be converted to generic function types (_Fo…
-
Hi. I believe I've found a problem with the class inheritance hierarchy of this package.
I've been working with a page class derived from the `FluentPageBase` abstract class. This class provides a…
-
When a set of existing `EditableFormField`s are related to an `ElementForm`, running `dev/build` will "correct" the polymorphic relation to `SilverStripe\UserForms\Model\UserDefinedForm` and break the…
-
This is not a bug but rather looking for some guidance on how can I extend the alt-text rule to include elements that have role="img" as well. Guidance is highly appreciated.
-
### Pitch
One can report a post or a user. It would also be good if we could report hash tags.
In the moderation interface, we'd need the matching option to ban multiple matching accounts at once.…
-
I make a test showed the problem at https://github.com/ashl1/sqlalchemy-utils/tree/fix-aggregate-join-inherited
I researched deep into this and found:
1) This example produce wrong SQL with vector m…
ashl1 updated
7 years ago
-
This feature request comes from exchanges with the CNAF. Its use will be quite broad, and it justifies having this list sorting builtin in the Catala standard library that is implemented and maintaine…
-
The compiler complains if a polymorphic function recursively calls the same function with a different type parameter.
## SSCCE
```elm
silly : List a -> String
silly xs =
case xs of
…