-
The doc comment for the field `packages.Config.ParseFile` says:
> An application may supply a custom implementation of ParseFile
> to change the effective file contents or the behavior of the pars…
-
We have learnt that we will hit an issue with our work on the backdating functionality.
In Whitehall when you backdate a document the initial change note is set to match the `first_published_at` d…
-
I've been working on a new Algolia integration with @pixelastic. Couple things that need to be changed in core:
- [x] Create new `all.new.async`, `all.edit.async`, etc. callback hooks that affect …
-
I'll preface this with it could be user error but my scenario is I'm making a grpc call out to some backend service. The backend server will mutate both the headers and the body. So I need to execute …
-
Currently we handle all our on-disk storage through the `KVFileStore` and `KVDirStore` abstractions. They're both basically key->value mappings, where the value is either a file or a directory respect…
-
### DO NOT REMOVE OR SKIP THE ISSUE TEMPLATE
- [X] I understand that I will be **blocked** if I remove or skip any mandatory\* field
### Checklist
- [X] I'm reporting a broken site
- [X] I'v…
-
DRF writable nested serializers is a somewhat popular DRF plugin that simplifies writing trough nested serializer relations (see https://github.com/beda-software/drf-writable-nested)
## Problem
T…
-
I am trying to add header and footer containing images/logo, but when the pdf is getting generated, it is removing the images from the header and footer.
The image src is base 64 encoded string and sh…
-
## Describe the bug
We are in the process of migrating from app bridge 3.x to 4.x since now the Full-screen mode seems to be supported.
**Issue:** we are now seeing that the Modal variant="max" …
-
```
What should this feature enhancement do?
Allow setXUnits and setYUnits on getClientX calls on a KML Mouse event.
I can also place screen overlays using UNITS_FRACTION or UNITS_INSET_PIXELS
Now I…