-
**Steps to reproduce**
1. Add some records to Github Statistics
2. On a content type, add an Entity Reference field and point it to Github Statistics
3. Set the field to Autocomplete or Autocompl…
-
I was trying the new d.ts generation feature (thanks again for adding it) and I found that in the generated definition file some of the types are declared as Objects when they could have been strongly…
-
### Code that causes the issue
issue with recent commit https://github.com/LonamiWebs/Telethon/blob/4553f04e497df1f7f4414e07c95112f0e3d1f055/telethon/client/uploads.py
```
### Expected beha…
-
Hi,
Sorry for the confusing name of the issue, I tried to be a bit precise, so I hope the testcase below is clearer.
```fortran
module test
implicit none
integer, parameter :: my_kind = 4…
-
A customisation I often do is to add an extra test field to Account entity for "Also Known As" or "Trading As". Name might be some combination of these eg "Trading As / AKA". This field is added to th…
-
Hey
I'm having issues (and generally a nice time!) with using bevy-egui, and mouse/keyboard input still being consumed by the main bevy system code. This would be something nice to suppress somehow…
-
Hi,
I'm working on a new version of my annotator, ADEL, and I'm checking how to properly integrate it in GERBIL. Currently, my annotator can be adapted to different vocabularies of entity types, KB…
-
@umarcor @LarsAsplund @JimLewis @eine @suzizecat @Paebbels @nfrancque I have been talking a bit with @qarlosalberto about potentially creating a sphinx builder/autodoc plugin for HDL, although I'm mor…
-
With support for Python 2.7 being dropped in a number of projects, some might consider using type annotations from [PEP 484](https://www.python.org/dev/peps/pep-0484/).
In particular, see discussio…
-
Thank you for your work on redux-toolkit, it really is an amazing library.
I'm using `createEntityAdapter` to keep my data normalised and it's working very nicely, however, my use-case means not on…